html {
	height: 100%;	
}

body {
	background: url(media/bg_muster.gif) center top no-repeat #E2E2C7;
	font: 12px Verdana, Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 134px;
	padding-bottom: 39px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

#main {
  /*position: relative;*/
  width: 776px;
  margin: 0px auto;
  text-align: left;
  height: 100%;
  min-height: 100%;
  display: table;
}


h1 { 
	position: absolute;
	left: -5000px;
	top: -5000px;
}


#header {
	margin-top: -134px;
	height: 134px;
	margin: -134px auto 0px auto;
	width: 776px;
	background: url("media/bg_header.png") no-repeat;
	overflow: hidden;
}

#footer {
	height: 39px;
	width: 776px;
	position: absolute;
	margin-top: -20px;
	background:  url("media/bg_footer.png") no-repeat;
	overflow: hidden;
}

#content_outer {
	height: 100%;
  	min-height: 100%;
	padding: 10px 25px;
	background: url(media/bg_content.png) repeat-y;
}


#wrapper { 
	float: right;
	width: 100%;
	margin-left: -200px;
}

#content {
	/*width: 100%;*/
	margin-left: 190px;
	padding-right: 0px;
	line-height: 1.4em;
}

#navigation {
	float: left;
	width: 200px;
}

#navigation ul { 
	list-style-type: none; 
	margin: 0; 
	width: 170px;
	padding: 0; 
}

#navigation ul li { 
	margin: 20px 0px; 
	font-weight: bold; 
	background: url(media/ecke_menu_links.gif) no-repeat #919169;
	color: #F7F7EE;
} 

#navigation ul li.first { 
	margin-top: 0; 
}



#navigation ul li div {
	margin-left: 10px;
	padding: 3px 0px;
	background: url(media/ecke_menu_rechts.gif) top right no-repeat #919169;
}

#navigation ul ul {
	background: #F7F7EE;
}  

#navigation ul li li { 
	margin-top: 3px; 
	margin-bottom: 3px; 
	font-weight: normal;
	background: none;
	display: inline;
}

#navigation  a {
	text-decoration: none;
	color: #919169;
	padding: 4px 0px 4px 15px;
	display: block;
	-moz-outline-style: none;
}

#navigation  a:hover {
	background: #EAEADC;	
}

#navigation ul li.first a {
	color: #F7F7EE;
	padding: 0px;
	margin: 0px;
} 

#navigation ul li.first  a:hover {
	background: none;	
}

.spalte_links {
	width: 350px;
	float: left;
}

.spalte_rechts {
	width: 161px;
	float: right;
}

h3 { 
	display: inline;
	padding-right: 50px;
	font-size: 18px;
	height: 22px;
	background: url(media/h3_bg_right.gif) top right no-repeat;
	color: #919169;
	float: none;
}

.h3_left {
	background: url(media/h3_bg_left.gif) top right no-repeat;
	float: left;
	margin-right: 15px;
	width: 36px;
	height: 19px;
}

.text {
	clear: both;
	margin-top: 15px;
	color: #6B6B4B;
	font-size: 12px;
	text-align: justify;
}

.bilder {
	background: #F7F7EE;
	border: 1px solid #C6C697;
	padding: 5px 0px 5px 5px;
}

.bilder img {
	margin: 2px 0px;
}

.bilder_zoom {
	background: #919169;
	color: #F7F7EE;
	font-size: 11px;
	padding-left: 5px;
}

table.preisliste {
	border-collapse: collapse;
	border: 1px solid  #D8D8BB;
}

.preisliste td {
	font-size: 11px;
	border: 1px solid  #D8D8BB;
	color: #6B6B4B;
}

.preisliste td.subheadline {
	font-size: 13px;
	font-weight: bold;
	background: #F7F7EE;
	color: #6B6B4B;
	border-bottom: 2px solid #D8D8BB;
	border-top: 2px solid #D8D8BB;
}

tr.even {
	background: #F9F9F4;
}

table.kontakt {
	font-size: 12px;
	width: 450px;
}
table.kontakt td.first-td {
	text-align: right;
}

table.kontakt input,
table.kontakt textarea  {
	width: 100%;
}


	
	




