/* ======= Algemeine Definitionen ===================*/
* {
     margin:0;
     padding:0;
     border:0
}
body {
	font: 0.76em Tahoma, Verdana, Arial, sans-serif, "Arial Narrow";
	color:#FFF;
	background: #000 repeat-x url(images/ohv-header-bg.jpg);
	margin:0;
	padding:0;
}
a{
	color:#FFF;
}
h1{
	font-size:1.2em;
}
h2{
	font-size:0.9em;
}
/* ======== Seiten-Continer ========================*/
#container{
     width:995px;
	 margin:0px auto;
	 padding:0px;
	 text-align:left;
	 }
/* ======== Header ============= */
#header{
	width:995px;
	height:220px;
}
#header a{
	color:#FFF;
}
#header a:hover{
	color:#FFF;
	text-decoration:none;
}
#header .logo{
	float:left;
	width:220px;
	height:220px;
}
#header .ohv-desc{
	float:left;
	height:220px;
	width:350px;
}
#header .ohv-desc h1{
	margin:30px 10px 5px 20px;
}

/* ===== backlinks =====*/
.backlinks{
	text-align:center;
	padding:10px;
}

/* ======= Singles ========= */
singles-city{
	width:995px;
	text-align:center;
	
}
#singles {
	/*width:600px;*/
	/*height:220px;*/
}
#singles .headline {
     font-weight:bold;
	 padding:5px 0px 0px 40px;
   
   }
#singles .user-list {
	margin-left: 40px;
	margin-right: 10px;
}
#singles .singlebox{
    float: left;
	text-align: center;
	margin-bottom: 4px;
	font-size:0.8em;
}

#singles .image {
    width:120px;
	border: 1px solid #888888;
	padding: 4px;
	margin: 8px 12px 8px 5px;
	background-color: #000;

} 

/* ======= Content ========== */
.desc-text{
	clear:both;
	 padding:10px 40px 10px 25px;
	 
}
.main-images{
	width:955px;
	height:250px;
	text-align:center;

}
.main-images img{
	margin:10px 10px 0px 10px;
	border:#FFF 1px solid;
	padding:5px;
}
.textlink {
	text-align:center;
	font-size:2.8em;
	padding:10px;
}
.textlink a{
	color:#fff;
}
.textlink a:hover{
	
	color:#FF0000;
	text-decoration:none;
	
}

/* ===== Footer ======*/
#footer{
	clear:both;
	width:995px;
	height:30px;
	background-image:url(images/ohv-menue-bg.jpg);
	margin:0px 0px 20px 0px;
	text-align:center;
}

#footer ul{
	display:block;
	list-style:none;
	margin:0px 0px 0px 300px;
}
#footer ul li{
	float:left;
	height:24px;
	text-align:center;
	padding:6px 5px 0px 5px;
}

#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	}

