html {
	width: 99%;
	height: 99%;
}
body {
	background-color: #930D00;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#blaster {
	width: 99%;
	height: 100%;
	padding: 0;
	border-width: 0px;
}
#master {
	width: 986px;
	height: 603px;
	position: relative;
}

#left, #middle, #right {
	height: 603px;
	background-color: #FEDCAF;
}
#left {
	float: left;
	width: 269px;
	background-image: url(/img/bg_links.png);
}
#middle {
	float: left;
	width: 448px;
}
#right {
	float: right;
	width: 269px;
	background-image: url(/img/bg_rechts.png);
}
/* Teaser auf Startseite */
#teaser {
	font-weight: bold;
	margin-top: 430px;
	font-size: 8pt;
	margin-left: 20px;
}

.fliesstext {
	background-image: url(/img/logo_content.gif);
	background-repeat: no-repeat;
	background-position: 50% 10px;
	color: black;
	font-size: 10pt;
}
h2 {
	font-size: 11pt;
	color: #930D00;
}
.fliesstext a, #teaser a {
	color: #930D00;
	text-decoration: none;
}
.fliesstext a:hover, #teaser a:hover {
	color: #930D00;
	text-decoration: underline;
}
.objektseiten {
	background-image: url(/img/logo_back.gif);
	background-repeat: no-repeat;
	background-position: 50% 50px;
}

/* Hauptnavigation */
#left a {
	color: #930D00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	display: block;
	position: absolute;
}
#left a:hover {
	color: black;
}
#n_home {
	top: 303px;
	left: 58px;
}
#n_vita {
	top: 351px;
	left: 55px;
}
#n_papp {
	top: 393px;
	left: 50px;
	text-align: left;
	line-height: 100%;
}
#n_objekte {
	top: 450px;
	left: 48px;
}
#n_kontakt {
	top: 520px;
	left: 63px;
}
#n_imprint {
	top: 566px;
	left: 48px;
}

/* Sub-Navigation */
#mainsubnavi a {
	color: #930D00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	display: block;
	width: 153px;
	float: left;
}
#limo, .lisp {
	float: left;
}
#liac {
	float: right;
}
#limo a {
	text-align: left;
}
#lisp a {
	text-align: center;
}
#liac a {
	text-align: right;
}

/* Objekte-Popup */
#popup {
	position: absolute;
	visibility: visible;
	width: 466px;
	height: 438px;
	margin: auto;
	left: 50%;
	margin-left: -233px;
	top: 60px;
}

/* Objekt-Navigation */
.spot {
	width: 29px;
	height: 32px;
	cursor: pointer;
}
.einreiher img {
	position: relative;
	bottom: -43px;
}
.zweireiher img {
	position: relative;
	bottom: -7px;
}

/* Listen */
dt {
	width: 70px;
	float: left;
	line-height: 140%;
	margin-right: 0px;
	height: auto;
}
dd {
	width: 380px;
	margin-left: 75px;
	margin-bottom: 5px;
	padding: 0px;
	line-height: 140%;
}
/* wie der Name schon sagt */
.ie_sucks {
	width: 230px;
}

/* scrollable Area */
#divUpControl {
	position: absolute;
	top: 240px;
	right: 210px;
}
#divDownControl {
	position: absolute;
	top: 340px;
	right: 210px;
}
#divContainer {
	position: absolute; 
	width:470px; 
	height:320px; 
	overflow:hidden; 
	top:150px; 
	left:250px; 
	clip:rect(0px,470px,320px,0px); 
	visibility:hidden;
}
#divContent {
	position: absolute; 
	top:0; 
	left:0; 
	width:470px;
	font-size: 8pt;
}
.pappe {
	float: left;
}
.pappbilder {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}