/* CSS Document */

body{
  background-color: #181818;
  font-size: 12px;
  font-family:"Trebuchet MS", Verdana;
  color:#564b47;  
  padding:0px;
  margin:0px;
  overflow:hidden;
}

.text a:link, .text a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}

.text a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

#inhalt{ 	
  position:absolute;
  height:645px; 
  width:1007px;
  margin:-322px 0px 0px -503px;
  top: 50%; 
  left: 50%;

  text-align: left;
  padding: 0px;
  background-color: #272727;
  overflow: none;
}

#logos{
	float:left;
	width:1007px;
	height:69px;
	background-color:#272727;
	border-bottom:1px solid #181818;
}

#logo_graffiti{
	float:left;
	width:252px;
}

#logo_kopfsalat{
	float:right;
	width:252px;
}

#navigation{
	float:left;
	width:1007px;
	height:24px;
	background-color:#383838;
	border-bottom:1px solid #181818;
}

#content{
	float:left;
	width:1007px;
	height:455px;

}

#graffiti{
	float:left;
	width:500px;
	height:455px;
	/*background-color:#2cb91c;*/
	background-color:#5B6F5A;
}

#trenner{
	float:left;
	width:5px;
	height:455px;
	border-left:1px solid #181818;
	border-right:1px solid #181818;
}

#kopfsalat{
	float:left;
	width:500px;
	height:455px;
	/*background-color:#38157c;*/
	background-color:#625A6F;

}

.text{
	border-top:1px solid #181818;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Verdana;
	padding:12px;
}

#graffiti .text{
	text-align:justify;
}

#kopfsalat .text{
	text-align:justify;
}

#grau{
	float:left;
	width:1007px;
	height:24px;
	background-color:#383838;
	border-top:1px solid #181818;

}

#thumbs{
	float:left;
	width:1007px;
	height:69px;
	background-color:#272727;
	border-top:1px solid #181818;
}

#thumbs_graffiti{
	float:left;
	width:503px;
	height:59px;
	padding-top:10px;
	margin-right:1px;
	text-align:center;
}

#thumbs_kopfsalat{
	float:right;
	width:503px;
	height:59px;
	padding-top:10px;
	text-align:center;
}

#navigation ul{
	text-align:center;
	color:#FFFFFF;
	list-style:none;
	padding-top:3px;
	padding-left:335px;
	margin:0;
}

#navigation li{
	float:left;
	padding-right:20px;
}

#navigation a:link, #navigation a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#navigation a:hover{
	text-decoration:underline;
}

#navigation a.active{
	text-decoration:underline;
}

.thumb{
	border:1px solid #181818;
	margin-left:2px;
	margin-right:2px;
}

#bild_kopfsalat, #bild_graffiti{
	height:300px;
}
