/*
	empfohlene Farben des Bildes
	#313519
	#756700
	#7B7860
	#3D4B4C
	#B18655
	*/

body, p, ol, ul, td {
	background:	 						#000000;
	color:			 						silver;
	text-align:  						left;
  font-family: 						verdana, arial, helvetica, sans-serif;
  font-size:   						13px;
  line-height: 						18px;
}	             						
               						
a {            						
	color: 			 						silver; 
}              						
a:visited {    						
	color: 			 						#666; 
}

a:hover { 
	color: 									#000000; 
	background-color:				#ffffff; 
}

#header {
	background: 	 					#313519;
	color:									white;
	font-size:		 					175%;
	font-weight:	 					bold;
	height:				 					10%;
	line-height:	 					30px;
	margin-bottom:					0.5em;
	padding-left:						20px;
	position:			 					relative;
	text-transform:					uppercase;
}

#left {
	border:									1px dashed #313519;
	float:									left;
	padding:								0.75em;
}

ul#navigation {
	font-size:							0.91em;
	margin:									0pt;
	padding:								0pt;
	width:									22em;
}

ul#navigation li {
	list-style-image:				none;
	list-style-position:		outside;
	list-style-type:				none;
}

#cover {
	margin-bottom:					1em;
	width:									21em;
}

#content {		
	border:									1px dashed #313519;
	clear:									right;
	margin-left:						23.4em;
	min-width:							500px;
	padding:								0.75em;
}

#content-preface {
}

#content-picture {
	float:									left;
	margin-right:						0.5em;
	min-width:							500px;
	
}

#content-picture img {
	width:									500px;
	height:									331px;
/*	border:									1px solid white*/
}

#content-top {
	padding-bottom:					10px;
}

#content-bottom {
	border-top:							1px solid #313519;
	clear:									left;
	font-size:							80%;
	padding-top:						10px;
}


div.impressum {
	margin-top:							150px;
	width:									21em;
}

p.impressum {
	border-bottom:					1px solid white;
	font-size:							120%;
	font-weight:						bold;
	width:									17em;
}

p.imp_left {	
	float:									left;
	font-weight:						bold;
	margin-top:							0px;
	text-align:							right;
	width:									5em;
}

p.imp_right {
	color:									gray;
	border-left:						1.5px solid gray;
	margin-left:						6em;
	margin-top:							0px;
	padding-left:						1em;
}

p.imp_right a {
	color:									gray;
}

hr.nodisplayButPrint {
	display:								none;
}


p.normal {
	color: 				gray;
	font-size:		13px;
	font-weight:	normal;
}