html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #d8ebcd url(img/bgall.jpg) repeat-x;
	font: normal 12px verdana, sans-serif;
	color: #666666;
}

a {
	color: #3b8d4b;
	text-decoration: none;
}

h1 {
	font-weight:normal;
	margin-top:24px;
	margin-left:42px
}


h2 {
	margin-bottom:10px;
	font-size:13px;
}

h3 {
	margin-bottom:20px;
	margin-top:30px;
	font-size:13px;
	color: #3b8d4b;
}

h4{
	font-weight:normal!important;
	margin-bottom:10px;
}

div {
	float:left;
}

.clear {
	clear: both;
}

#div_main {
	position: relative;
	left: 50%;
	top: 0px;
	width: 980px;
	margin-left:-490px;
	padding:9px 0px 9px 0px;
}

#div_content { /* zentraler content Layer */
	position: relative;
	width: 978px;
	border:1px #95b982 solid;
	background:#FFFFFF;
	margin:9px 0px;
}

#div_logo {
	background:url(img/bglogo.jpg);
}

.left{
	margin-left:20px;
	width:260px;
	height:330px;
	margin-top:20px;
	margin-bottom:20px;
	color:#FFFFFF;
}

* html .left{
	margin-left:10px;
}

.middle{
	margin-right:14px;
}

.right{
	margin-right:20px;
	width:664px;
	margin-top:20px;
	margin-bottom:20px;
}


* html .right{
	margin-right:10px;
}

#footer{
	text-align:right;
	color: #3b8d4b;
	width:980px;
	font-size:11px;
}

.bildsubnav{
	margin-bottom:5px;
}

.oben{
	margin-bottom:8px;
}

.unten{
	margin-top:8px;
}

#nav{
	font-size:13px;
	width:630px;
	padding-left:34px;
	padding-bottom:10px;
	font-weight:bold;
	border-bottom:1px solid #d8d8d8;
}

.white{
	color:#FFFFFF;
}

#nav a {
	color:#666666;
}

#nav a:hover {
	color:#3b8d4b;
}

#content{
	font-size:13px;
	padding-left:34px;
	padding-right:24px;
	padding-bottom:10px;
}



#content p{
	margin-bottom:14px;
}

#nav a.navactive {
	color:#3b8d4b;
}

#thumbs{
	float:right;
	width:185px;
	margin:70px -25px 10px 24px;
	border-left: 1px solid #999999;
	padding-left:20px;
	padding-bottom:140px;
}

#thumbs.restaurant{
	padding-bottom:20px;
}

#thumbs img{
	float:left;
	margin:0 15px 15px 0;
	border:#999999 solid 1px;
	cursor:pointer;
}

form{
	width:600px;
	margin-top:20px;
}

label{
	display:block;
	width:200px;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}

label.head{
	width:600px;
	float:left;
	margin-bottom:10px;
}

* html label{
	margin-right:10px;
}


input, select{
	width:200px;
	height:16px;
	border:1px solid #999999;
}

.plz{
	width:60px;
	margin-right:10px;
	float:left;
}

* html .plz{
	margin-right:6px;
}

.ort{
	width:126px;
	float:left;
}

textarea{
	width:430px;
	border:1px solid #999999;
}

.button{
	background:#FFFFFF;
	border:1px solid #999999;
	width:100px;
	margin-left:330px;
}

.button2{
	background:#FFFFFF;
	border:1px solid #999999;
	width:130px;
	margin-left:300px;
}

.radio{
	width:13px;
	height:13px;
	margin-right:15px;
}

* html .radio{
	margin-right:5px;
	border:0;
}

* html .form{
	margin-bottom:10px;}

img{
	border:0;
}

th{
	height:24px;
	text-align:left;
	background-color:#CCCCCC;
	padding-left:5px;
	padding-top:4px;
}
td{
	height:30px;
	text-align:left;
	border-bottom:1px dotted #CCCCCC;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}

* html th, td {
	height:20px;
}

table{
	margin-bottom:20px;
}


