body {
	margin:0px;
	padding:0px;
	text-align:center;
	overflow:hidden;
}
body, td {
	font-size:12px;
	line-height:18px;
	font-family:arial,helvetica,sans-serif;
	color:#000;
}
.bildstart {
	position:absolute;
	top:200px;
	left:50%;
	margin-left:-340px;
	width:680px;
	height:180px;
	display:block;
	background:#fff;
	z-index:2;
}
.bildoben {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-340px;
	width:680px;
	height:140px;
	display:block;
	background:#fff;
	z-index:3;
}
.bildlinks {
	position:absolute;
	top:140px;
	left:50%;
	margin-left:-340px;
	width:150px;
	height:345px;
	z-index:2;
}






/* navigation */

.navrechts {
	position:absolute;
	top:130px;
	left:50%;
	margin-left:200px;
	width:140px;
	height:382px;
	text-align:right;
	vertical-align:bottom;
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	z-index:2;
}
.navrechtstxt {
	position:absolute;
	bottom:0px;
	right:0px;
}


/* inhalt */
.basis {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:auto;
	z-index:1;
}


.inhalt {
	position:absolute;
	top:0px;
	left:50%;
	right:0px;
	margin-left:-160px;
	height:100%;
	text-align:left;
	z-index:1;
}


.text {
	position:relative;
	top:140px;
	left:0px;
	width:340px;
}

.startbild-1 {
	position:absolute;
	top:0px;
	left:0px;
	width:720px;
	height:869px;
}





/* navigationslinks */

.navrechts a:hover, .navrechts a:active, .navrechts a:focus {
	color:#069fd7;
}
.navrechts .currlink {
	color:#069fd7;
}
a {
	text-decoration:underline;
	color:#666;
}






/* textformate */
.toptext{
	color:#000;
	text-align:right;
	margin-bottom:0px;
}
.toptext currlink {
	color:#069fd7;
}
.toptext a {
	text-decoration:underline;
	color:#666;
	font-weight:normal;
}
.toptext a:hover {
	color:#069fd7;
}

.lauftext a {
	text-decoration:underline;
	color:#666;
	font-weight:normal;
}
.lauftext a:hover {
	color:#069fd7;
}
.lauftext{
	color:#000;
	margin-bottom:16px;
}
.lauftext-k {
	color:#000;
	margin-bottom:0px;
}
.titel-1{
	color:#000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:16px;
  background:#EAEAEA;
}
.titel-1-k {
	color:#E60019;
	font-size:14px;
	margin-top:20px;
	margin-bottom:16px;
}
.titel-2 a{
	color:#000;
	font-weight:bold;
	margin-bottom:0px;
}
.titel-2 a:hover{
	color:#069fd7;
	font-weight:bold;
	margin-bottom:0px;
}
.titel-2{
	color:#000;
	font-weight:bold;
	margin-bottom:0px;
}


/* farben */

.hellgelb {
	/*background:#FFF97D;*/
	background:#FFFA8B;
}
.rot {
	background:#E60019;
}
.rottxt {
	color:#E60019;
}
.schwarztxt {
	color:#000;
}





#fixbox {
	position:absolute;
	top:-100px;
	left:-100px;
	visibility:visible;
}



/* explorer windows extrawuerste */

* html .villa-passiv {
	margin-top:-104px;
}
* html .villa-aktiv {
	margin-top:-104px;
}


