body {
background: #000000;
background: -moz-linear-gradient(top,  #000000 0%, #45484d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#45484d));
background: -webkit-linear-gradient(top,  #000000 0%,#45484d 100%);
background: -o-linear-gradient(top,  #000000 0%,#45484d 100%);
background: -ms-linear-gradient(top,  #000000 0%,#45484d 100%);
background: linear-gradient(top,  #000000 0%,#45484d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 );


}

body {background-size: cover;}

#contentbody {
	
	box-shadow: -1px 3px 3px #555555;
	top: 50px;
	position: relative;
	left: 50%;
	
	margin-left: -200px;
	width: 400px;
	border-radius: 10px;
	
	/*-webkit-box-reflect: below 15px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.9, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.2)));*/
	
	}

.contentitem {
	float: left;
	clear: both;
	padding: 8px;
	border-bottom-color: #b3b3b3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 384px;
	
	background: #ededed;
background: -moz-linear-gradient(top,  #ededed 0%, #a5a5a5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#a5a5a5));
background: -webkit-linear-gradient(top,  #ededed 0%,#a5a5a5 100%);
background: -o-linear-gradient(top,  #ededed 0%,#a5a5a5 100%);
background: -ms-linear-gradient(top,  #ededed 0%,#a5a5a5 100%);
background: linear-gradient(top,  #ededed 0%,#a5a5a5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#a5a5a5',GradientType=0 );



}

.itembild {
	float: left;
	width: 96px;
	border-radius: 8px;
	box-shadow: 0px 0px 3px #000000;
	margin: 10px;
}

.itemhead {

	margin: 5px;

	font-family: sans-serif, Helvetica, Verdana, Arial;

	text-align: center;

}

.itemtext {
	margin-left: 8px;
	margin-bottom: 3px;
	margin-right: 5px;
	margin-top: 3px;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#projekte {
	background: #a5a5a5;
background: -moz-linear-gradient(top,  #a5a5a5 0%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5a5a5), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top,  #a5a5a5 0%,#ededed 100%);
background: -o-linear-gradient(top,  #a5a5a5 0%,#ededed 100%);
background: -ms-linear-gradient(top,  #a5a5a5 0%,#ededed 100%);
text-align: center;
		                    
                                                                 
                                                                                                              
                                                                   
                                                              
                                                               
font-weight: bold;
	                    
                                                                 
                                                                                                              
                                                                   
                                                              
                                                               
font-family: Helvetica, Verdana, Arial, sans-serif;
	                    
                                                                 
                                                                                                              
                                                                   
                                                              
                                                               
padding: 10px;
	                    
                                                                 
                                                                                                              
                                                                   
                                                              
                                                               
background: linear-gradient(top,  #a5a5a5 0%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#ededed',GradientType=0 );
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	/*width: 150px;*/
	

	
	
	
}

#footer {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #a5a5a5;
background: -moz-linear-gradient(top,  #a5a5a5 0%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5a5a5), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top,  #a5a5a5 0%,#ededed 100%);
background: -o-linear-gradient(top,  #a5a5a5 0%,#ededed 100%);
background: -ms-linear-gradient(top,  #a5a5a5 0%,#ededed 100%);
text-align: center;

	box-shadow: inset 0px 3px 3px #555555;
	clear: both;
	padding: 8px;

	margin-bottom: 80px;

}