
/*
rot: #fe2828  254 40 40
*/

html, body{
margin: 0;
padding: 0;
font-family: Verdana, Arial, Sans-Serif;
background-color: #000000;
font-size: 101.01%;
height: 100.1%;
text-align: center;
}

/* 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 {
 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:block;
}
/* Ende Slideshow */

.bildumfluss
{
float: left;
margin-top: 10px;
margin-right: 10px;
}

#pagewidth
{
position: relative;
width: 900px;
margin: 0 auto 0 auto;
margin-top: 20px;
min-height: 480px;
background-color: #fe2828;
background-image:url(/grafiken/hgbody.jpg);
background-repeat: repeat-y;
text-align: left;
border: 0px solid #ffffff;
}

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

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

#header
{
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
{
position: relative;
margin-top: 25px;
padding-left: 170px;
padding-bottom: 24px;
width: 460px;
max-width: 460px;
border-bottom: 1px solid #fe2828;
text-align: left;
}

* html #maincol
{

}

#maincol h1
{
font-size: 1.35em;
color: #000000;
line-height: 1.5em;
margin: 0;
text-align: left;
}

#maincol h2
{
font-size: 0.95em;
color: #000000;
margin-top: 1.5em;
line-height: 1.5em;
text-align: left;
}

#maincol h1 + #maincol h2
{
margin-top: 1.0em;
}

#maincol p
{
font-size: 0.80em;
line-height: 1.5em;
color: #ffffff;
text-align: left;
}

#maincol .tklein
{
font-size: 0.70em;
line-height: 1.5em;
}

#maincol a:link
{
color: #ffffff;
text-decoration:underline;
}

#maincol a:visited
{
color: #ffffff;
text-decoration:underline;
}

#maincol a:hover, #maincol a:active
{
color: #000000;
text-decoration:underline;
}

#maincol ul, #maincol li
{
font-size: 0.87em;
line-height: 1.5em;
margin-top: 6px;
color: #ffffff;
text-align: left;
}


#maincol img
{
border: 1px solid #ffffff;
}

#maincol .bildlinks
{
float: left; 
margin-top: 5px; 
margin-right: 10px;
}

#maincol .bildrechts
{
float: right; 
margin-top: 5px; 
margin-left: 10px;
}

#maincol ul#galerie
{
list-style-type: none;
margin: 0;
margin-top: 0.85em;
padding: 0;
}

#maincol ul#galerie li
{
float: left;
margin-right: 20px;
padding-bottom: 20px;
}

#galerie img
{
padding: 0px;
background-color: #ffffff;
border: 1px solid #ffffff;
}



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


/* Beginn Fuss-Bereich */

#abschluss
{
margin-top: 0;
width: 100%;
height: 40px;
background-color: #fe2828;
background-image: url(/grafiken/hgfuss.jpg);
background-repeat: no-repeat;
background-position: left top;
}

#abschluss p
{
width: 610px;
border-top: 1px solid #ffffff;
text-align: left;
margin: 0;
margin-left: 30px;
padding-top: 5px;
font-size: 9px;
color: #ffffff;
}

#footer
{
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: 10px;
margin-left: 30px;
}

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

/* Ende Fuss-Bereich */

