/* general */
body {
  margin: 0px;
  padding: 0px;
  /*background-color: #DBE3EB;*/
  background-image: url(pics/back_body.gif);
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  border: none;
  color: #52656B;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.tab {
background-image: none;
 /*background-color: #DBE3EB;*/
background-color: DEE7F6;
}

td, th {
  font-size: 12px;
}

th.solidBorder {
  font-weight: bold;
  color: #FFFFFF;
  border: 0px solid;
  border-color: #52656B;
  background-color: #187194;
  text-align:left;
  padding: 5px;
}

th.noBorder {
  font-weight: bold;
  color: #4475c6;
  border: none;
  background-color: #DBE3EB;
  text-align:left;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0;
}


a {
  color: #979797;
  text-decoration: dotted;
}

h1 {
  font-size: 16px;
  margin: 0px;
  margin-bottom: 10px;
  /*color: #3096DC;*/
  color: #4475c6;
}
h2 {
  font-size: 13px;
  margin: 0px;
  margin-bottom: 10px;
}
h3 {
	font-size: 12px;
  margin: 0px;
  margin-bottom: 10px;
}
h4 {
  font-size: 11px;
  margin: 0px;
  margin-bottom: 10px;
}
hr {
  width: 100%; 
  height: 1px; 
  border-bottom: 1px dotted;
}

table.solidBorder {
  border: 1px solid;
  border-color: #52656B;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 20px;
  empty-cells: show;
}

table.noBorder {
  border: none;
  padding: 20px;
  empty-cells: show;
}

td.solidBorder, td.solidBorderCentered  {
  vertical-align: top;
  border: 0px solid;
  border-color: #52656B;
  padding: 5px;
}

td.solidBorderCentered, td.noBorderCentered{
  text-align: center;
}

ul.haken {
  list-style-image: url(pics/list_style_image.gif);
  list-style-position:outside;
  margin: 0px;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

/* clears */
div.clear {
  clear: both;
  line-height: 1px;
  height: 1px;
}
br.clear {
  clear: both;
  background-color: transparent;
  display: block;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}
br[clear=all] {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  display: block;
}
/* language selection */
ul.lngSelector {
  margin: 0px;
  padding: 0px;
  width: 150px;
  list-style: none;
  border-top: 1px solid #aaaaaa;
  text-align: center;
  padding-top: 3px;
}
ul.lngSelector li {
  list-style: none;
  display: inline;
}
ul.lngSelector li img {
  border: none;
}
/* content section general definition */
#content {
  margin: 240px 250px 0px 250px;
  width: 500px;
}
#content_tab {
  margin: 0px 0px 0px 0px;
  padding: 3px;
  background-color: #ffffff;
  border: 1px solid #24618E;
}


#shadow {
  margin: 0px 0px 0px 0px;
  width: 500px; /*90%*/
  /*float:left;*/
  /*background: url(shadowAlpha.png) no-repeat bottom right !important;*/
  background: url(pics/bg_shadow.gif) no-repeat bottom right;
  padding-bottom: 6px;
  padding-right:6px;
  /*margin: 10px 0 0 10px !important;*/
  /*margin: 10px 0 0 5px; /*10,0,0,5*/
  }

/*
.p-shadow div {
  background: none !important;
  background: url(pics/bg_shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }
*/
.p-shadow p {
  color: #777;
  background-color: #fff;
  font: italic 1em georgia, serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }

#content-background {
  margin: 240px 250px 50px 0px;
  width: 750px;
  /*background-image: url(pics/back_content.gif);
  background-position: left top;
  background-repeat: repeat-y;*/
}

#content.largeContent {
  margin-right: 20px;
}
/* left column (for boxes) */
#left {
  position: absolute;
  width: 180px;
  top: 153px;
  left: 50px;
  background-color: transparent;
}
/* right column (for boxes) */
#right {
  position: absolute;
  top: 270px;
  left: 800px;
  width: 200px;
}
/* header */
/*#header {
  margin: 0px;
  position: absolute;
  width: 100%;
  height: 61px;
  top: 0px;
  left: 0px;
  background-color: #FFF;
  /*background-image: url(pics/back_header.jpg);*/
  /*background-position: right top;
  background-repeat: no-repeat;
  border-bottom: 2px solid #C2CC93;
}*/
#header img#img_logo {
  border: none;
  margin-left: 10px;
  margin-top: 1px;
}
#hbar {
  position: absolute;
  width: 100%;
  height: 10px;
  top: 63px;
  left: 0px;
  border-top: 1px solid #FFF;
  background-color: #90A33B;
}

/* navigation_top */
#navigation_top {
  position: absolute;
  height: 20px;
  top: 70px;
  /*right: 50px;*/
  left: 800px;
  background-color: transparent;
  color: #21B6BD;
  font-weight: 600;

}
#current_path {
  position: absolute;
  height: 20px;
  top: 110px;
  left: 250px;
  background-color: transparent;
  color: #000000;
}

