* {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
html, body {
	height:100%;
	background:#000000;
}
a {
	color:#990000;
	text-decoration:none;
}
		a:hover {
			color:#000000;
		}
p {
	margin:0px 41px 12px 0px;
}
		p#momentan_link {
			width:570px;
			font-size:0.8em;
			position:relative;
			top:110px;
			left:230px;
		}
		p#momentan_link a {
			font-size:1em;
		}
		p.fehler {
			color:#990000;
			font-weight:bolder;
		}
		p.seitenzahl {
			text-align:center;
			margin:0px 41px 5px 0px;
		}
		p.name {
			text-align:right; 
			font-style:italic; 
			font-size:0.8em; 
			color:#990000;
			margin:0px 41px 0px 0px;
		}		
h1 {
	font-size:1.2em;
	margin:0px 41px 12px 0em;
}
hr {
	border:1px solid #000000;
	margin:0px;
	width:109px;
}
		fieldset {
			width:560px;
			padding:20px 10px 10px 78px;
			margin:0px 0px 30px 0px;
			border:2px solid black;
		}
		legend {
			margin:0px 0px 0px -50px;
			font-weight:bold;
		}
		* html legend { /*Extrawurst für IE6*/
			margin:0px 0px 20px -50px;
		}
		*+html legend { /*Extrawurst für IE7*/
			margin:0px 0px 20px -50px;
		}		
		label {
			width:120px;
			display:block;
			float:left;
		}
		input {
			width:350px;
			border:1px solid black;
			color:#990000;
		}
		textarea {
			width:350px;
			border:1px solid black;
			color:#990000;
		}
		select {
			width:350px;
			border:1px solid black;
			color:#990000;
		}
		.button {
			width:120px;
			background:#cfcfcf;
			color:#000000;
			font-weight:bold;
		}
		.button_inline {
			width:120px;
			background:#cfcfcf;
			color:#000000;
			font-weight:bold;
			margin:0px 0px 0px 114px;
		}
		.radio {
			border:none;
			display:inline;
			width:1.5em;
		}
		.pass {
			width:180px;
		}
		form span {
			font-size:0.8em;
		}		
		fieldset img, fieldset div {
			float:left;
		}
		fieldset img {
			width:70px;
		}
dl input {
	width:24px;
}
dl select {
	width:110px;
}
address {
	margin:0px 41px 12px 0px;
	font-style:normal;
}
table.bestellung {
	margin:0px 41px 12px 0px;
	text-align:right;
}
		table.bestellung td {
			border:1px solid #cccccc;
			padding:2px;
		}
		table.bestellung td.mitte{
			text-align:center;
		}
#container {
	background:#FFFFFF;
	width:943px;
	margin:auto;
	padding:0px 0px 18px 0px;
}
#head {
	background:url(../bilder/content_head.jpg);
	height:135px;
}
#borders {
	background:url(../bilder/borders.gif) repeat-y right;
	background-position:18px 0px;
	width:943px;
	overflow:auto;
}
#navi {
	width:151px;
	padding:0px 0px 0px 18px;
	float:left;
}
		#navi ul {
			list-style:none;
			color:#990000;
			padding:13px 0px 0px 9px;
		}
		#navi li {
			margin:0em 0px 0.4em 1em;
			font-weight:bold;
		}
		#navi li.subnavi {
			margin:0em 0px 0.4em 2em;
		}
#content {
	width:693px;
	padding:10px 0px 10px 61px;
	float:left;
}
#foot{
	clear:left;
	height:67px;
	background:url(../bilder/foot.jpg) no-repeat;
	margin:0px 0px 0px 18px;
}
.bildlist form  {
	width:auto;	
}
	.bildlist a img {
		height:110px;
		width:110px;
		border:1px solid #cccccc;
		margin:0px 1.6em 1.6em 0px;
	}
	.bildlist img {
		border:1px solid #cccccc;
		margin:0px 1.6em 1.6em 0px;
	}
	.bildlist dl {
		float:left;
		margin:0px 1.6em 1.6em 0px;
	}
	.bildlist dd {
		text-align:center;
	}
	.bildlist dl img {
		margin:0em;
	}		
.clear {
	clear:left;
}
.galerietext {
	margin:-7px 41px 12px 12px;
}
/*LIGHTBOX ZEUG **************************************************************************************/
#lightbox {	
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}
#lightbox img { 
	width: auto; 
	height: auto;
}
#lightbox a img { 
	border: none; 
}
#outerImageContainer { 
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
}
#imageContainer { 
	padding: 10px; 
}
#loading { 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}
#hoverNav { 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10;
}
#imageContainer>#hoverNav { 
	left: 0;
}
#hoverNav a { 
outline: none;
}

#prevLink, #nextLink { 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
	display: block; 
}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink { right: 0; 
	float: right;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(../bilder/lightbox/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(../bilder/lightbox/nextlabel.gif) right 15% no-repeat; 
}
#imageDataContainer { 
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #fff;
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	; 
}
#imageData {
	padding:0 10px; 
	color: #666; 
}
#imageData #imageDetails { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#imageData #caption { 
	font-weight: bold;	
}
#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
}	 	
#overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}
.bildxvonx {
	font-size:0.7em;
	color:#990000;
}