
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1.5; background: #a7adad; margin:1.5em 0; }

a img { border: none; }

body {
	color: black;
	font-family: Arial, Verdana;
	font-size: 82%;
}

a {
	color: black;
	text-decoration: none;
}

a:hover{
	color: #d88400;
	text-decoration: none;
}

a.nav:link{
    color:white;
    text-decoration: none;
}

a.nav:visited {
    color:white;
    text-decoration: none;
}

a.nav:hover{
    color:orange;
    text-decoration: none;
}

a.nav:active{
    color:orange;
    text-decoration: none;
}


a.nav2:link{
    color:black;
    text-decoration: none;
}

a.nav2:visited {
    color:black;
    text-decoration: none;
}

a.nav2:hover {
    color:#d88400;
    text-decoration: none;
}

a.nav2:active{
    color:#d88400;
    text-decoration: none;
}


#container {
	width: 500px;
	margin: auto;
  position:absolute; top:130px; left:345px;
  color: black;
}

#inhalt{
	width: 320px;
  height: 360px;
  position:absolute; top:100px; left:20px;
  color: black;
  padding: 10px;
}

#tel{
	width: 200px;
  height: 60px;
  position:absolute; top:247px; left:230px;
  color: black;
  padding: 10px;
  line-height: 1.4;
}


#navi{
	width: 750px;
  height: 17px;
  position:absolute; top:50px; left:0px;
  background: black;
  font-size: 1em;
  padding-left:30px;
  word-spacing:11px;
  color: white;
}

#navi2{
	width: 740px;
  height: 18px;
  position:absolute; top:75px; left:0px;
  background: white;
  font-size: 1em;
  padding-left:30px;
  background: white;
  word-spacing:11px;
}

.hier{
  color: orange; 
}

.hier2{
  color: #d88400; 
}

h1 {
line-height: 3;
font-weight: bold;
font-size: 130%;
color: black;
}


