@import url(navigation.css);

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-width: 950px;
	text-align: center;
	background: #9c9d9f
	}

a { text-decoration:none }
a:link { text-decoration:none; color:#d4003d }
a:visited { text-decoration:none; color:#d4003d }
a:hover { text-decoration:underline; color:#9c9d9f }
a:hover:visited { text-decoration:underline; color:#9c9d9f }

li{ 
	list-style: url(../images/aufzaehlung.gif);
	margin: 0px; 
	padding: 0px;
	}

.zentriert {
	margin: 0px auto;
	width: 950px;
	border-bottom: 10px solid #d4003d;
	background:  white url(../images/higru.gif) no-repeat;
		}

.banner{
	height: 145px;
	width: 100%;
	}
	
.navi{
	position:relative;
	left: 260px;
	height:30px;
	text-align: left;
	width: 700px;
	}

.unternavi{
	position:relative;
	left: 316px;
	width: 500px;
	height:40px;
	text-align: left;
	}
	
.content_container{
	text-align: left;
	margin: 0px auto;
	width: 950px;
	}
	
.bild {
	width: 260px;
	float: left;
	margin-top: 35px;
	}
	
.rahmentext {
	float:left;
	width: 500px;
	border-left: 1px solid #d4003d;
	padding-left: 20px;
	padding-right: 130px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 10pt;
	margin-bottom: 40px;
	}
	
.newstext {
	float:left;
	width: 500px;
	padding-right: 130px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 10pt;
	}
	
.unterertext {
    padding-top: 20px;
	font-size: 7pt;
	color: #9c9d9f;
	text-align: center;
	}

h1 {
	color: #d4003d;
	font-size:16px
	}	
	
.weiterlink{
	font-size: 9px;
	margin-top: -10px;
	}

.bodytext{
	width: 100%;
	}	
	
.content {
	width: 100%;
	float:left;
}