body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #1b1b1b;
	margin: 0px;
	padding: 0px;
}
a:link { 
	font: Arial;
	font-size: 10px;
	color: #7b7b7b;
	text-decoration: none;
	text-underline: none;
} 
a:visited { 
	font-size: 10px;
	color: #7b7b7b;
	text-decoration: none;
	text-underline: none; 
}
a:hover { 
	font-size: 10px;
	color: #00a813;
	text-decoration: none;
	text-underline: none; 
} 
#wrapper {
	width: auto;
	height: auto;
}
#headerpuffer {
	width: auto;
	height: 147px;
	background-image:url(Bilder/puffer_header2.jpg);
}
#header {
	width: 354px;
	height: 116px;
	background-image:url(Bilder/header.jpg);
}
#navigation {
 	width:auto;
	height:31px;
}
.nav {
	width:auto;
	height:31px;
	float:left;
	display:inline;
}
#buttonstart {
	width:126px;
	height:31px;
	background-image:url(Bilder/button_start.jpg);
	float:left;
}
#buttonstart:hover {
	background-image:url(Bilder/button_start_over.jpg);
}
#buttonwebdesign {
	width:115px;
	height:31px;
	background-image:url(Bilder/button_webdesign.jpg);
}
#buttonwebdesign:hover {
	background-image:url(Bilder/button_webdesign_over.jpg);
}
#buttontz {
	width:113px;
	height:31px;
	background-image:url(Bilder/button_technzeichnung.jpg);
}
#buttontz:hover {
	background-image:url(Bilder/button_technzeichnung_over.jpg);
}
#subnavi {
	width:55px;
	height:31px;
	background-image:url(Bilder/sub_navi.jpg);
	background-repeat: no-repeat;
	float:left;
	visibility:visible;
}
#subnaviinhalt {
	width:300px;
	height:auto;
	margin-left:35px;
	margin-top:11px;
	visibility:visible;
}
#puffercontent {
	width:auto;
	height:35px;
	background-image:url(Bilder/puffer_content.jpg);
}
#contentbg {
	width:auto;
	height:auto;
	background-color:#e2e2e2;
}
#content {
	width:auto;
	height:auto;
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}
#footertop {
	width:auto;
	height:24px;
	background-image:url(Bilder/puffer_footer.jpg);
}
#footermiddle {
	width:auto;
	height:auto;
	background-color:#171717;
}
#footerbottom {
	width:auto;
	height:62px;
	background-image:url(Bilder/puffer_footer2.jpg);
}
.clear {
	clear:both;
}