/*
grün: #A5C38E
navi: #F8F1FF
*/
/*DIV STUFF*/ 
/* HEADER */
#mainheader {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 131px; 
	background: #A5C38E;
	background-image: url(../i/header.jpg);
	background-repeat: no-repeat;
}
#header {
	position: absolute; 
	left: 210px; 
	top: 10px; 
}
/* NAVI */
#mainnavi {
	position: absolute; 
	left: 0px; 
	top: 132px; 
	width:196px; 
	height: 480px; 
	background-color: #A5C38E;
}
/* CONTENT */
#maincontent {
	position: absolute; 
	left: 205px; 
	top: 140px; 
	width: 700px;
	padding-left: 10px;
	display:inline; 
}
#listencontainer {
	clear: both;
	border-top: 1px solid #999999;
	margin-top: 20px;
}
#name {
	float:left;
	width: 180px;
}
#titel {
	float:left;
	width: 180px;
}




/* FOOTER */
#mainfooter {
	position: absolute; 
	left: 0px; 
	bottom: 0px; 
	width:100%; 
	height:25px; 
	clear:both;
} 
#footer {
	line-height: 25px;
	width: 100%;
	text-align: center;
}
 
 
 
/*PRINTER STUFF*/ 
@media print { 
	#navi{display:none;} 
	#footer{display:none;} 
	#maincol{width:100%; float:none;}
}



/*DEFAULT STUFF*/ 
html, body, p, h1, h2, h3, a, ul, ol, span, table, td, li, input, select, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration:none; 
	font-weight: none;
	font-size: 12px;
	color:#666666; 
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}
h1 { 
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
h2 { 
	font-size: 14px;
	font-weight: bold;
}
h3 { 
	font-weight: bold;
	margin-top: 11px;
}
p { 
	margin-top: 11px;
}
td.NoRepeat { 
	background-repeat: no-repeat;
}
a {
	color:#666666; 
}
a:hover, a:active {
	text-decoration: underline;
}
.teaserLink {
	font-weight: bold;
}
img {
	border: 0;
}
.imageRight {
	float: right;
	padding: 0 0 12px 12px;
}
.imageLeft {
	float: left;
	padding: 0 12px 12px 0;
}
input, select, textarea {
	width: 250px;
	border: 1px solid #00000;
}
input.Wide, select.Wide, textarea.Wide {
	width: 560px;
}
input.Radio, input.Checkbox {
	width: 20px;
	border: none;
}
input.Quarter, select.Quarter {
	width: 70px;
}
input.ThreeQuarter {
	width: 230px;
}
input.Search {
	width: 100px;
}
select.DropDown {
	width: 130px;
}
select.DropDownWide {
	width: 240px;
}
.error {
	font-weight: bold;
	color: #FF0000;
}

/* FOOTER */
.footer { 
	font-size: 9px;
}

/* NAVI */
ul#navi li {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 20px;
	color: #F8F1FF;
	line-height: 0.88em;
	list-style-type: none;
	text-decoration: none;
}
.Navi {
	font-size: 14px;
	line-height: 0.88em;
	color: #F8F1FF; 
	text-decoration: none;
}
.Navi:hover {
	color: #FFFFFF; 
	text-decoration: none;
}
