
html, body{
margin:0;
padding:0;
font-family: 'Georgia', 'Times New Roman', Times, Serif;
background-color: #ffffff;
}

#pagewidth
{
width: 16cm;
margin: 0 auto 0 auto;
margin-top: 30px;
border: 0px solid #000000;
/*
background-color: #ddd9c3;
background-image:url(../grafiken/pagehg.jpg);
background-repeat: repeat-y;
background-position: top left; */
}

.clear
{
clear:both;
}


#leftcol
{
display: none;
width: 265px;
max-width: 265px;
max-height: 100%;
padding:0;
float: left;
border: 0px solid #000000;
}

#leftcol .bildlinks
{
margin-top: 30px;
}

#leftcol h2
{
font-size: 1.1em;
font-weight: normal;
color: #006fbf;
margin-top: 1.3em;
margin-bottom: 0.9em;
padding-left: 20px;
padding-right: 20px;
}

#leftcol p
{
font-size: 0.85em;
padding-left: 20px;
padding-right: 20px;
}


#maincol
{
/*float: right;
position: relative;
width: 560px;
max-width: 560px;
border: 0px solid #000000; */
}


#header
{
position: relative;
width: 560px;
height: 120px;
background-color: #006fbf;
border: 0px solid #000000;
/* background-image:url(../grafiken/kopfhg.jpg);
background-repeat: no-repeat;
background-position: left top; */
}

#maincol #navi
{
display: none;
height: 30px;
max-height: 30px;
width: 100%;
background-color: #ffffff;
}

#maincol #inhalte
{
padding: 40px;
padding-bottom: 0;
}

#header h1
{
position: absolute;
font-size: 1.6em;
font-weight: normal;
color: #ffffff;
top: 0px;
left: 213px;
}

#maincol h2
{
font-size: 1.6em;
font-weight: normal;
color: #006fbf;
margin:0;
margin-bottom: 0.9em;
}

#maincol h3
{
font-size: 1.1em;
font-weight: normal;
color: #006fbf;
margin-top: 1.3em;
margin-bottom: 0.9em;
}


#maincol p
{
font-size: 0.85em;
line-height: 1.8em;
margin: 0;
margin-bottom: 0.9em;
color: #1c1c1c;
}

#maincol .tklein
{
font-size: 0.7em;
line-height: 1.5em;
}

#maincol a:link, #leftcol a:link, #footer a:link
{
color: #1c1c1c;
text-decoration:underline;
}

#maincol a:visited, #leftcol a:visited, #footer a:visited
{
color: #000000;
text-decoration:underline;
}

#maincol a:hover, #maincol a:active, #leftcol a:hover, #leftcol a:active, #footer a:hover, #footer a:active
{
color: #ffffff;
text-decoration:underline;
}

#maincol ul, #maincol li
{
font-size: 0.92em;
line-height: 1.5em;
margin-top: 6px;
}


#maincol img
{

}



/* Beginn Fuss-Bereich */

#footer
{
clear: both;
width: 825px;
margin-top: 10px;
padding-top: 30px;
padding-bottom: 0px;
color: #000000;
height: 112px;
min-height: 112px;
max-height: 112px;
border: 0px solid #000000;
background-color: #c4bc96;
background-image:url(../grafiken/fusshg.jpg);
background-repeat: no-repeat;
background-position: left top;
}

#footer p
{
padding-top: 24px;
margin: 0;
margin-left: 305px;
font-size: 12px;
font-family: Arial, Sans-Serif;
}
/* 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;}
}