body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('../pictures/allgemein/bg_seite.gif');
	background-repeat: repeat-y;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

a{
	color: #E60005;
	text-decoration: underline;
}

#wrap {
	width: 1000px;
}

#head{
	height: 120px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}

#logo{
	float: left;
}

#impressum{
	float: right;
	height: 20px;
	width: 170px;
	background: url('../pictures/allgemein/bg_impressum.gif') no-repeat top right;	
	padding-top: 100px;
	color: #cccccc;	
}

#impressum a{
	color: #666666;
	text-decoration: none;
}

#navi{
	float: left;
	width: 210px;
	margin-left: 40px;
	margin-top: 40px;
}

#navi ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navi ul li{
	font-size: 13px;
	line-height: 24px;
}

#navi ul li a{
	color: #ffffff;
	text-decoration: none;
}

#navi ul li .active{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#navi ul li ul li a{
	margin-left: 20px;
	color: #ffffff;
	font-weight: normal;	
	text-decoration: none;
}

#navi ul li ul li .active{
	margin-left: 20px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#navi ul li ul li ul {
	margin-left: 20px;
}

#navi ul li ul li ul li a:hover {
	color: #c0c0c0;
}

#navi ul li ul li ul li .active {
	color: #c0c0c0;
}

#content{
	float: right;
	width: 670px;
	margin-top: 40px;
	margin-right: 10px;
	line-height: 18px;	
}

#content img{
	border: 0px;
}

#listview_row{
	clear: both;
	overflow: visible;
}

#listview_block{
	float: left;
	width: 310px;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: visible;
}

#listview_date{
	display: block;
}

#listview_headline{
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #E60005;
	border-bottom: 1px dotted #E60005;
}

#listview_content a{
	color: #E60005;
	text-decoration: none;
}

#listview_content a:hover{
	text-decoration: underline;
}

#teaser_block {
	width: 280px;
	height: auto;
	margin-bottom: 10px;
	overflow: visible;
	border: 1px solid #cccccc;
}

#teaser_block a{
	text-decoration: none;
}

#teaser_block a:hover{
	text-decoration: underline;
}

#teaser_headline {
	display: block;
	padding: 3px;
	background: #e60005;
	color: #ffffff;
	font-weight: bold;
}

.headline{
	font-size: 16px;
	font-weight: bold;
}

.subheadline {
	font-size: 14px;
	font-weight: bold;
}

.fliesstext{
	font-size: 12px;
}

.thumbnail_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #E60005;
}

.thumbnail_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #E60005;
}

#bo_hinweis{
	clear: both;
	border: 1px solid #cccccc;
	background: #efefef;
	margin-bottom: 10px;
}

.jsvalidation{
	margin-left: 5px;
	color: #ff0000;
}

input {
	margin-bottom: 5px;
}

select {
	margin-bottom: 5px;
}

label {
	float: left;
	width: 100px;
	margin-right: 10px;
}