/*
blau: #2c3795  44 55 149
*/

html, body{
margin:0;
padding:0;
font-family: Arial, Verdana, Sans-Serif;
background-color: #ffffff;
background-image:url(../grafiken/hg2.jpg);
background-repeat: repeat;
font-size: 101.01%;
}

/* 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 */


#page
{
width:600px;
background: #ffffff;
margin-left: 5em;
border-left: 2px solid #2c3795;
border-right: 2px solid #2c3795;

/*border-left: 20px solid #7fabdc;
border-right: 20px solid #7fabdc; */
}

#header
{
width: 600px;
height: 255px;
background-image:url(../grafiken/kopf.jpg);
background-repeat: no-repeat;
border-top: 1px solid #7fabdc;
margin-bottom: 60px;
}

* html #header
{
margin-bottom: 30px;
}

h1
{
font-size: 27px;
letter-spacing: 1px;
color: #2c3795;
padding-top:230px;
padding-left: 20px;
}

.clear
{
clear:both;
}

#wrapper
{
clear:both;
padding: 0;
margin: 0;
width:100%;
}

.slogan
{
margin: 0;
padding: 0;
font-size: 0.9em;
color: #2c3795;
margin-left: 20px;
}

#main
{
width: 560px;
margin: 0;
padding: 0;
margin-right: 20px;
margin-left: 20px;
border-top: 20px solid #ffffff;
}


#main h2
{
font-size: 1.0em;
color: #ffffff;
background: #2c3795;
padding: 3px;
display: block;
margin-top:0;
}

#main h3
{
font-size: 0.9em;
color: #2c3795;
margin-top:2.0em;
line-height:1.5em;
}

#main p
{
font-size: 0.75em;
line-height:1.5em;
}

#main .tklein
{
font-size: 0.8em;
line-height:1.5em;
}


#main ul, #main li
{
font-size: 0.92em;
line-height: 1.5em;
margin-top: 6px;
}


#main img
{

}

#leftcol
{
width: 210px;
padding:0;
float: left;
position: relative;
border:0px solid #000000;
}


#rightcol
{
margin-left: 240px;
border:0px solid #000000;
}


a:link, a:visited
{
text-decoration:underline;
color:#000000;
}

a:hover
{
text-decoration:underline;
color:#2c3795;
}

a:active, a:focus
{
text-decoration:underline;
color:#000000;
}


/* Beginn Fuss-Bereich */

#footer
{
margin: 0;
padding: 0;
clear:both;
background: #2c3795;
}

#footer img
{
border: 0px solid #2c3795;
}

#footer p
{
margin: 0;
padding: 0;
}

#info
{
position: absolute;
left: -1200px;
top: -2300px;
}

/* Ende Fuss-Bereich */

 /* *** 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*/

/*hide the right column when printing*/


