*{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	}

html, body {
	/* get rid of default spacing on the edges */
    margin: 0;
    padding: 0;

    /* get rid of that 2px window border in Internet Explorer 6 */
    border: 0;

    /* fill the height of the browser */
    height: 100%;
	}
	
	
h1{
	font-size:16px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	font-weight:normal;
	}
h2{
	font-size:16px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	}
	
hr{
	border:0px;
	border-top:1px solid #db232d;
	margin-bottom:10px;
	margin-left:20px;
	height:1px;
	}
.linie2{
	border:0px;
	border-top:1px solid #db232d;
	margin-bottom:10px;
	margin-left:0px;
	height:1px;
	}

a{
	text-decoration:underline;
	}
a:hover{
	text-decoration:none;
	}
	
/* -----------------------MAIN CONTAINER--------------------------------------------- */


div#header{
	width:100%;
	height:auto;
	margin-bottom:20px;
	background-color:#ffffff;
	}
	
div#headerOben{
	width:100%;
	height:106px;
	background-color:#ffffff;
	}
div#suchfeld{
	width:300px;
	margin-right:20px;
	margin-bottom:10px;
	}
div#suchfeld a{
	font-size:11px;
	text-decoration:none;
	}
div#suchfeld a:hover{
	font-size:11px;
	text-decoration:underline;
	}
.searchButton{
	background:url(../images/search_btn.gif) no-repeat;
	width: 26px;
	height:19px;
	background-position:center;
	border:0px;
	cursor:pointer;
}
div#headerMitte{
	width:100%;
	height:10px;
	margin-bottom:5px;
	background-color:#ffffff;
	}
div#headerUnten{
/* -----NAVI----------------- */
	width:100%;
	height:22px;
	background-color:#db232d;
	padding-top:5px;
	}
div#headerUnten a{
/* -----NAVI----------------- */
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	margin-left:15px;
	}
div#headerUnten a:hover{
/* -----NAVI----------------- */
	text-decoration:underline;
	}
	
div#contentBereich{
	height: 100%;
    position: absolute;
	width:100%;
	background-color:#ffffff;
	overflow:auto;
	}
div#latestNews{
	width:260px;
	background-color:#FFFFFF;
	}
div#latestNewsHEAD{
	background-color:#db232d;
	width:245px;
	height:22px;
	padding-top:5px;
	padding-left:15px;
	margin-bottom:5px;
	color:#FFFFFF;
	font-weight:bold;
	}
div#latestNewsBOTTOM{
	width:230px;
	background-color:#e6e3e2;
	padding:15px;
	}	
	

div#contMitte{
    height: 100%;
	width:91%;
	background-color:#ffffff;
	float:left;
	margin-left:20px;
	}
div#publicationsCMS{
    height: 100%;
	width:260px;
	background-color:#FFFFFF;
	overflow:hidden;
	}
div#publicationsCMSHEAD{
    background-color:#db232d;
	width:245px;
	height:22px;
	padding-top:5px;
	padding-left:15px;
	margin-bottom:5px;
	color:#FFFFFF;
	font-weight:bold;
	}
div#publicationsCMSBOTTOM{
	width:230px;
	background-color:#e6e3e2;
	padding:15px;
	}

/* -----------------------MAIN CONTAINER--------------------------------------------- */
