@charset "utf-8";

/*----------Grundlegendes----*/


img
{
	border:0;
}


#rand_unten
{
	height:40px;
	background-color:#91785b;
}



/*----------Inhalt-----------*/

#inhalt_rahmen
{
	position:absolute;
	background-color:#000000;
	left:200px;
	top:88px;
	width:720px;
}


#inhalt_hintergrund
{
	background-color:#ffffff;
	width:704px;
	margin:0 8px 0 8px;
}

#inhalt
{
	width:560px;
	margin:0 32px 0 112px;
	border-top: 60px #ffffff solid;
	border-bottom: 64px #ffffff solid;
}


#inhalt a, #zurueck a
{
	text-decoration:underline;
	color:#f07000;
}


#inhalt a:hover, #zurueck a:hover
{
	color:#ffffff;
	background-color:#000000;
	text-decoration:none;
}

#inhalt p strong a:hover
{
	background-color:#ffffff;
}


#inhalt p a:hover
{
	background-color:#000000;
}

 #inhalt p a:hover[rel = "lightbox"]
 {
 	background-color:#ffffff;
 }


#inhalt h1
{
	border:0;
	margin:0;
	padding:0;
	font-size:16px;
	line-height:20px;
	text-decoration:none;
}


#inhalt h2
{
	border:0;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
	font-weight:bold;
}


.orange
{
	color:#f07000;
	font-weight:bold;
	border:0;
	padding:0;
	margin:0;
}


#inhalt input
{
	margin:0;
	padding:0;
}


.eingabefeld
{
	height:18px;
	border: 1px #91785b solid;
	background-color:#ffffff;
}


.hochgestellt
{
	font-size:7px;
	vertical-align:super;
	line-height:7px;
	display:inline;
}


.button
{

}


.textfeld
{
	font-family: Verdana, Arial, sans-serif;
	color:#000000;
	height:156px;
	width:558px;
	border: 1px #91785b solid;
	background-color:#ffffff;
}


#zurueck
{
	text-align:right;
	position:absolute;
	width:88px;
	top:208px;
	left:209px;
}


.thumbnail
{
	clear:left;
	float:left;
	margin-right:16px;
	padding-top:5px;
	display:block; width:128px;
}


.thumbnail a:hover
{
	background-color:#ffffff; /* wegen Opera */
}



.thumbnail_text
{
	float:left;
	display:block;
	width:416px;
}


.clear_left
{
	clear:left;
}


.clear_right
{
	clear:right;
}


.zweispaltig_links
{
	display:block;
	width:272px;
	float:left;
	margin-right:16px;
}


.zweispaltig_rechts
{
	display:block;
	width:272px;
	float:left;
}



/*----------Formular---------*/

.radiobutton
{
	position:relative;
	top:1px;
}



/*----------Logo-------------*/

#logo
{
	position:absolute;
	top:341px;
	left:67px;
}



/*----------Menue------------*/

#menue
{
	position:absolute;
	left:250px;
	top:55px;
	z-index:3;
}


#menue a
{
	display:block;float:left;
	position:relative;
	margin-right:12px;
	height:30px;
	background-color:transparent;
	z-index:4;
}


#menue a:hover
{
	margin-bottom:0px;
	border-bottom:8px black solid;
	z-index:4;
}


#menue a:hover img
{
	margin-bottom:-8px;
	border-bottom:8px black solid;
	z-index:4;
}


#menue_rahmen
{
	position:absolute;
	left:200px;
	top:40px;
	width:720px;
	height:48px;
	background-color:#000000;
	z-index:2;
}

#menue_rahmen div
{
	position:absolute;
	left:8px;
	top:8px;
	width:704px;
	height:32px;
	background-color:#ffffff;
	z-index:2;
}


/*----------Fusszeile--------*/

#copyright_impressum
{
	height:40px;
	margin-left:114px;
}


#copyright_impressum img
{
	margin-right:14px;
}


#menue_unten
{
	position:absolute;
	z-index:3;
}


#menue_unten a, span
{
	display:block;float:left;
	position:relative;
	margin-right:14px;
	background-color:transpartent;
	z-index:4;
}


#menue_unten a img, #menue_unten span img
{

	border-top:8px #ffffff solid;
	z-index:4;
}


#menue_unten span img
{

	border-top:8px #ffffff solid;
	margin-left:105px;
	z-index:4;
}


#menue_unten a:hover
{
	margin-top:0px;
	border-top:8px #000000 solid;
	z-index:4;
}


#menue_unten a:hover img
{
	margin-top:-8px;
	border-top:8px #000000 solid;
	z-index:4;
}


#menue_rahmen_unten
{
	border-top:8px #ffffff solid;
	border-bottom:30px solid #000000;
	width:704px;
	/*height:66px;*/
	background-color:#000000;
	z-index:2;
}


#menue_rahmen_unten div
{
	top:0px;
	width:704px;
	height:18px;
	background-color:#000000;
	z-index:2;
}

/*----- Lightbox -----*/
#lightboxImage
{
	border: 8px black solid;
} 

#lightbox {
	background-color:#000000;
	padding: 10px;
	/*border-bottom: 2px solid #666;
	border-right: 2px solid #666;*/
	}

#lightboxCaption {
	font-size: 0.8em;
	padding-top: 0.4em;
	}

#lightbox img { border: none; } 

#overlay img { border: none; }

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	}
