html {
	height: 100%; 
	margin-bottom: 0.1px;
	font-size: 100.1%;
}
body{
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #EFEFEF;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
#container{
	width: 939px;
	height: 100%;
	margin: auto;
	text-align: center;
	background-color: #DDDEDF;
}

#headertop{
	margin: 0;
	padding: 28px 0 0 21px;
	width: 918px;
	height: 56px;
	background-color: #fff;
	text-align: left;
	font-size: 22px;
	color: #000000;
}

#header{
	margin: 0px;
	padding: 0px;
	width: 939px;
	height: 192px;
	text-align: left;
	background-image: url(images/vermietung-zimmer-kueche.jpg);
}


/* -------------- CONTENT -------------- */
#content{
	width: 939px;
	text-align: left;
	background-color: #DDDEDF;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	float: left;
}
#content-left{
	width: 495px;
	margin: 30px 50px 0 50px;
	padding: 0;
	float: left;
	padding-bottom: 50px;	
}
* html #content-left{
	width: 575px;
	margin: 30px 49px 10px 18px;
	padding: 0;
	float: left;
}
#content-right{
	width: 344px;
	float: right;
	margin: 40px 0 0 0;
	padding: 0;
}

#box-right{
	width: 344px;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	background-image: url(images/zimmer-preise-hg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	background-color: #fff;
}

#box-foto{
	width: 344px;
	margin: 10px 0 0 18px;
	padding: 0;
	float: left;
}

h4{
	font-size: 22px;
	color: #fff;
	padding: 5px 10px 0 20px;
	font-weight: lighter;
}

#box-text-links{
	font-size: 12px;
	line-height: 20px;
	color: #000;
	width: 180px;
	margin: 10px 0 20px 20px;
	padding: 0;
	font-weight: bold;
	float: left;
}

#box-text-rechts{
	font-size: 12px;
	line-height: 20px;
	color: #000;
	width: 140px;
	margin: 10px 0 20px 0;
	padding: 0;
	font-weight: bold;
	float: right;
}



h1 {
	font-size: 22px;
	font-weight: normal;
	color: #333;
	padding: 0 0 4px 0;
	margin: 0;	
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #75922F;
	padding: 0px 0px 3px 0px;
	margin: 0px;	
}

h3 {
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	padding: 0;
	margin: 40px 0 0 23px;
	float: left;	
}

p{
	font-family: Verdana, Arial, sans-serif;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

a.pfeil:link, a.pfeil:visited, a.pfeil:active {
	color: #3F6D9A;
	text-decoration: none;		
	font-size: 13px;
	line-height: 20px;	
	background-image: url(images/pfeil1.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	margin: 10px 0 10px 0;
}
a.pfeil:hover {
	color: #4B4B4B;
	font-size: 13px;
	line-height: 20px;
	background-image: url(images/pfeil2.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	margin: 4px 0 4px 0;
					
}

/* -------------- CONTENT -------------- */

#footer{
	width: 344px;
	margin: 0;
	padding: 0;
	line-height: 20px;	
	float: left;
	text-align: left;
	background-color: #949A97;
}

a.footer:link, a.footer:visited, a.footer:active {
	color: #fff;
	text-decoration: none;		
	font-size: 13px;
	line-height: 35px;	
	background-image: url(images/pfeil1.gif);
	background-repeat: no-repeat;
	padding: 0 20px 0 25px;
	margin-left: 10px;
}
a.footer:hover {
	background-image: url(images/pfeil2.gif);
	background-repeat: no-repeat;
	color: #3D3D3D;
}

a.mail:link, a.mail:visited, a.mail:active {
	color: #fff;
	text-decoration: none;		
	font-size: 12px;
	padding: 0;
	margin: 0;
}
a.mail:hover {
    text-decoration: underline;
}

a.mail2:link, a.mail2:visited, a.mail2:active {
	color: #3D3D3D;
	text-decoration: none;		
	font-size: 11px;
	padding: 0;
	margin: 0;
}
a.mail2:hover {
    text-decoration: underline;
}

