/*
rot: #fe2828  254 40 40
*/

html, body{
margin: 0;
padding: 0;
font-family: Arial, Verdana, Sans-Serif;
background-color: #ffffff;
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 */


/* SLIDESHOW */
#slideshow {
display: none;
  height: 240px; /* hier Hoehe der Slideshow-Bilder angeben */
 width: 610px;
 position: relative;
 margin-left: 30px;
 border: 1px solid #ffffff;
}

#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
display: none;
  display:block;
}
/* Ende Slideshow */


#pagewidth
{
width: 15cm;
background-color: #ffffff;
text-align: left;
border: 0px solid #000000;
}

#pagewidth #aidsschleife
{
display: none;
position: absolute;
top: -29px;
left: 736px;
z-index: 500;
}

* html #pagewidth #aidsschleife
{
display: none;
top: -24px;
}

#header
{
display: none;
width: 900px;
height: 90px;
max-height: 255px;
padding-top: 20px;
background-color: #000000;
background-image: url(../grafiken/hgkopf.jpg);
background-repeat: no-repeat;
background-position: left bottom;
border: 0px solid #000000;
}

#header #logo
{
margin-left: 30px;
border: 0px solid #ffffff;
}

#header #menu
{
padding-top: 15px;
margin-left: 30px;
border: 0px solid #ffffff;
}

* html #header #menu
{
padding-top: 20px;
}


.clear
{
clear:both;
}


#maincol
{
width: 15cm;
}


#maincol h1
{
font-size: 16pt;
color: #000000;
line-height: 140%;
margin: 0;
}

#maincol h2
{
font-size: 13pt;
color: #000000;
line-height: 140%;
margin-top: 18pt
}

#maincol p
{
font-size: 11pt;
color: #000000;
line-height: 140%;
}

#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 ul, #maincol li
{
font-size: 0.92em;
line-height: 1.5em;
margin-top: 6px;
}


#maincol img
{

}


/* rechte Spalte rightcol nicht in Verwendung */
#rightcol
{
display: none;
float: right;
position: relative;
margin: 0px;
margin-top: 220px;
padding-right: 0px;
padding-top: 20px;
text-align: right;
border: 0px solid #000000;
}


/* Beginn Fuss-Bereich */

#abschluss
{
display: none;
margin: 0 auto 0 auto;
}

#footer
{
display: none;
clear: right;
width: 900px;
margin: 0 auto 0 auto;
text-align: left;
margin-top: 15px;
color: #ffffff;
height: 60px;
background: #000000;
border: 0px solid #ffffff;
}




#footer p
{
font-size: 12px;
margin-left: 30px;
}

#footer .navi
{
float: right;
text-align: right;
padding-right: 5px;
width: 150px;
}

/* Ende Fuss-Bereich */

