@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
	border:0px;
	}

	
.all {
	width:753px;
	margin: 20px auto 20px auto;
	background-color:#CCCCCC;
	background-image:url(img_neu/bg.jpg);
	background-position:0px 140px;
	background-repeat: repeat-y;
	background-attachment: scroll;
}

.news {
	width:300px;
	margin: 30px auto 0px auto;
	
	}
	
.nav_links {
	width:200px;
	margin: 30px 0px 30px 0px;
	float:left;
	}
	
.nav_rechts {
	width:200px;
	margin: 30px 0px 30px 0px;
	float:right;
	}

div.indexhead {
	background-image:url(img_neu/news_head.jpg);
	background-repeat:no-repeat;
	width:260px;
	height:29px;
	border: 1px solid #936E58;
	padding-left:40px;
	padding-top: 12px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
div.indexbody {
	width:270px;
	padding: 15px 15px 15px 15px;
	margin-bottom:30px;
	text-align:left;
	border-right: 1px solid #936E58;
	border-left: 1px solid #936E58;
	border-bottom: 1px solid #936E58;
	background-color:#EAEAEA;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#CCCCCC;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a {
	font-size: 12px;
	font-weight: bold;
}

.trennlinie {
border-bottom: 2px solid #ccc;
line-height:6px;
}

.wichtig {
	font-size: x-small;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	border: thin solid #FF0000;
}

ul {
	padding:5px 0px 5px 0px;
	}
li {
	margin:5px 0px 5px 20px;
	}
	
.center {
	width: 180px;
	margin:57px auto 30px auto;
	}
