body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #9EA1A4;
	background-image: url(gfx/BG-Verlauf.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 960px;
	text-align: left;
	background-image: url(gfx/ContentBG3.gif);
	background-repeat: repeat-y;
	background-position: 150px 0px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header1 {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 202px;
	width: 960px;
	background-image: url(gfx/Bildleiste_Logo1_Start.jpg);
	background-repeat: no-repeat;
	background-position: 150px 0px;
} 
.thrColFixHdr #header2 {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 202px;
	width: 960px;
	background-image: url(gfx/Bildleiste_Logo2.jpg);
	background-repeat: no-repeat;
	background-position: 150px 0px;
}
.thrColFixHdr #header3 {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 202px;
	width: 960px;
	background-image: url(gfx/Bildleiste_Logo3.jpg);
	background-repeat: no-repeat;
	background-position: 150px 0px;
}
.thrColFixHdr #header4 {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 202px;
	width: 960px;
	background-image: url(gfx/Bildleiste_Logo4.jpg);
	background-repeat: no-repeat;
	background-position: 150px 0px;
}
.thrColFixHdr #header5 {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 202px;
	width: 960px;
	background-image: url(gfx/Bildleiste_Logo5.jpg);
	background-repeat: no-repeat;
	background-position: 150px 0px;
}
.thrColFixHdr #header6 {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 202px;
	width: 960px;
	background-image: url(gfx/Bildleiste_Logo6.jpg);
	background-repeat: no-repeat;
	background-position: 150px 0px;
}

.headBG1  {
	background-image: url(gfx/Bildleiste%201_Start.jpg);
	background-repeat: no-repeat;
	background-position: 150px 112px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 138px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	padding-top: 25px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: right;
	font-size: 11pt;
	line-height: 22px;
	color: #1B408C;
	font-weight: normal;
}
.thrColFixHdr #container #sidebar1 .aktiv {
	color: #F1CA00;
	background-color: #003E90;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}

.thrColFixHdr #container #sidebar1 a {
	color: #1B408C;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar1 a:hover {
	color: #1B408C;
	text-decoration: none;
	font-weight: bold;
}
#kontaktform {
	font-size: 10pt;
	color: #000000;
}
#kontaktform      th    {
	color: #003E90;
	text-align: right;
}
#kontaktform     tr {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#kontaktform       .blueborder    {
	border: 1px solid #003E90;
	color: #003E90;
}


#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(gfx/WildAktuell.jpg);
	background-repeat: no-repeat;
}

#sidebar2  .Aktion   {
	background-image: url(gfx/BG_Aktion.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 50px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 15px;
	font-size: 11px;
	margin-bottom: 10px;
}
#sidebar2  .Aktion  a   {
	color: #AC3066;
	text-decoration: none;
}
#sidebar2 .Aktion a:hover {
	text-decoration: underline;
}
#sidebar2 p {
	font-size: 8pt;
	color: #000000;
	margin-right: 5px;
}



#sidebar2  .Aktion  h1   {
	color: #AC3263;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
#sidebar2 a {
	color: #003E90;
	text-decoration: none;
}
#sidebar2 a:hover {
	color: #003E90;
	text-decoration: underline;
}


.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 206px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 25px;
	padding-right: 55px;
	padding-bottom: 10px;
	padding-left: 55px;
	font-size: 14px;
} 
.thrColFixHdr #footer {
	height: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 190px;
	background-image: url(gfx/Footerback.jpg);
	background-repeat: repeat-y;
	background-position: 150px 0px;
} 
#footer    .footerLeft       {
	color: #003D8F;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-size: 9pt;
	float: left;
}


#footer  .footerRight   {
	color: #003D8F;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 9pt;
	text-align: right;
	float: right;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer a {
	color: #003D8F;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#mainContent img {
	float: left;
	margin-right: 15px;
}
#mainContent  h1   {
	font-size: 13pt;
	color: #003E90;
	text-transform: uppercase;
}
#mainContent a {
	color: #003E90;
	text-decoration: none;
}
#mainContent a:hover {
	color: #003E90;
	text-decoration: underline;
}

#mainContent .fehler {
	color: #FF0000;
	font-weight: bold;
}
#mainContent    #logos    th   {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#mainContent  #logos th {
	text-align: center;
}

#mainContent #logos td {
	text-align: left;
	font-size: 9pt;
	padding-left: 5px;
}
#mainContent #logos td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#mainContent  #logos a:hover {
	color: #2B85FF;
}





.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

