body {
	color: #333;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #fcffcc;
	}

div { border:0 solid #888; }

a {
	font-size:12px;
	text-decoration: none;
	color:#333;
	padding: 0;
	margin: 0;
	}

#main	 { 
	position:relative;
	margin: 0 auto 0 auto;
	top:5px; 
	left:0px;
	width:990px; 
	max-width: 990px; 
	min-height: 550px;
	height:inherit;
	background-color:#669966; 
	}
	
#kopf_logo { 
	position:absolute; 
	top:0; 
	left:0; 
	width:160px; 
	height:80px;
	color:white;
	font-weight:bold;
	font-size:15px;
	padding:10px;
	}

#kopf_pict { 
	position:absolute; 
	top:0; 
	left:180px; 
	width:810px; 
	height:100px; 
	}

#navigator { 
	position:absolute; 
	top:100px; 
	left:0; 
	width:810px;
	height:35px;
	background-color:#8AB08A;
	padding-left: 180px;
	}


#navigator ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
	}

#navigator li {
	float: left;
	padding: 0;
	margin: 0;
	}

#navigator a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fcffcc;
	text-decoration: none;
	font-weight:bold;
	border-right:0px solid #fcffcc;
	display:block;
	white-space:nowrap;
	padding: 10px 21px;
	width: 1%; /* IE5/6 bug. IE6 can be corrected this way */
	 /*height: 1.4em;*/ /* IE6 bug (would switch to vertical list instead of horizontal), but not the same as IE5 (which is also buggy here: would disable hover for this class...) */
	}

	html>body #navigator a { /*IE6 bug. Resets height to correct value for compliant browsers */
	  height: 1.4em; 
	  width: auto;
	}

#navigator a:hover { 
	background: #666666; 
	color: #ffffff;
	text-decoration: none;
	}

#navigator ul li#home {
	width: 162px;
	padding: 0px;
	}

#navigator ul li#home a	{
	text-align: left;
	padding-left: 5px;
	width: 162px;
	/*width: auto;*/ /*IE 6 bug */
	}

html>body #navigator ul li#home a {
	width: auto;
	}

* html #navigator ul li#home a { width: auto; /* behebt IE 6 bug */ }

#content {
	position:absolute;
	top:135px;
	left:0;
	width:990px;
	background-color:#669966;
	}

#menu {
	float:left;
	left:0; 
	width:175px; 
	height:auto;
	color:white;
	padding:2px;
	padding-top:20px;
	}

#menu ul {
	list-style-type:none;
	padding: 0;
	margin: 10px;
	}

#menu li {
	padding: 0;
	margin: 0 0 5px;
	}

#menu li a {
	font-size:12px;
	text-decoration: none;
	color:#fcffcc;
	padding: 0;
	margin: 0;
	}

#inhalt {
	float:right;
	left:100px;
	width:769px;
	min-height: 550px;
	background-color:white;
	text-align:left;
	color:#333;
	line-height: 1.5em;
	padding:20px;
	border-bottom:silver solid 1px;
	border-right:silver solid 1px;
	}

#cam {
	background-color:black;
	color:white;
	padding:5px;
	border-bottom:silver solid 1px;
	border-right:silver solid 1px;

	opacity: 0.3;
	filter: "alpha(opacity=30)"; /* funktioniert voraussichtlich in IE 8 */
	filter: alpha(opacity=30);   /* IE 4-7 */
	}

p {
	font-size:12px;
	line-height: 1.5em;
	}

#doculink a {
	font-size:12px;
	text-decoration: none;
	color:#333;
	padding: 0;
	margin: 0;
	}
#doculink a:hover {
	font-size:12px;
	text-decoration: underline;
	color:#333;
	background: #aaa;
	padding: 0;
	margin: 0;
	}

#a6 {
	width:190px;
	height:70px;
	z-index:10000;
	background-color:#fdd;
	}

h1 {
	text-align: center;
	font-weight: bold;
	font-size: 15px;/* IE bug: medium renders too big */
	color: #006600;
	margin-bottom: 2em;
	position: relative;
}

h2 {
	text-align: left;
	font-weight: bold;
	font-size: 15px;/* IE bug: medium renders too big */
	color: #006600;
	margin-bottom: 2em;
	position: relative;
}

h3 {
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	margin-top:0px;
}

h4 {
	font-size: 11px;
	color: #006600;
	font-weight: bold;
	margin-bottom:1px;
	margin-top: 0px;
}

input, textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	margin: 0px;
	height: 13px;
	position: absolute;
	border: 1px #CDC8BE solid;
	background-color: #fcffcc;
}

fieldset {
	border: #ffffff 0px;
	position:absolute;
	line-height:23px;
	}

.label {
	width:100px;
	font-size: 10px;
	font-weight: normal;
	color: #565656;
	line-height:20px;
	}
#vermietung a {
	display: block;
	text-align: center;
	color: black;
	background-color: #DFDFDF;
}

#vermietung a:hover {
	display: block;
	text-align: center;
	color: white;
	background-color: #1F1F1F;
}

