html {
  background: #ffffff;
}
body,td {
  color:#000;
  font: 14px Arial,helvetica, sans-serif;
	margin: 0px auto;
	padding:0px;
}
body {
  background: #ffffff url(images/back_shadow.jpg) repeat-y top fixed;
}
a {
  color:#000080;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
a.visited {
  color:#000080;
  text-decoration:none;
}
#main_content {
  padding-top:6px;
	background-color:#ffffff;
	color:#404040;
}
#main_content h1 {
	margin-top:0px;
	font-size:20px;
	color:#808080;
}
#main_content h2 {
	margin-top:0px;
	margin-bottom:0px;
	font-size:18px;
	color:#808080;
}
.content {
	background-color:#ffffff;
	vertical-align:top;
}
.footer {
	color:#808080;
	background-color:#ffffff;
	padding-top:16px;
	padding-bottom:3px;
}
.pics {
  width: 990px;
  height: 250px;
  padding: 0; 
  margin:  0; 
}
.pics img { 
  width:  990px;
  height: 250px;
  top:  0;
  left: 0
}
.nav a {
  width:200px;
  height:40px;
  display:block;
  margin-bottom:1px;
}
#but_home a {
  background-image:url(images/but_startseite_n.gif);
}
#but_home a:hover,#but_home_a {
  background-image:url(images/but_startseite_h.gif);
}
#but_about a {
  background-image:url(images/but_ueber_uns_n.gif);
}
#but_about a:hover,#but_about_a {
  background-image:url(images/but_ueber_uns_h.gif);
}
#but_ref a {
  background-image:url(images/but_referenzen_n.gif);
}
#but_ref a:hover,#but_ref_a {
  background-image:url(images/but_referenzen_h.gif);
}
#but_leist a {
  background-image:url(images/but_leistungen_n.gif);
}
#but_leist a:hover,#but_leist_a {
  background-image:url(images/but_leistungen_h.gif);
}
#but_contact a {
  background-image:url(images/but_kontakt_n.gif);
}
#but_contact a:hover,#but_contact_a {
  background-image:url(images/but_kontakt_h.gif);
}
#but_impress a {
  background-image:url(images/but_impressum_n.gif);
}
#but_impress a:hover,#but_impress_a {
  background-image:url(images/but_impressum_h.gif);
}
input {
	font-family:Verdana;
	font-size:12px;
	color:#383d3d;
	border:1px solid #383d3d;
	width:300px;
	padding:2px;
	background-image:url(images/bg_inp.jpg);
}
textarea {
	font-family:Verdana;
	font-size:12px;
	color:#383d3d;
	border:1px solid #383d3d;
	width:300px;
	padding:2px;
	background-image:url(images/bg_inp.jpg);
	background-repeat:repeat-x;
}