* {
	margin:0;
	padding:0;
}

body {
	background:rgb(22,31,31) url("media/bg_body.jpg") top left repeat-x;
	color:#FFF;
}

a {
	color: #CCC;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#wrapper {
	width:792px;
	margin:0 auto;
	background:url("media/header.jpg") top center no-repeat;
}

#header1 {
	height:213px;
	padding:20px 50px 10px 50px;
	background:url("media/casa-doce-vida-panorama.jpg") bottom center no-repeat;
}
	
	#header1 a {
		display:block;
		height:70px;
	}

#header2 {
	height:213px;
	padding:20px 50px 10px 50px;
	background:url("media/casa-doce-vida-wohnzimmer.jpg") bottom center no-repeat;
}
	
	#header2 a {
		display:block;
		height:70px;
	}

#header3 {
	height:213px;
	padding:20px 50px 10px 50px;
	background:url("media/casa-doce-vida-ausblick.jpg") bottom center no-repeat;
}
	
	#header3 a {
		display:block;
		height:70px;
	}

#header4{
	height:213px;
	padding:20px 50px 10px 50px;
	background:url("media/casa-doce-vida-meerblick.jpg") bottom center no-repeat;
}
	
	#header4 a {
		display:block;
		height:70px;
	}

#menu {
	margin-left:20px;
	position:relative;
	top:-10px;
	z-index:99;
}
	
	#menu ul {
		list-style-type:none;
		margin-left:15px;
	}
	
	#menu ul li {
		width:100px;
		float:left;
		text-align:center;
		margin-right:20px;
	}
	
	#menu ul li a {
		display:block;
		margin-top:10px;
		padding-top:5px;
		padding-bottom:5px;
		color:#FFF;
		text-decoration:none;
		font-family: "Times New Roman";
		border: 1px solid #666;
		background:rgb(42,51,51);
	}
	
	#menu ul li a:hover {
		background:rgb(42,51,51);
		margin-top:3px;
		padding-bottom:12px;
	}
	
	#menu ul li.active a {
		background:#DDD;
		color:#000;
		border-bottom: 1px solid #DDD;
		margin-top:1px;
		padding-bottom:14px;
	}
	
	#menu ul li.active a:hover {
		background:#DDD;
		color:#000;
		border-bottom: 1px solid #DDD;
		margin-top:0px;
		padding-bottom:15px;
	}

#page {
	position:relative;
	top:-11px;
	z-index:2;
	background:#DDD;
	border:1px #666 solid;
	clear:both;
	margin:0px 15px;
	color:#333;
	padding: 10px 10px 10px 30px;
}

#page a {
	color: #000;
}

#page ul {
	padding-left:15px;
}

#sidebar {
	width:80px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	padding-left:10px;
	padding-bottom:10px;
	font-size:3em;
	color:#AAA;
	font-variant:small-caps;
	text-align:center;
	line-height:80%;
}

#footer {
	text-align:center;
	font-family:Arial;
	font-size:70%;
}

#preloader {
	width:1px;
	height:1px;
	display:none;
}


/* form elements */
form { 
	margin-right:10px;
	margin-right:250px;
	padding: 10px;
	background: #CCC;
	border: 1px solid #E0DBC9; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #BBB;
	color:#333;
}
textarea {
	width:400px;
	padding:2px;
	border:1px solid #BBB;
	height:100px;
	display:block;
	color:#333;
	overflow:auto;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C;
	border: none;
}
