/*
blau: #140F45  0 15 117
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: #ffffff;
}

#navi
{
display: none;
}

#header
{
display: none;
position: relative;
width: 100%;
height: 85px;
max-height: 85px;
background-color: #ffffff;
border-bottom: 10px solid #140F45;
}

#headerbox
{
display: none;
position: relative;
width: 970px;
height: 85px;
max-height: 85px;
margin: 0 auto 0 auto;
background-color: #ffffff;
border: 0px solid #000000;
}

#slogan
{
display: none;
float: right;
color: #140F45;
font-weight: bold;
font-size: 13px;
margin-right: 25px;
margin-top: 60px;
}

#pagewidth
{
width: 15cm;
border: 0px solid #000000;
}

.cl
{
clear:both;
font-size: 1px;
}

#wrapper
{
clear: both;
position: relative;
width: 15cm;
text-align: left;
border: 0px solid #000000;
}

#wrapper #mainimg
{
position: relative;
z-index: 20;
border: 0px solid #000000;
}

#wrapper #logo
{
display: none;
position: absolute;
width: 318px;
left: 625px;
top: 50px;
z-index: 100;
border: 0px solid #ffffff;
}

#logo_brall
{
display: none;
float: right;
}

#logo_atrops
{
}

#contwrap
{
clear: both;
width: 15cm;
border-top: 0px solid #dddddd;
}


#wrapper #maincol
{
position: relative;
width: 15cm;
margin-left: 2cm;
border: 0px solid #ffffff;
}


#mainimg
{
display: none;
}

#maincol h1
{
font-size: 14pt;
color: #140F45;
margin: 0;
margin-bottom: 2.4em;
}

#maincol h2
{
font-size: 12pt;
color: #140F45;
margin-top:2.0em;
line-height:1.5em;
}

#maincol h3
{
font-size: 10pt;
font-weight: bold;
color: #000000;
margin-top:2.0em;
line-height:1.5em;
}

#maincol p
{
font-size: 10pt;
line-height:1.5em;
margin: 0;
margin-bottom: 0.80em;
}

#maincol .tklein
{
font-size: 0.8em;
line-height:1.5em;
}

#maincol a:link
{
color: #000000;
text-decoration:underline;
}

#maincol a:visited
{
color: #000000;
text-decoration:underline;
}

#maincol a:hover, #maincol a:active
{
color: #da251d;
text-decoration:underline;
}

#maincol li
{
font-size: 0.80em;
line-height:1.5em;
margin-top: 6px;
}


#maincol img
{
border: 1px solid #b2b2b2;
}

#maincol .adrright
{
float: right;
margin-left: 20px;
width: 240px;
}

#maincol .boxright
{
display: none;
float: right;
width: 150px;
padding: 10px;
margin-left: 20px;
background: #ffffff;
border: 1px solid #b2b2b2;
}

.linie
{
display: none;
border-bottom: 1px solid #b2b2b2;
padding-bottom: 6px;
}

.imgright
{
display: none;
float: right;
margin-left: 20px;
}

/* Beginn Fuss-Bereich */

#footer
{
display: none;
clear:both;
width: 100%;
height: 400px;
background-color: #ffffff;
color: #ffdeb3;
border-top: 10px solid #140F45;
}

#footer p
{
margin: 0;
}

#footerbox
{
position: relative;
width: 970px;
margin: 0 auto 0 auto;
background-color: #ffffff;
border: 0px solid #000000;
}

#footer #boxright
{
background: #140F45;
background-image: url(../grafiken/hgfooter.jpg);
background-repeat: repeat-x;
background-position: top left;
height: 25px;
width: 575px;
border: 0px solid #140F45;
float: right;
text-align: left;
padding-left: 25px;
padding-top: 8px;
}

#footer a
{
text-decoration: none;
font-size: 12px;
font-weight: bold;
color: #ffffff;
}

/* 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;}
}
