/* CSS Document */
body {padding:0; margin:0; background-color:#000000;}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color: #FFFFFF; 
	line-height: 20px; 
	padding-bottom: 4px; 
	padding-left: 20px;
}


h1 {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #C8865D;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 5px;
	border-bottom: 1px solid #C8865D;
	margin-bottom: 40px;
	}

h2 {
	display: block;
	font-family: "Times New Roman", Times, serif; 
	font-size: 18px; color: #369180; 
	font-style: italic; 
	letter-spacing: 5px; 
	font-weight: normal;
	}
h2 a, h2 a:visited {text-decoration: none; color: #369180}

h3 {
	display: block;
	font-family: "Times New Roman", Times, serif; 
	font-size: 14px; 
	color: silver; 
	font-style: italic; 
	font-weight: normal;
}
h3 a, h3 a:visited {text-decoration: none; color: silver; font-style: italic;}
h3 a:hover {text-decoration:underline;}

#head {
	position:absolute; 
	margin:0; 
	top:0;  
	left: 322px; 
	display:block; 
	height:76px; 
	width: 409px;
	background:url(images/headmast.jpg); 
	background-repeat: no-repeat;
	font-size:4em; 
	z-index:5; 
	color:#fff;
	}

#head p{margin-top: 40px; margin-left: 130px;}
#left {
	position:absolute;
	margin: 0;
	padding: 0;
	height: 495px;
	width:322px;
	top: 0;
	left: 0;
	background:url(images/navbar.jpg) no-repeat;
	z-index:4;
	background-color: #000000;
}

#left p {margin-top:145px; margin-left: 160px;}
#left a, #left a:visited, #head a, #head a:visited {
	text-decoration: none;
	color: silver;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
}
#left a, #left a:visited {
	display:block;
}

#left a:hover, #head a:hover {color:#C8865D;}

#content {/*Hauptseiteninhalt*/
	display:block; 
	position: relative; 
	height:660px;
	width: 800px;
	top: 92px; 
	margin-left: 330px; 
	background-color: black; 
	z-index:3;
	
}

#main{ /*Hauptcontainer*/
   position: relative;
   float:left;
   width: 744px;
   height: 632px;
   left: 20px;
   top: 20px;
   border: 1px solid #404040;
   background-color: #000000;
}

#container { /*Text-Container*/
   display: block;
   width: 740px;
   height: 480px;
   margin-left: 15px;
   margin-right: 15px;
   margin-top: 100px;
   background-color:#000000;
   font-size: 10px;
   border: 1px solid #404040;
   padding: 10px;
}

#textcontainer { /*Seiten-Text*/
   display: block;
   width: 370px;
   height: 422px;
   background-color:#333333;
   padding: 20px 20px 0 20px;
}

#textcontainer p { /*Seiten-Text*/
   font-family:Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color:#CCCCCC;
   line-height: 17px;
   padding-right: 50px;
}

#textcontainer a:link, #textcontainer a:visited { /*Text-Links*/
   color:#CCCCCC;
   text-decoration: underline;
   }

#textcontainer a:hover { 
   color:#C8865D;
   text-decoration: underline;
}

#bildcontainer { /*Key-Visual*/
   position: absolute;
   display: block;
   top: -9px;
   left: 414px;
   width: 330px;
   height: 440px;
   margin-top: 120px;
   border: 1px solid #404040;
   }

.auswahllink, .auswahllink:visited, .auswahllink:hover {/* Thumbnails Oben */
   display: block;
   float: right;
   width: 50px;
   height: 50px;
   margin-top: 25px;
   margin-right: 5px;
   border: 1px solid #404040;
   text-decoration: none;   
}

#main a[title=home] {
float: left;
margin-left: 15px;}


.thumbnail {/* Thumbnails inaktiv*/
   display: block;
   float: right;
   width: 14px;
   height: 14px;
   margin-top: 18px;
   margin-right: 5px;
   border: 1px solid #404040;
   text-decoration: none;   
}

.thumbnail:link, .thumbnail:visited, .thumbnail:hover {/* Thumbnail-Links */
   display: block;
   float: right;
   width: 14px;
   height: 14px;
   margin-top: 18px;
   margin-right: 5px;
   border: 1px solid #404040;
   text-decoration: none;   
}

.last_thumbnail {
   display: block;
   float: right;
   width: 14px;
   height: 14px;
   margin-top: 18px;
   margin-right: 20px;
   border: 1px solid #404040;
   text-decoration: none;  
}