#sidebar {
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0px;
  left: 30px;
  background-color: #ffffff;
  background-position: right top;
  background-repeat: no-repeat;

}

#header {
  position: absolute;
  width: 100%;
  height: 105px;
  top: 0px;
  left: 0px;
  background-color: #C7D7FD;
  background-image:url(pics/headerblue.jpg);

 /* background-color: #C7D8EA;*/
  background-position: right top;
  background-repeat: repeat-x;
}

#header2 {
  position: absolute;
  width: 100%;
  height: 25px;
  top: 105px;
  left: 0px;
  background-color:#e2ed9f;
  /*background-color:d6eca0;*/
  /*background-color: #CADCA8;*/
  background-image:url(pics/green.jpg);
  background-position: right top;
  background-repeat: repeat-x;
  border-top: 2px solid #DCEDC1;
  border-bottom: 2px solid #CADCA8;

}

#darkergreen{
  position: absolute;
  width: 200px;
  height: 25px;
  top: 105px;
  left: 30px;
  background-color:#d6e569;
  /*background-color:#B3DE74;*/
  /*background-color: #B1D188;*/
  background-position: right top;
  background-repeat: no-repeat;
  background-image:url(pics/darkergreen.jpg);
  border-top: 2px solid #D5E5C1;
  /*border-bottom: 2px solid #B1D188;*/

}


#header3left {
  position: absolute;
  width: 30px;
  height: 80px;
  top: 134px;
  left: 0px;
  background-color: #81A9CD;
  background-position: right top;
  background-repeat: no-repeat;
 /*border-bottom: 2px solid #CACFD3;*/

}

#header3 {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 130px;
  left: 0px;
  background-image: url(pics/leiste.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
 border-bottom: 2px solid #CACFD3;

} 

* html #header3{
  height: 82px;
}

#header img#img_logo {
  border: none;
  margin-left: 0px;
  margin-top: 0px;
}

/* footer */
#footer {
  text-align: right;
  border-top: 1px solid #C2CC93;
  margin-top: 20px;
  font-size: 0.8em;
}

/* content section content formatting */
#content span.contentSubtitle {
  display: block;
  font-size: 0.9em;
}

#content div.topicText {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}

#content div.subTopics {
  clear: both;
  margin-top: 0px;
}
#content table.subTopicLine tr {
  vertical-align: top;
}
#content td.topicSpacer {
  padding: 6px;
  border: none;
}
#content .subTopic {
  border-top: 1px dotted #aaaaaa;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* image in content */
#content div.topicImageLeftBreakNone {
  float: left;
  margin-right: 10px;
  width: auto;
  height: 100%;
}
#content div.topicImageRightBreakNone {
  float: right;
  margin-left: 10px;
  width: auto;
  height: 100%;
}
#content div.topicImageLeftBreakSide {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: auto;
}
#content div.topicImageRightBreakSide {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  width: auto;
}
#content div.topicImageCenter {
  margin-bottom: 10px;
}

/* special links */

a.more {
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  /*color: #4475c6;*/
  color:4a541e;
  text-decoration: none;
  padding-right: 13px;
  padding-left: 10px;
  background-image: url(pics/sols/more.gif);
  background-repeat: no-repeat;
  background-position: right;
}
a.more:hover{
  text-decoration:underline;
}

a.search {
  display: block;
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  color: #4A541E;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 10px;
  background-image: url(pics/sols/more.gif);
  background-repeat: no-repeat;
  background-position: right;
}

a.back {
  display: block;
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  color: #4A541E;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 10px;
  background-image: url(pics/sols/more.gif);
  background-repeat: no-repeat;
  background-position: right;
}

/*Tab navigation*/

#tabsJ {
float:left;
width:100%;
/*background:#F4F4F4;*/
font-size:93%;
line-height:normal;
font-weight:bold;
}
#tabsJ ul {
    margin:0;
    padding:10px 10px 0 0px;
    list-style:none;
}
#tabsJ li {
display:inline;
margin:0;
padding:0;
}
#tabsJ a {
float:left;
background:url(pics/tableftJ.gif) no-repeat left top;
margin:0;
padding:0 0 0 5px;
text-decoration:none;
}
#tabsJ a span {
float:left;
display:block;
background:url(pics/tabrightJ.gif) no-repeat right top;
padding:5px 15px 4px 6px;
color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {float:none;}
/* End IE5-Mac hack */
#tabsJ a:hover span {
color:#FFF;
}
#tabsJ a:hover {
background-position:0% -42px;
}
#tabsJ a:hover span {
background-position:100% -42px;
}
#tabsJ a:active span {
color:#FFF;
}

#tabsJ a:active {
background-position:0% -42px;
}
#tabsJ a:active span {
background-position:100% -42px;
}
#tabsJ a:focus span {
color:#FFF;
}
#tabsJ a:focus {
background-position:0% -42px;
}
#tabsJ a:focus span {
background-position:100% -42px;
}

#content_tab { 
 padding:10px;
 }
