/* CSS Document */
body{
	background-color: #2A2121;
}

clear{
	float:both;
}



#root{
	margin-top:3%;
	margin-botton:8%;
	background-color:#0f0f0f;
	width:800px;
}
/* Streifen schmal */
#topLine{
	width : 694px;
	height : 1px;
	overflow :hidden;
	background-color:#3c3c3c;
	float:left;
	margin-top:24px;
}
/* Streifen breit */
#borderTopLine{
	height : 32px;
	border-bottom:7px;
	border-bottom-color:#3c3c3c;
	border-bottom-style:solid;
	padding-bottom:10px;
}

#content{
	height:455px;
	margin:0;
	border:0;
}
/* Hintergrund Bild */
#contentImageLeft{
	text-align:left;
	background-color:#0f0f0f;
	padding:25px 40px 25px 30px;
	margin:0;
	border:0;
	float:left;
}
/* Hintergrund Navigation Galerie */
#navigationBorder{
	background-color:0f0f0f;
	margin:0;
	padding:0;
	border:0;
}
/* Position der Navigation neben dem Bild */
#linkNavigation{
	padding:200px 0px 0px 0px;
	text-align:left;
	margin:0;
	border:0;
	color:#ffffff;
	text-decoration:none;
	font-family:verdana;
	font-size:13px;
   	font-weight:bold;
	line-height: 18px;
}
/*Linkoptionen der Navigation */
#linkNavigation a{
	color:#999999;
	text-decoration:none;
	font-family:verdana;
	font-size:13px;
   	font-weight:bold;
	line-height: 18px;
	

}
/*Linkoptionen des aktivierten Links */
#linkNavigation span{
	color:#ffffff;
	text-decoration:none;
	font-family:verdana;
	font-size:15px;
	font-weight:bold;
	line-height: 24px;
}
/* Unterer Streifen der Navigation*/
#footNavigation{
	background-color:#3c3c3c;
	border:0;
	padding: 4px 0 4px 0;
	margin:0 0 4px 0;
}
/* Linkoptionen im unteren Streifen*/
#footNavigation a{

	color:#dddddd;
	text-decoration:none;
	font-family:verdana;
	font-size:13px;
   	font-weight:bold;
	margin:0 20px 0 25px;
}
#footNavigation span{
	color:#999999;
	text-decoration:none;
	font-family:verdana;
	font-size:15px;
   	font-weight:bold;
	margin:0 20px 0 25px;
	
}
/* Linie unter der unteren Navigation*/
#foot {
	border-top:1px;
	border-top-style:solid;
	border-top-color:#3c3c3c;
	padding-top:5px;
	padding-bottom:5px;
	color:#999999;
	text-decoration:none;
	font-family:verdana;
	font-size:13px;
	
}

#pictureScrollBar{
	background-color:#0f0f0f;
	width:300px;
	overflow:hidden;
	height:50px;
	border-top:1px;
	border-top-style:solid;
	border-top-color:#999999;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	margin:40px 0 0 0;
	padding:1;
	
	
}
/* */
#pfeile{
	text-align:center;
}
/* Abstand der Pfeile zur den Bildern, top, right, bottom, left*/
#pfeile img{
	margin:10 10px 0 0px;
}

#pictureScrollBar img {
	margin:0;
	padding:0;
	border:0;
}

#scroll{
	position:relative;
	margin:0;
	padding:0;
	border:0;
}

#scroll img{
	margin:0;
	padding:0px 0 0 0;
	border:0;
}



/* Achtung das ist neu !!!! */
/* Position der Navigation neben dem Bild */
#textinhalt{
	padding:100px 0px 0px 0px;
	text-align:left;
	margin:0;
	border:0;
	color:#dadada;
	text-decoration:none;
	font-family:verdana;
	font-size:12px;
	font-weight:none;
	line-height: 16px;
	
}

