table,th,h1,h2,h3,hr,p,label,input,textarea,option,select,input,form,ul,li,table {
	margin:0;
	padding:0;
	color: #575B5B;
	text-align: left;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

/* links */
a:link {
	color: #575B5B;
	text-decoration: underline;
}
a:visited {
	color: #575B5B;
	text-decoration: underline;
}
a:hover {
color: #561C26;
	text-decoration: underline;
}
a:active {
	color: #575B5B;
	text-decoration: underline;
}

/* grundstruktur der seite */
#outerbox {
	width: 980px;
	margin: 30px auto 0 auto;
	padding-bottom: 20px;
}

#header {
	height: 100px;
	text-align:right;
}

.footer {
	border-top: 1px dotted #F15A22;
	padding: 10px 0px 0px 10px;
	color:#999999;
	font-size:10px;
	margin: 20px 0px 20px 0px;
}


/* Hauptnavigation.
Hinter dem letzten Wort des Links muss immer ein Leerzeichen sein,
f?r den Internet Explorer. */
#navigation {
}

#navlist {
	font-size: 12px;
	font-weight:bold;
	width:150px;
}

 
ul#navlist  {
  	padding:0px;
  	margin:0px 0 0 35px;
  	list-style:none;
}
  

  
#navlist a {
  float:left;
  display:block;
  padding:0px 0px 15px 0px;
  text-decoration:none;
  margin: 0px;
  }
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navlist a {float:none;}
/* End IE5-Mac hack */

#navlist a:hover {
  text-decoration: none;
  }
  



/* aufteilung content */

#tab1 {
	width: 160px;
	float:left;
}

#tab3 {
	width: 760px;
	float:right;
}

#pfeilnav {
clear:both;
text-align: center;
margin: 25px 0 0 0;
}

.content {
margin: 0px;
padding:  0;
height: 360px;
}

.links {
	float:left;
	width: 360px;
}

.rechts {
	float: right;
	width: 360px;
}

.headline {
	margin: 0px;
	padding:  0px 0px 15px 0px;
	font-weight:bold;
	text-transform:uppercase;
	color:#575B5B;
}

.jahreszahlen {
	float:left;
	width: 90px;
}

.erfahrungen {
	float:right;
	width:270;
}

.kontaktlinks {
float:left;
width: 580px;
background: url("../img/vkarte.jpg") no-repeat top left;
}

address {
font-style:normal;
margin: 148px 0 60px 45px;
color: #575B5B;
}

.kontaktrechts {
float: right;
width: 150px;
}

.kontaktrechts img {
margin-top: 50px;
}

/* formatauszeichnungen content */
h1 {
color:#561C26;
padding: 0px 0px 5px 0px;
font-size:14px;
margin:0px;
line-height: 22px;
}

h2 {
color:#561C26;
padding: 0px 0px 25px 0px;
font-size:14px;
margin:0px;
line-height: 22px;
}

p {
padding: 0px 0px 15px 0px;
}


