/*-- BEGINN Elemente für vertikale Zentrierung --*/
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
#abstandoben { 
	width: 1px;
	height: 50%;
	background-color: #660033;
	margin-bottom: -285px; /* halbe Höhe von div #body */
	float: left;
}
/*-- ENDE Elemente für vertikale Zentrierung --*/

/*-- BEGINN Elemente für Seitenaufbau --*/
body {
	margin: 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #660033;
	line-height: 14px;
}
#body {
	text-align: center;
	width: 769px;
	background-image: url(../../bilder/hinten.gif);
	margin: 0px auto;
	height: 547px; /* Höhe muss definiert werden */
	clear: both;
}
#inhalt {
	text-align: left;
	width: 769px;
	float: left;
	margin: 0px auto;
	height: 566px;
}
#inhaltspaltelinks {
	text-align: left;
	float: left;
	width: 376px;
	height: 551px;
	margin: 1px 0px 0px 0px;
	background-image: url(../bilder/aufbau/notizzettel.jpg);
	background-repeat: no-repeat;
}
#inhaltspaltelinksleer {
	text-align: left;
	float: left;
	width: 376px;
	height: 551px;
	margin: 1px 0px 0px 0px;
}
#inhaltspalterechts {
	text-align: center;
	float: left;
	width: 375px;
	height: 351px;
	background-image: url(../bilder/aufbau/titel.jpg);
	background-repeat: no-repeat;
	margin: 1px 0px 0px 0px;
	padding: 200px 18px 0px 0px;
	color: #999999;
}
#navigation {
	width: 305px;
	float: left;
	margin: 0px auto;
	background-repeat: no-repeat;
	text-align: left;
	height: 15px;
	color: #B59D7D;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0px 0px 0px 399px;
	letter-spacing: 1px;
}
#weiter {
	width: 35px;
	float: left;
	margin: 0px auto;
	background-repeat: no-repeat;
	text-align: right;
	height: 15px;
	color: #B59D7D;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 30px 0px 0px;
	letter-spacing: 1px;
}
#ticker {
	text-align: left;
	width: 275px;
	margin: 150px 0px 0px 50px;
	font: normal 11px "Courier New", Courier, monospace;
	height: 310px; /* abschalten falls ganze Seite gezeigt werden soll */
	overflow-y: scroll; /* abschalten falls ganze Seite gezeigt werden soll */
	padding-right: 20px;
}
#feedabstand {
	margin-bottom: 10px;
}

/*-- ENDE Elemente für Seitenaufbau --*/

/*-- BEGINN Navigationselemente --*/
a:active, a:focus, a:link, a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 5px;
}
a:hover {
	color: #CCCCCC;
}
a.navi:active, a.navi:focus, a.navi:link, a.navi:visited {
	color: #B59D7D;
	font: bold 11px Arial, Helvetica, sans-serif;
}
a.navi:hover {
	color: #CCCCCC;
}
/*-- ENDE Navigationselemente --*/

/*-- BEGINN Typographie --*/
p {
	margin: 0px 0px 10px 0px;
}
p.absatz {
	margin: 0px 0px 45px 0px;
}
.fettrot {
	font-weight: bold;
	color: #660033;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
	padding: 0px 0px 20px 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding: 0px 0px 5px 0px;
	line-height: 20px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding: 0px 0px 15px 0px;
}
.weiss {
	color: #FFFFFF;
}
.hks18 {
	color: #660033;
}

