body {
	background-color: #fee6ce;
	padding: 0px;
	margin: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;

	background-image: url('images/logo_hintergrund.gif');
	background-attachment: fixed;
	background-position: left bottom;
	background-repeat: no-repeat;
}

p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 140%;
}

#titlebar {
	text-align: right;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background-image: url('images/dres-blaheta-linie.gif');
	z-index: 10;
}

#titlebar #navigation {
	position: absolute;
	left: 10%;
	bottom: 10px;
	font-size: 10pt;
	font-weight: bold;
	z-index: 15;
}
#titlebar #navigation a.item {
	color: black;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
#titlebar #navigation a.item:hover {
	background-color: #FDC691;
}
#titlebar #navigation a.item:active {
	background-color: white;
}
#titlebar #navigation a.item:visited {
	color: gray;
}

#logo {
	position: absolute;
	right: 0px;
	z-index: 12;
}

#balken_links {
	background-color: #FDC691;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 370px;
	z-index: 1;
}

#balken_links #balken {
	position: absolute;
	bottom: 0px;
}

#teaser_right {
	position: absolute;
	font-size: 9pt;
	top: 150px;
	right: 10px;
	width: 200px;
}

#teaser_right .fett {
	margin-bottom: 8pt;
}

.fett {
	font-weight: bold;
}

#balken_unten {
	position: fixed;
	bottom: 0px;
	height: 2%;
	right: 0px;
	width: 400px;
	background-color: #FDC691;
	z-index: 10;
}

.ci1 {
	color: #FDC691;
}

.ci2 {
	color: #fee6ce;
}

.ci3 {
	color: #9E1F5E;
}


.content_header {
	color: #9E1F5E;
	font-weight: bold;
}

#CONTENT {
	font-size: 10pt;
	position: absolute;
	left: 11%;
	top: 150px;
	width: 50%;
	height: 70%;
	z-index: 20;
}

.em {
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #FDC691;
}
