/*
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;
}

#pagewidth
{
width: 19cm;
border: 0px solid #000000;
}

#pagewidth #bildoben
{
display: none;
position: absolute;
height: 200px;
width: 980px;
z-index: 50;
}

#header
{
display: none;
position: relative;
width: 100%;
height: 285px;
max-height: 285px;
border: 0px solid #000000;
background-image:url(../images/kopfzeile.png);
background-repeat: no-repeat;
background-position: left bottom;
z-index: 100;
}

#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;
}


.clear
{
clear:both;
}

#wrapper
{

padding: 0;
margin: 0;
margin-top: 0px;
margin-bottom: 0px;
border: 0px solid #000000;
}

#wrapper h1
{
font-size: 18pt;
color: #3269b1;
line-height:150%;
margin:0;
}

#wrapper h2
{
font-size: 15pt;
color: #41b739;
margin-top:14pt;
line-height:150%0;
}

#wrapper .gruen
{
color: #41b739;
}

#wrapper .blau
{
color: #3269b1;
}

#wrapper p
{
font-size: 10pt;
line-height: 150%;
color: #2A2A2A;
}

#wrapper strong
{
color: #3269b1;
font-weight: bold;
}

#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, #wrapper a:active
{
color: #da251d;
text-decoration:underline;
}

#wrapper ul, #wrapper li
{
font-size: 0.92em;
line-height: 1.5em;
margin-top: 6px;
}

#wrapper ul.keineaufz
{
list-style-type: none;
margin: 0;
padding: 0;
}

#wrapper img
{

}


#wrapper .sp_links
{
float: left;
width: 5.5cm;
margin-left: 0px;
padding:0;
border: 0px solid #000000;
}

#maincol
{
display: block;
margin-left: 0.7cm;
width: 12cm;
border: 0px solid #000000;
}

#maincol .sp_mitte, #maincol .sp_rechts
{
float: left;
width: 5.5cm;
border: 0px solid #000000;
}

#maincol .sp_rechts
{
margin-left: 0.7cm;
}

/* Boxen */

#wrapper .box
{
background: #dae4f1;
}

#wrapper .box h2
{
margin: 0;
background-color: #3269b1;
padding: 1px;
padding-left: 10px;
text-transform: uppercase;
font-size: 1.1em;
color: #ffffff;
}

#wrapper .box p
{
margin: 0;
padding: 10px;
font-size: 12px;
margin-bottom: 6px;
line-height: 160%;
}

#wrapper .box .links
{
float:left;
width: 115px;
}

#wrapper .box .rechts
{
float:right;
width: 115px;
}

/* Beginn Fuss-Bereich */

#footer
{
position: relative;
clear:both;
padding-top: 10px;
padding-bottom: 10px;
color: #000000;
border: 0px solid #000000;
/* background-image:url(../images/footer_hg.jpg);
background-repeat: repeat-x;
background-position: left top; */
}

#footertop p
{
float: left;
margin-left: 0px;
width: 5.5cm;
font-size: 10pt;
color: #000000;
}

#footerbottom
{
display: none;
clear: left;
padding-top: 20px;
height: 23px;
}

#footerbottom h3, #footerbottom p.slogan
{
margin: 0;
color: #000000;
font-size: 13px;
margin-left: 40px;
width: 40%;
}

#footerbottom p.slogan
{
float: right;
margin-right: 44px;
text-align: right;
font-weight: bold;
}

#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;
}

#abschluss
{
display: none;
margin-top: 4px;
height: 150px;
}


/* Ende Fuss-Bereich */

.cl
{
clear: both;
}

/* 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;}
}
