html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: arial, sans-serif;
	font-size:13px;
	color:#663300;
}

div#gesamt {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background-image: url("bg_body.jpg");
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	position: relative;
	height: 90px;
	margin: 0px 10px 0px 10px;
	background:#fafafa;

}
a {
	font-family: arial,sans-serif;
	font-size:13px;
	color:#cc0000;
	font-size:small;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-family: arial,sans-serif;
	font-size:13px;
	color:#cc0000;
	font-size:small;
	font-weight: normal;
	text-decoration: none;
}

h1 { 
	font-size: 18px; 
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
h2 { 
	font-size: 14px; 
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#logo {
	position: absolute;
	top: 5px;
	left: 10px;
	border: 0;
	width: 160px;
	height: 80px;
}

#adresse {
	position: absolute;
	right: 11px;
	top: 10px;
}

#navigation {
	position: relative;
	height: 30px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	left: 10px;
	background-image: url('bg_nav.jpg');
	margin: 0px;
	padding: 0px;
	width: 780px;
	text-align: center;
}

#navigation img { border: 0px; }	
#navigation ul { list-style: none;  }
#navigation li { display: inline; }

div#content { 

	position: relative;
	padding: 0px 0px 45px 0px;
	margin: 0px;
}

#contentBody { 
	position: relative;
	left: 11px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 623px;
	float: left;	
}

#contentBox { 
	position: relative;
	right: 11px;
	top: 0px;
	width: 134px;
	padding: 0px 10px 10px 10px;
	float: right;
}

div#fehlermeldung {
	
	text-align: left;
	width: auto;
	background-color: #f6f6f6;
	border: 1px solid white;
	margin-bottom: 3px;
	padding: 3px 8px 3px 8px;

}

#content  img {
	border: 3px solid white; 
	padding:0px; 
}

#content  img.contentHead {
	position: relative;
	border: 0px;
	border-bottom: 1px solid white;
	padding: 0px;
}

img.body_left { 
	width:70px; 
	height: 70px; 
	float:left;
}

img.body_right { 
	width:70px; 
	height: 70px; 
	float:right; 
}

img.bodyRight {
	margin-left: 20px;
}

img.bodyLeft {
	margin-right: 20px;
}


#contentCenter { 
	margin: 20px 0px 20px 0px;
	position: relative;
	padding: 0px 20px 0px 20px;
	width: 583px;
	text-align: justify;
}

#contentLeft { 
	margin: 20px 0px 20px 0px;
	position: relative;
	padding: 0px 20px 0px 20px;
	width: 376px;
	border-right: 1px solid white;
	text-align: justify;
	float: left;
}

#contentMiddle { 
	margin: 20px 0px 20px 0px;
	position: relative;
	left: -1px;
	padding: 0px 20px 0px 20px;
	width: 165px;
	border-left: 1px solid white;
	text-align: center;
	float: left;
}

#wappen {
	position: absolute;
	right: 40px;
	bottom: 55px;
	background-color: transparent;
}

.clear {
	clear: both;
}

#footer ul { list-style: none;  padding: 5px 0px 5px 0px; margin: 0; }
#footer li { display: inline; padding: 0px 5px 0px 5px; }

div#footer {
	position:absolute;
	margin: 0px 10px 0px 10px;
	padding-top: 2px;
	width: 780px;
	height: 45px;
	bottom:0; /* stick to bottom */
	background:#fafafa;
	text-align: center;
	font-weight: bold;
}

div#footer a {
	font-family: tahoma,verdana,arial,sans-serif;
	font-size:14px;
	color:#663300;
	font-size:small;
	font-weight: bold;
	text-decoration: none;
}

div#footer a.small {
	font-family: tahoma,verdana,arial,sans-serif;
	font-size:14px;
	color:#663300;
	font-weight: normal;
	font-size: smaller;
	text-decoration: none;
}

div#footer p {
	margin: 0px;
	font-weight: normal;
	font-size: smaller;
}

table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}
table td{
	height: 44px;
	background-color: #f6f6f6;
	border: 1px solid white;
	padding: 2px 8px 2px 8px;
}
table th{
	padding: 2px 8px 10px 8px;
	vertical-align: top;
}
table td.preis, table th.preis{
	width: 130px;
	text-align: right;
	vertical-align: top;
}
table td.teiler{
	border: 0px;
	height:	11px;
	background-color: 	transparent;
}
table th span {
	font-size: 10px;
}










