/* ==============================================================
                        ALLGEMEIN
================================================================= */
* {
	padding:0;
	margin:0;
	}
html,
body {
	background-color:#dedede;
	color:#808080;
	font-family:tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
	font-size:11px;
	height:100%;
	min-height:100.05%;
	width:100%;
	margin:0px;
	line-height:1.5em;
	}
	
/* ==============================================================
                        TEXTFORMATIERUNGEN
================================================================= */	
table,td,tr {
	font-size:11px;
	color:#808080;
	}
h1 {
	font-size:11px;
	color:#E87817;
	padding-top:5px;
	}
h2 {
	font-size:12px;
	color:#808080;
	font-weight:bold;
	margin-bottom:5px;
	}
h3 {
	font-size:12px;
	font-weight:normal;
	margin-bottom:2px;
	margin-top:5px;
	color:#808080;
	}
li {
	list-style:none;
	}
#content ul {
	margin-left:25px;
	}
#content li {
	list-style:disc;
	}
th {
	text-align:left;
	padding-top:15px;
	}
#content a {
	background-image:url(../media/link.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:10px;
	text-decoration:none;
	color:#E87817;
	}
#content a:hover {
	text-decoration:underline;
	}
	
/* ==============================================================
                        SEITENSTRUKTUR
================================================================= */
#logo {
	position:absolute;
	bottom:5px;
	left:120px;
	}
#centerbox {
	position:absolute;
	left:50%;
	width:800px;
	height:100%;
	margin-left:-400px;
	}
#mainnavi {
	position:absolute;
	left:40px;
	top:80px;
	width:160px;
	height:200px;
	}
#contentbox {
	position:absolute;
	left:200px;
	background:#fff;
	width:280px;
	height:100%;
	color:#e87817;
	}
#seitentitel {
	position:absolute;
	top:20px;
	left:10px;
	letter-spacing:2px;
	font-weight:bold;
	}
#eyecatcher {
	position:absolute;
	top:80px;
	left:0;
	}
#buchstabe {
	position:absolute;
	top:80px;
	left:420px;
	}
.ohne_eyecatcher #buchstabe {
	left:280px;
	}
#content {
	background:#fff;
	position:absolute;
	top:320px;
	left:0px;
	padding:15px 10px 0px 10px;
	width:280px;
	color:#808080;
	max-width:260px;
	}
.ohne_eyecatcher #content {
	top:65px;
	}
#subnavi {
	position:absolute;
	top:60px;
	left:10px;
	}
#tipp {
	position:relative;
	top:-2px;
	display:inline;
	margin-left:10px;
	font-indent:caps;
	font-size:11px;
	color:#666;
	font-variant:small-caps;
	}

/* ==============================================================
                        EYECATCHERER
================================================================= */
#mainnavi img {
	margin:0 10px 10px 0;
	}
	
/* ==============================================================
                        NEWS
================================================================= */

.news-list-container h1,
#content .news-list-container h1 a {
	font-size:11px;
	font-weight:bold;
	color:#E87817;
	background-image:none;
	padding-left:0;
	padding-top:5px;
	}
.news-single-backlink,
.news-list-morelink {
	margin:10px 0 25px 0;
	}