html, 
body {
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	color: #6a6a6a;
	font-size: 11px;
	line-height:14px;
	height: 100%;

}

a:link, a:active, a:hover, a:visited, a:focus {
	text-decoration: none;
	color: #6a6a6a;
}


.link {
	font-weight: bold;
}

a.link-pfeil {
	color: #019CDC;
	font-weight: bold;
	background:transparent url(../img/misc/arrowblue.jpg) no-repeat left 5px;
	padding-left: 12px;
	padding-top: 1px;
}

a.link-solo {
	color: #019CDC;
	font-weight: bold;
}

a.link-green {
	color: #025e60;
	font-weight: bold;
	font-style:italic;
}

a.link-grey {
	color: #6a6a6a;
	font-weight: bold;
}

#x1 {
	color: #FFF;
	background-color: #333;
	line-height:17px;
	padding-left:3px;
	padding-bottom:1px;
	padding-top:2px;
	padding-right:3px;
}

a.subnavi {
	width: 16px;
	height: 11px;
	display: block;
	float: left;
}

.an {
	background:transparent url(../img/misc/changeimage_high.jpg) no-repeat left;
}

.aus {
	background:transparent url(../img/misc/changeimage_low.jpg) no-repeat left;
}

a.subnavi:hover
 {
	background:transparent url(../img/misc/changeimage_high.jpg) no-repeat left;
}

.layover {
	position: absolute;
}

.laytext {
	position: relative;
	top: 135px;
}

h2 {
	font-weight: bold;
}

#wrapper {
	position: relative;
	min-height: 100%;
}

#wrapper-center {
	width: 924px;
	margin: 0 auto 0 auto;

	min-height: 100%;
}


#header {
	width: 924px;
	height: 175px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 30px;
}

#mainnavi {
	float: left;
	width: 500px;
	padding-top: 116px;
}

#logo {
	float: left;
	width: 424px;
}

li {
	float:left;
}

#content {
	float: left;
	width: 924px;
	height: auto;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 35px;
}

#kontakt,
#netzwerk,
#kunden2,
.news,
.zimmer,
.subtext {
	float: left;
	width: 201px;
	margin-right: 40px;
}

#dzimmer,
.subtext2 {
	float: left;
	width: 442px;
	margin-right: 40px;
}

.subtextaus {
	display: none;
} 

#kontakt {
	padding-bottom: 20px;
}

.zimmer-right,
.news-right  {
	float: left;
	width: 201px;
}

.impressum  {
	float: left;
	width: 442px;
	margin-right: 40px;
}

.portfolio {
	float: left;
	width: 201px;
	margin-right: 40px;
}

.newsdetail {
	float: left;
	width: 442px;
	margin-right: 40px;
}

.visual {
	float: left;
	width: 683px;
}

.visualnews {
	float: left;
	width: 442px;
}

.clear {
clear:left;
height: 40px;
}

.facebook {
	position:relative;
	margin-top: 9px;
	margin-right: 0px;
	float: right;
}

.content-links {
	margin-top: 14px;
	margin-right: 13px;
	float: right;
}

.content-links a {
	padding-left: 20px;
}

#footer {
	width: 924px;
	height: auto;
}

#footer-links {
	width: 924px;
	font-size: 11px;
	padding-bottom: 5px;
	margin: 0 auto 0 auto;
}

#footer-line {
	background-color: #009CDA;
	font-size: 8px;
}

#footer-fix {
	position: absolute;
	bottom: 0;
	width: 100%;
}


/* form Styles */
label { 
	display: block;
  	float: left;
  	width: 90px;
	text-align: left; 
 	padding: 0 8px 16px 8px;
  	margin-right: 6px;
}

label.error {
	color: red;
	float: right;
	width: 280px;
	float: left;
	clear:left;
	margin: 0 0 12px 0;
	padding-left:113px;
}

input, select, textarea { 
	display: block;
  	float: left;
  	width: 248px;
  	margin-right: 6px;
	background: #FFF;
	border: 1px;
	border-color:#808080;
	color:#000;
	border-style: solid;
}

form br { 
 	clear: left; 
}

input#submit { 
  	float: none;
  	width: auto;
}
/* form Styles */


