html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	font-family: verdana;
	font-size: 11pt;
	line-height: 1.3em;
	padding: 0 20px 20px;
	background-color:  #000033;
	color: #CCF;
}
#wrapper{width:1060px;
margin-left:auto;
margin-right:auto;

}
#brotkruemel {
	
        margin:25px 0 0 30px;		
	font-weight: bold;
	font-family:Verdana;
	font-size: 12px;	
	padding:3px 10px 3px 10px;
	float:left;
       
}
#suche{margin:46px 0 0 650px;}
.nav-links {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-links li {
	line-height: 1.6em;	
	font-size: 1.0em;
}

#ueberschrift{margin:30px 0 0 350px;


}

#nav{width: 200px;
		position:relative;		
		z-index:2;
		font-size:12px;
		
		font-family: Verdana;		
		margin: 30px 0px 00px 30px;
}


#content {
	
	position:relative;
	top:-225px;
	left:210px;
 	z-index:1;
}

.twitthis {
	position: absolute;
	top: 250px;
	left: 20px;
}
pre {
	background: #e8e8e8;
	border-left: 10px solid #777;
	font-size: 0.85em;
	padding: 1em;
	color: black !important;
	overflow-x: auto;
}
.important {
	border: 1px solid #666;
	background: #ddd;
	padding: 0 1em;
	color: #C30;
}
h3 {
	font-size: 1.45em;
	
	
}
.galleryview {
	font-size: 12px;
	font-family: verdana;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}

code, .code {

}
.options {
	border: 1px solid #777;
	border-right: none;
	font-size: 0.8em;
	font-family: Verdana;
}
.options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
.options th, .options td {
	padding: 4px 10px;
}
.options td {
	border-right: 1px solid #777;
}
#parts-img {
	border: 1px solid black;
}
img.nav {
	border: 1px solid black;
	margin-bottom: 5px;
}

#footer{
	clear:both;
	
        padding:0px 0 5px 5px;
	font-family:Verdana;	
	width:400px;
	height:16px;
        font-size:12px;        
	margin: -150px 0 0 20px;
	
}
a:link {
		color: yellow;
		text-decoration: none;
		}
	a:visited {
		color: yellow;
		text-decoration: none;
		}
	a:hover {
		color: #003300;
		text-decoration: none;
		}
	a.active {
		color: #003300;
		text-decoration: none;
		}