/* LAYOUT
////////////////////////////////////////////// */
h1, h2, h3, h4 { margin:0; padding:0; }

html, body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background:#191919 url(images/bg_wrap.png) center repeat-y;
	}

#wrapper {
	width:900px;
	margin:0 auto;
	text-align:center;
}

#header {
	padding: 0px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:0px;
	}
	
#logo {
	width:900px; 
	background:#000; 
	text-align:left;
	margin-bottom:10px;
	border-top:10px solid #6a0000;
	}
	
#logo img {
	border:none;
	}		
/*////////////////////////////////////////////// */	

#headspaceleft {
	background:#6a0000;
	}
	
#headspaceright {
	background:#6a0000;
	}
	
#headspaceleft h2 {
	color:#fff;
	}


#headspacecenter {
	background:#6a0000;
}

#headspacecenter h3 {
	color:#fff;
	}
	
#contentdetail {
	background:#ccc;
}	

#imagedetail {
	background:#6a0000;
	color:#fff;
	}
	
#footspacer {
	background: #333;
}	

#footer a:link, #footer a:active, #footer a:visited  {
	color:#333;
	}

#footer a:hover {
	color:#ff0000;
	}
	
.articlehead {
	background:#999;
	}	
	
.articlehead a {
	color:#fff;
}	

.articlehead h2 {
	color:#fff;
	}	
	
.articletextbox {
	background:#ccc;
	}	
	
.articletext {
	color:#393939;
	}	
	
.porto a {
	color:#393939;
	}
		
	
#navcontainer a
{
background-color: #baa;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited, #navcontainer a:visited
{
color: #fff;
text-decoration:none;
}

#navcontainer a:hover
{
background-color: #6a0000;
color: #eee;
}	

#impressum a {
	color:#333;
	}
		