@charset "utf-8";
/* CSS Document */

body {
	background-color:#ECECED;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
	line-height:18px;
	color:#000000;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-align:left;
	height:100%;
	}
	
div#alles {
	width:1050px;
	height:100%;
	left:50%; 
	position:absolute;
	margin-left:-525px;
	}
	
div#header {
	width:1050px;
	height:230px;
	}
	
/* ----------------------------------------------------------------- Hauptnavigation */

div#nav {
	width:1050px;
	height:46px;
	}

div#linie {
	width:1050px;
	height:13px;
	margin-top:-1px;
	}
	
/* ----------------------------------------------------------------- Content */

div#content {
	width:1050px;
	height:auto;
	background-image:url(pics/bg.jpg);
	background-repeat:repeat-y;
	vertical-align:bottom;
	overflow:auto;
	}

div#contentstart {
	width:1050px;
	height:auto;
	background-image:url(pics/bgstart.jpg);
	background-repeat:repeat-y;
	vertical-align:bottom;
	}

/* ----------------------------------------------------------------- Subnavigation */

div#subnav {
	width:142px;
	height:500px;;
	margin-left:30px;
	padding-top:40px;
	text-align:left;
	float:left;
	}
#subnav a {
	display:block;
	width:142px;
	height:30px;
	overflow:hidden;
	border:none;
	}
#subnav a:hover {
	display:block;
	text-indent:-142px;
	}
#subnav a:active {
	display:block;
	text-indent:-142px;
	}
.active {
	display:block;
	text-indent:0px;
	}

img {
	border:none;
	}


/* ----------------------------------------------------------------- Hausnavigation */

div#hausnav {
	width:650px;
	/*	height:300px; */
	padding-top:0px;
	}
#hausnav a {
	display:block;
	width:100px;
	height:100px;
	overflow:hidden;
	border:none;
	}
#hausnav a:hover {
	display:block;
	text-indent:-100px;
	}

img {
	border:none;
	}




/* ----------------------------------------------------------------- Text */

div#text {
	width:600px;
	height:100%;
	padding-top:40px;
	margin-left:60px;
	float:left;
	}

.haustitel {
	font-size:13px;
	color:#691315;
	font-weight:bold;
	}
	
.grau {
	color:#666666;
	}
	
hr {
	border-style:dotted;
	border-color:#CCCCCC;
	border-width:thin;
	color:#666666;
	}
	
.hausrot {
	color:#691315;
	}
	
.zimmerertitel {
	font-size:13px;
	color:#3E1012;
	font-weight:bold;
	}	
	
.zimmererrot {
	color:#3E1012;
	}
	
.kontakttitel {
	font-size:13px;
	color:#BD1012;
	font-weight:bold;
	}
	
.kontaktrot {
	color:#BD1012;
	}	
	
#text a{
	text-decoration:none;
	color:#000000;
	}

/* ----------------------------------------------------------------- Teaser */
div#teaser {
	text-align:right;
	vertical-align:top;
	margin-top:40px;
	margin-left:30px;
	width:100px;
	float:left;
	visibility:hidden;
	}
	
/* ----------------------------------------------------------------- Start */
div#start {
	width:915px;
	height:100%;
	padding-top:20px;
	margin-left:60px;
	text-align:center;
	}
	

