/* CSS Document */

/* Wichtige Farben Hintergrund
 
# E8A20A Gelb
# 666666 Grau
# 1E1E1E Dunkelanthrazit
# 333333 Hintergrund

*/
/* Wichtige Farben Schriften
 
# ffffff Weiß

*/


/* CSS Style für den Seitenaufbau BikerCity*/

body{
        background-color: #000000;
		margin-top:30px;
		
		
}


#wrap{
	
	width: 883px;
	height: 700px;
	padding:0px 0px 0px 0px;
    border:0px;
	margin:0px;
	background-color:#000000;
		
}

#header {
	width: 880px;
	height: 112px;
	background:  url(../images/index-skyline.gif) no-repeat; 
	background-color:#000000;

}

#toplinks {
	
	background-color:#000000;
	
}

#content {

	width: 880px;
	padding:0px 0px 0px 0px;
    border:0px;
	margin: 0px 0px 0px 0px;
	background-color:#1E1E1E;
	text-align:left;
	height:452px;
	
}
#foto {

	width: 880px;
	height:257px;
	padding:0px 0px 0px 0px;
    border:0px;
	margin: 0px 0px 0px 0px;
	background-color:#000000;
	text-align:left;
	background:  url(../images/index-foto.jpg) no-repeat;
	
	
}
#flash {

	width: 880px;
	height:46px;
	padding:0px 0px 0px 0px;
    border:0px;
	margin: 0px 0px 0px 0px;
	background-color:#000000;
	text-align:left;
	
	
	
}

#inhalt {
	width: 880px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	border:0px;	
	background-color:#000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 15px;
	height:200px;
	
	}

/* CSS Style für exteren Links zu Partner von BikerCity*/

.index:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.index:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ED291B;
	text-decoration: none;

}
.index:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	

}