body{
	font-size: 0.8em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
	background-color : #dddddd;
}
/* Wichtig für das Print CSS */
/* Im print.css hidden */
.visible{
	visibility : hidden;
}


a {
	color : White;
	font-size: 1em;
}


/* headline */
h1{
	font-size: 1.1em;
	padding-bottom: 5px;
	margin: 0px;
	line-height : 120%;
}
/* subline */
h2{
	font-size: 0.9em;
	padding-bottom: 5px;
	margin: 0px;
	line-height : 120%;
}
h3{
	font-size: 70%;
	padding: 0px;
	margin: 0px;
}
/* body */
.body{
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}

/* divs */
#main{
	width : 980px;
	height : 550px;
	padding: 0px;
	margin: 0px;
	background-color: #FFEECD;
}
#top{
	/* background-color : #FFE1A3; */
	width : 980px;
	height : 130px;
	padding: 0px;
	margin: 0px;
	position : relative;
}
#content{
	width : 670px;
	height : 410px;
	padding: 5px;
	margin: 0px;
	/* position : relative;
	float : left; */
}
/* linke Spalte */
#left{
	background-color : #018985;
	width : 150px;
	height : 410px;
	padding: 5px;
	position : relative;
	float : left; 
}
.menue {
	font-size: 1em;
}
.menueklein {
	font-size: 0.8em;
}

.notextdecoration{
	text-decoration : none;
}
.bold{
	font-weight: bold;
}
.black{
	color: black;
}
.orange{
	color: #D87000;
	/* color: #EC8200; */
}
.white {
	color: white;
}
/* Medienausgabe im Body */
div#media{
	border: 0px dashed silver;
	padding: 0;
	margin-left: 0em;
	margin-bottom: 0.5em;
	margin-top: 5px;
	float: left;
	max-width: 50%;
}
/* Nur fuer IE 
*html
div#media{
	border: 0px dashed silver;
	padding: 0;
	margin-left: 0em;
	margin-bottom: 0.5em;
	margin-top: 5px;
	float: left;
	max-width: 50%;
}*/  
/* Bildunterschriften */
div.mediatext {
	width: 200px;
	font-size: 0.8em;
}

/* list content */
.list-cont{
	color: black;
	/* font-size: 0.8em; */
}
a.list-cont {
	color: blue;
}
