/*
blau: #0000fe  0 0 254
grau mittel: #b2b2b2  178 178 178
grau hell: #dddddd  221 221 221
*/


html, body{
margin:0;
padding:0;
font-family: Arial, Verdana, Sans-Serif;
background-image:url(../images/bodyhg.jpg);
font-size: 101.01%;
height: 100.1%;
}

*html * {
behavior: url(/formate/iepngfix.htc);
}

#pagewidth
{
width: 980px;
margin-top: 0;
border: 0px solid #ffffff;
background-image:url(../images/pagewidth_hg.png);
background-repeat: repeat-y;
background-position: top left;
padding-right: 10px;
}

*html #pagewidth
{
width: 1007px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/pagewidth_hg.png', sizingMethod='scale');
}

#header
{
position: relative;
top: 0;
width: 100%;
height: 285px;
max-height: 285px;
background-color: #ffffff;
border-top: 1px solid #ffffff;
background-image:url(../images/kopfzeile.png);
background-repeat: no-repeat;
background-position: left bottom;
}

*html #header
{
width: 980px;
background-image:url(../images/kopfzeile_logo.gif);
background-repeat: no-repeat;
background-position: left bottom;
}

#header h2
{
text-align:right;
margin-right: 45px;
margin-top: 50px;
font-size: 14px;
color: #3269b1;
}

#header p
{
text-align:right;
margin-right: 45px;
font-size: 12px;
color: #3269b1;
}

#wrapper
{
position: relative;
clear: both;
padding: 0;
margin: 0;
width:100%;
height: 700px;
background-image:url(../bilder/startseite.jpg);
background-repeat: no-repeat;
background-position: left top;
border-top: 1px solid #9d9ea1;
}

*html #wrapper
{
width: 980px;
}

#wrapper .newsbereich
{
position: relative;
float: right;
margin-top: 30px;
width: 240px;
}

/*#wrapper .newsbereich
{
position: absolute;
top: 30px;
right: 0;
width: 240px;
z-index: 600;
}*/

#wrapper .neuheit
{
padding: 10px;
margin-bottom: 10px;
background-color: #ffffff;
filter:alpha(opacity=85);
-moz-opacity: 0.85;
opacity: 0.85;
}


/*#wrapper #neuheit1, #wrapper #neuheit2
{
position: absolute;
top: 30px;
right: 0;
width: 220px;
padding: 10px;
padding-top: 0;
padding-bottom: 0;
background-color: #ffffff;
filter:alpha(opacity=85);
-moz-opacity: 0.85;
opacity: 0.85;
z-index: 600;
}

#wrapper #neuheit1
{
position: absolute;
top: 180px;
z-index: 600;
}
*/

#wrapper .neuheit p
{
font-size: 0.80em;
line-height:1.5em;
margin: 0;
}


#maincol
{
position: relative;
width: 270px;
max-width: 270px;
margin-top: 30px;
margin-left: 43px;
border: 0px solid #000000;
}


#maincol h1
{
font-size: 1.6em;
color: #f28a00;
line-height:1.5em;
margin:0;
}

#maincol h2
{
font-size: 1.2em;
color: #f28a00;
margin-top:2.0em;
line-height:1.5em;
}

#maincol p
{
margin: 0;
margin-bottom: 0.8em;
font-size: 0.80em;
line-height:1.5em;
padding-right: 10px;
}

#wrapper .tklein
{
font-size: 0.8em;
line-height:1.5em;
}

#wrapper a:link
{
color: #000000;
text-decoration:underline;
}

#wrapper a:visited
{
color: #000000;
text-decoration:underline;
}

#wrapper a:hover, #maincol a:active
{
color: #da251d;
text-decoration:underline;
}

#maincol ul, #maincol li
{
font-size: 0.92em;
line-height: 1.5em;
margin-top: 6px;
}


#maincol #infobox
{
background-image:url(../images/start_infoboxhg.png);
background-repeat: repeat-y;
background-position: left top;
padding: 15px;
width: 255px;
border: 0px solid #000000;
}

*html #maincol #infobox
{
width: 251px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/start_infoboxhg.png', sizingMethod='scale');
}


/* Beginn Fuss-Bereich */

#footer
{
clear:both;
margin-top: 170px;
padding-top: 10px;
padding-bottom: 10px;
color: #ffdeb3;
height: 75px;
border: 0px solid #000000;
background-image:url(../images/start_footerhg.png);
background-repeat: repeat-x;
background-position: left top;
}

*html #footer
{
height: 55px;
padding-top: 15px;
width: 980px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/start_footerhg.png', sizingMethod='scale');
}

#footer p
{
float: left;
margin-left: 42px;
width: 270px;
font-size: 13px;
color: #3269b1;
}

*+html #footer p
{
margin-top: 10px;
}

#footer a:link
{
text-decoration:none;
font-weight:normal;
color: #3269b1;
}

#footer a:visited
{
text-decoration:none;
font-weight:normal;
color: #3269b1;
}

#footer a:hover
{
text-decoration:none;
font-weight:normal;
color: #41b739;
}

#footer a:active
{
text-decoration:none;
font-weight:normal;
color: #41b739;
}

#footer a:focus
{
text-decoration:none;
font-weight:normal;
color: #41b739;
}


/* Ende Fuss-Bereich */

/* Kennzeichnung externer Links */
.exlink {
   position: relative;
   top: 0px;
   left: 0px;
}


a.exlink span {
   display: none;
}

a:hover.exlink span {
   display: block;
   position: absolute;
   top: 25px;
   left: 0;
   margin: 0px;
	 background-color: #fff7d7;
	 padding: 5px;
	 border: 1px solid #a28c3c;
   color: #000000;
   border: 1px solid #666666;
   font: 10px Verdana, Arial, Helvetica, sans-serif;
   font-weight:normal;
   text-decoration: none;
   z-index: 100;
}

a:hover.exlink {
   color: #000000;
   border: 0px;
   font-weight:normal;
   text-decoration: none;
   z-index: 200;
   }

/* Ende exlink */


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol{display:none;}

/*hide the right column when printing*/
#rightcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}
