/* Definition der Seite */

a:link 		{ font-weight:bold; color:dimgray; 	text-decoration:none; }
a:visited 	{ font-weight:bold; color:dimgray;	text-decoration:none; }
a:focus 	{ font-weight:bold; color:black; 	text-decoration:none; }
a:hover 	{ font-weight:bold; color:#0577cf; 	text-decoration:none; }
a:active	{ font-weight:bold; color:black; 	text-decoration:underline; }

/*
h1:focus 	{ background-color:red; }
h1:hover 	{ background-color:blue; }
h1:active 	{ background-color:green; }
*/

h1 { font-size:150%;
     color:#0577cf;
     font-style:italic;
     /* border-bottom:solid thin black; */
	 
}

#index {

background-image: url('gfx/hintergrund-dark.png');
color:#666666; /* Text dunkelgrau */
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
}

#tabellen {
background-color:  #FFFFFF; /* Hintergrund grau */
font-family:Helvetica,Arial,sans-serif;
font-size:10px;
}

#tabelle_sitemap {
background-color:  #FFFFFF; /* Hintergrund grau */
font-family:Helvetica,Arial,sans-serif;
font-size:10px;
border: 0;
}


#wrapper {

position: absolute;
width: 1000px;
left: 50%;
margin-left: -500px;
margin-bottom: 15px;
top:15px;
}


#header {

height: 150px;
width: 1000px;
margin: 0 auto;
position: static;
overflow: hidden;
text-align: left;
font-size:50px;
font-style: italic;
color: #FFFFFF;
margin-bottom:25px
}

#menu {
position: absolute;
left: -1px;
top:190px;
height: 150px;
width: 	150px;
padding-left: 10px;
padding-top: 10px;
margin: 0 auto;
font-size:14px;
text-align: left;
background-image: url(gfx/rahmen_menu.png);
background-repeat:no-repeat;
}


#contentwrapper {
position: absolute;
left: 180px;
top:190px;
width: 580px;

}

#content_head {
width: 580px;
height:25px;
background-image: url(gfx/rahmen_content_head.png);
background-repeat:no-repeat;
}


#content {
width: 580px;
height:auto;
position:relative; 
top:-15px; 
left:0px; 
padding-left: 10px;
background-image: url(gfx/rahmen_content_mitte.png);
background-repeat:repeat-y;
}

#contentbreite {
width: 540px;
height:auto;
padding-left: 10px;
}

#content_foot {
width: 580px;
height:25px;
position:relative; 
top:-28px; 
left:0px; 
background-image: url(gfx/rahmen_content_foot.png);
background-repeat:no-repeat;
}


#werbung_rechts {
border: 1px solid transparent;
background: transparent;
left:780px;
top:190px;
height: 645px;
width: 230px;
position:absolute;
overflow:visible;
background-image: url(gfx/rahmen_werbung.png);
background-repeat:no-repeat;
padding-left:7px;
padding-top:7px;
}

#werbung_tz {
left:0px;
top:360px;
height: 645px;
width: 150px;
position:absolute;
overflow:visible;
background-image: url(gfx/rahmen_werbung_tz.png);
background-repeat:no-repeat;
text-align:center; 
}




/* SLIDESHOW */
#slideshow {
 height:150px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:relative;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
 display:block;
}

