html, body {
	margin: 0;
	padding: 0;
	font: 83.0% 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	text-align: center;
	background: #ccc;
	color:#fff;
}

p {color:#fff;
   }

#container {
  padding-top:2%;
	margin: 0 auto;
	text-align:left;

}

#imprint {position:absolute;
right:12px;
bottom:2px;
}

 a, a:visited, a:active {
color:#fff;
text-decoration:none;
font-weight:bold;
}

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

#navi {
font-size: 1em;
font-weight:bold;
position: relative;
float: left;
}

	
#navi ul {
display:inline;
position: relative;
background: transparent;
margin: 0 -30px 0 0;	
}

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

#navi li a, a:visited, a:active {
color:#999;
text-decoration:none;
}

#navi li a:hover {
color:#000;
text-decoration:none;
}

#cera {float:right;
       padding:0;
       margin:0;
}

div#content {
  width:800px;
  height:580px;
  margin: 0 auto;
	background-color:#fff;
	border:#fff 10px solid;
	color:#fff;
}

div#grey {
  width:800px;
  height:310px;
	background-color:#999;
	color:#fff;

}

div.box {
		float:	left;
		padding: 10px;
		width:240px;
		text-align:justify;
		}
		
		div#object {height:272px;
		width:800px;
		}
		
h1 {background-color:inherit;
    color:#e9cc32;
    font-size:1.4em;
    margin:5px;
    font-family: "trebuchet MS";
    font-weight:bold;
    	    }
    		
h2 {background-color:inherit;
    font-size:1.2em;
    color:#e9cc32;
    text-transform: uppercase;
    }
		
	
 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
	line-height: 1.5;
}

li {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
	line-height: 1.5;
}

 



