html {
	height : 100%;
}
body {
	background : #e3e2d8 ;
	font: normal 10px Verdana, sans-serif;
	height : 100%;
	text-align : center;
	
}
* {
	margin : 0;
	padding : 0;
	border : 0;
}
img {
	display : block;
}


#container {
	margin : 10% 0 0 0;
	
}

#container_innen {
	width : 621px;
	margin : 0 auto 0 auto;
	text-align : left;
}

#oben {
	height : 4px;
	background:  url('images/schatten_oben.gif') no-repeat;
	font-size : 1px;
}


.mitte {
	background: #000 url('images/schatten_mitte.gif') repeat-y;
	
}
#logo {
	padding : 70px 0 0 400px;
}
#logo img {
	
}
#pic img{
	margin : 0 0 0 4px;
}

#leiste {
	background : #132e06;
	margin : 0 4px ;
	padding : 2px 20px 2px 0;
	text-align : right;
	
}
#leiste a{
	color : #e3e2d8;
	text-decoration : none;
	margin : 0 8px 0 0;
}
#leiste a:hover{
	color : #bbb;
	text-decoration : none;
	margin : 0 8px 0 0;
}
#links {
	padding : 0 0 40px 0;
}
#unten {
	height : 8px;
	background:  url('images/schatten_unten.gif') no-repeat;
}
