@charset "utf-8";
html { /* verhindert Mozilla-Zucken * > Firefox 1.5 */ overflow-y: scroll; }
body  {
	background-image: url(images/_bg_body.jpg);
	background-repeat: repeat-x;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #f8f8f8;
    }
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	background-image: url(images/_bg_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#top      {
	height: 30px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#logo  {
	height: 132px;
	width: 940px;
    } 
#topmenu {
	height: 25px;
	width: 300px;
}

#topnavi {
	height: 35px;
}
#header_ani {
	height: 270px;
	width: 940px;
	margin-bottom: 10px;
}
#header_ani #news {
    background-image: url("images/_bg_news.png");
    background-repeat: repeat;
    height: 271px;
    left: 640px;
    padding-top: 1px;
    position: relative;
    top: -271px;
    width: 300px;
    z-index: 500;
}



#container  {
	width: 940px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
    } 
#breadcrumbs {
	height: 20px;
	width: 940px;
}

#left {
	background-color: #f0f0f0;
	float: left;
	height: 300px;
	width: 300px;
}
#middle {
	background-color: #f0f0f0;
	float: right;
	height: 300px;
	width: 300px;
	margin-right: 20px;
}
#right {
	background-color: #f0f0f0;
	float: right;
	height: 300px;
	width: 300px;
}



#footer  {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
    } 
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
#navi_left {
	float: left;
	width: 200px;
}
#pic {
	float: right;
	height: 424px;
	width: 185px;
}

#mainContent {
	float: right;
	width: 540px;
}
#news_bottom {
	height: 68px;
	width: 940px;
	margin-top: 10px;
}
#mainContent table tr td p {
	margin: 0px;
	padding: 0px;
}

