/* ======= Algemeine Definitionen ===================*/
* {
     margin:0;
     padding:0;
     border:0
}
body{
     
	 background:url(../images/background.jpg) #000;
	 background-repeat:repeat-x;
	 font:0.76em Thoma, Verdana, Arial, Helvetica, sans-serif;
	 color:#FFF;
	 }
a:link{
	
	color:#FFF;
	
	}
a:visited{
	
	color:#FFF;
	}
a:hover{
	color:#FA3B21;
}
h1{
	font-size:1.2em;
	color:#FFF;
}
h2 {
  font-size:0.9em;
	color:#FFF;
}

/* ======== Main Container  ======== */
#container{
	 width:910px;
	 height:auto;
	 margin:0px auto;
	 padding:0px;
	 background-color:#2c2b2b;
	
}
/* ====== Header ============ */
#header{
	width:910px;
	height:450px;
	background:url(../images/headerbackground.jpg);
}
#header #navitop{
	width:910px;
	height:50px;
	border-bottom:#ffffff 1px solid;
}
#header #navitop ul{
	list-style:none;
}
#header #navitop li{
	float:left;
	width:129px;
	text-align:center;
	border-right:1px #000 solid;
	margin-top:12px;
}
#header #navitop li a{
	text-decoration:none;
}
#header #navitop li a:hover{
	text-decoration:underline;
	background-color:#000;
}
#header #sitetitle{
	clear:both;
	width:910px;
	height:50px;
	padding-top:20px;
}
#header #sitetitle h1{
	font-size:1.8em;
	font-style:oblique;
}
#header #headerleftbox{
	float:right;
	width:225px;
	height:315px;
	border:1px #FFF solid;
	margin-left:10px;
	background:url(../images/headerleftbox.png);
}
#header #headerleftbox h1{
	text-align:center;
	margin:19px 0px 15px 0px;
	color:#E64879;
	font-size:1.5em;
	font-weight:normal;
}
#header #headerleftbox ul{
	list-style:none;
}
#header #headerleftbox li{
	width:180px;
	height:20px;
	text-align:center;
	margin:5px 10px 0px 20px;
	padding-top:5px;
	background:url(../images/li-background.png);
}
#header #headerleftbox a{
	text-decoration:none;
	color:#CB485A;
}
#header #headerleftbox a:hover{
	text-decoration:underline;
	color:#FA3B21;
}
#header #headerrightbox{
	float:left;
	width:671px;
	height:315px;
	border:1px #FFF solid;
	background:url(../images/headerrightbox.png);
	
}
#header #headerrightbox #singles{
	width:670px;
	height:310px;
	
}
#header #headerrightbox #singles .headline{
	text-align:center;
	font-size:1.6em;
	color:#FFF;
	font-style:italic;
	
}
#header #headerrightbox #singles .user-list{
	margin-left:40px;
}
#header #headerrightbox #singles .singlebox{
	float:left;
	width:115px;
	height:130px;
	text-align:center;
	font-size:0.7em;
	margin-top:5px;
	padding-top:10px;
}
#header #headerrightbox #singles .singlebox:hover{
	background-color:#5b5a5a;
}
/* ====== Left Side ======== */
#leftsite{
	float:right;
	width:225px;
	margin-left:11px;
}
#leftsite .linkcontainer{
	width:218px;
	height:328px;
	margin-top:10px;
	background-color:#000;
	border:#FFF 1px solid;
	padding:10px 0px 0px 5px;
}
#leftsite .linkcontainer ul{
	list-style:none;
	margin:10px 0px 10px 10px;
}
#leftsite .linkcontainer li{
	margin:10px 0px 10px 0px;	
}



#leftsite .singlescontainer{
	width:223px;
	height:328px;
	margin-top:10px;
	background-color:#000;
	border:#FFF 1px solid;
	padding-top:10px;
}
#leftsite .singlescontainer  #singles{
	width:225px;
	height:310px;
	
}
#leftsite .singlescontainer  #singles .headline{
	text-align:center;
	font-size:0.9em;
	color:#FFF;
	font-style:italic;
	
}
#leftsite .singlescontainer  #singles .user-list{
	width:225px;
}
#leftsite .singlescontainer  #singles .singlebox{
	float:left;
	width:105px;
	height:130px;
	text-align:center;
	font-size:0.7em;
	margin-top:5px;
	margin-left:4px;
	padding-top:10px;
	border:1px #000 solid;
}
#leftsite .singlescontainer  #singles .singlebox:hover{
	background-color:#5b5a5a;
}
/*====== Maincontent ======================== */
#maincontent{
	float:left;
	width:671px;
	height:auto;
	padding-top:10px;
}

#maincontent .frontpagetext{
	margin:0px 0px 15px 0px;
}
#maincontent .post{
	float:left;
	width:315px;
	height:300px;
	text-align:left;
	margin:0px 15px 10px 5px;
	padding-bottom:10px;
	border-bottom:1px #FFF solid;
}
#maincontent .post h2{
	font-size:1.2em;
	margin-bottom:5px;
}
#maincontent .post h2 a{
	text-decoration:none;
}
#maincontent .post img{
	float:left;
	margin-right:10px;
}
#maincontent .pagination {
	clear:both;
	height:30px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

#maincontent .pagination ul{
	clear:both;
	width:100%;
	list-style:none;
}
#maincontent .pagination li{
	float: left;
	display: block;
	padding:3px 5px 3px 5px;
	margin:2px;
	border:1px #bfbfbf solid;
}
#maincontent .pagination li.page_info{
	float: left;
	display: block;
	padding:3px 5px 3px 5px;
	color: #666666;
	border:1px #bfbfbf solid;
}
#content .pagination li.active_page {
	border:1px #0075b8 solid;
}
#maincontent .pagination li.disabled{
	/*display:none;*/
}
/* ========== Foter ================ */
#footer{
	clear:both;
	width:910px;
	height:20px;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:10px;
}


