/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html{
height: 100%;
}

body{
height: 100%;
background-color: #C70000;
text-align: left;
font-family: Arial,Verdana,sans-serif;
font-size: 101%;
color: #ffCB68;
}

.fett {
	font-weight: bold;
}

#innerContent p{
color: #ffCB68;
margin: 0px 0px 10px 0px;
padding: 0px;
}

#bilder img {
border: 1px solid #DD3701;
margin: 0px 10px 0px 0px;
}

img.galerie {
border: 1px solid #DD3701;
margin: 10px 10px 0px 0px;
}

#innerContent a {
color: #ffCB68;
text-decoration: underline;
border: 0px;
}

#innerContent li {
padding: 0px 0px 5px 0px;
}

#address a {
color: #DD3701;
text-decoration: underline;
border: 0px;
}

a.navi {
font-weight: bold;
color: #DD3701;
text-decoration: none;
white-space: nowrap;
}

a.aktnavi {
font-weight: bold;
color: #DD3701;
text-decoration: underline;
white-space: nowrap;
}

#navigation ul {
margin: 0px;
padding: 0px;
}

#navigation ul li {
clear: both;
color: #DD3701;
text-decoration: none;
white-space: nowrap;
vertical-align: center;
font-weight: bold;
list-style-type: none;
margin: 0px 10px 10px 5px;
}

#navigation li {
padding: 0px 0px 5px 10px;
margin: 0px;
}

h1{
font-size: 110%;
font-weight: bold;
text-decoration: underline;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

h2{
font-size: 100%;
font-weight: bold;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

h3{
font-size: 100%;
margin: 0px;
padding: 0px;
font-weight: bold;
}

h4{
font-size: 100%;
font-weight: normal;
margin: 0px;
padding: 0px;
}

h5{
font-size: 100%;
margin: 0px;
padding: 0px;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#inhalt{
	background-color: #ffCB68;
	width: 978px;
	height: 710px;
	top: 10px;
	left: 50%;
	margin-top: 0px;
	margin-left: -490px;
	position: absolute;
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	z-index: 1;
}

#logo1{
  background: url(../bilder/logo1.gif) no-repeat top left; 
	width: 150px;
	height: 291px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 3;
}

#logo2{
  background: url(../bilder/logo2.gif) no-repeat top left; 
	width: 150px;
	height: 291px;
	top: 0px;
	left: 150px;
	position: absolute;
	z-index: 3;
}

#navigation{
	width: 150px;
	height: 60px;
	top: 320px;
	left: -3px;
  color: #DD3701;
	font-size: 86%;
	position: absolute;
	z-index: 2;
}

#preise{
	width: 135px;
	height: 125px;
	top: 460px;
	left: 10px;
  color: #DD3701;
	font-size: 76%;
	position: absolute;
	z-index: 2;
}

#main{
	width: 678px;
	height: 710px;
	top: 0px;
	left: 150px;
  background-color: #C70000;
  color: #ffCB68;
	font-size: 100%;
	position: absolute;
	z-index: 2;
}

#bilder{
	width: 650px;
	height: 200px;
	top: 70px;
	left: 170px;
  color: #ffCB68;
	font-size: 100%;
	position: absolute;
	z-index: 3;
}

#content{
	width: 578px;
	height: 380px;
	top: 320px;
	left: 50px;
  color: #ffCB68;
	font-size: 100%;
	position: absolute;
	z-index: 3;
}

#innerContent{
  top: 0px;
  left: 0px;
  position: relative;
	padding: 0px 0px 0px 0px;
	width: 578px;
	height: 380px;
  overflow: auto;
	text-align: left;
	font-size: 86%;
	z-index: 4;
}

#address{
	width: 140px;
	height: 130px;
	bottom: 0px;
	right: 5px;
  color: #DD3701;
  font-size: 63%;
	font-weight: bold;
	text-align: left;
	position: absolute;
	z-index: 5;
}

