body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	background: white url(/img/bg_sw.gif) top left repeat-x;
	}

body.cms { margin-left:10px; }

ul {
	list-style-type: none;
	text-align: left;
	margin:0;
	}
	
a {
	color:#777;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
a.black {
	color:#000;
	}
	
li a {
	background: transparent url(img/pfeil.png) no-repeat left center;
	padding:0 0 0 13px;
	}

a.pfeil {
	background: transparent url(img/pfeil.png) no-repeat left center;
	padding:0 0 0 10px;
	margin: 0 0px 0 0;
	}

a.big {
	font-size:16px;
	font-weight:bold;
	}
	
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* Spezielle CSS */
div.body {
	margin: 10px 0 10px 0;
	border:#aaa solid 1px;
	background-color:#fff;
	width:800px;
	}
	
div.header, div.headline{
	width:800px;
	height:70px;
	vertical-align: bottom;
	margin:0;
	padding:0px;
	background:#fff;
	}

div.headline {
	height:182px;
	}

div.headline_image {
	background: #fff url(img/headline.gif) no-repeat left; 
	text-align:left; 
	height:26px; 
	margin: 0 0 1px 0;
	}

div.header ul {
	float:right;
	margin: 0px 5px 0 0;
  padding:26px 0 0 0;
	font-size: 10px;
	}

div.header ul a {
	text-decoration: none;
	color: #000;
	}

div.header ul a:hover {
	text-decoration: underline;
	color: #000;
	}

div.header_text {
	padding:4px 0 0 35px; 
	color:#fff;
	font-size: 11px;
	}

div.topline {
	width:800px;
	margin: 8px 0 0 0;
	background-color:#fff;
	}

div.topline span.left {
	float:left; 
	margin:0 0 0 5px; 
	font-size:10px;
	color:#aaa;
	}

div.topline span.right {
	float:right; 
	margin: 0 5px 0 0; 
	font-size:10px;
	color:#aaa;
	}

div.topline span.left a {
	color:#aaa;
	}

div.topline span.left a:hover {
	color:#000;
	}

select.header {
	font-size:11px; 
	margin:0 0 0 10px;
	}

input.suche {
	width:115px;
	font-size:10px;
	color:#555;
	}

img.btn_search {
	margin: 0 0 -3px 5px;
	}

span.suche {
	float:right; 
	margin: -19px 5px 0 0;		// IE braucht -20px
	}
	
div.content {
	width:800px;
	clear:both;
	padding: 10px 0 0 0;
	background-color:#fff;
	}

div.content span.left {
	float:left;
	width:150px; 
	color:#aaa;
	font-size:10px;
	background-color:transparent;
	}

div.content span.left div.pagecount {
	padding:10px 0 0 0;
	}

div.content span.menu {
	float:left;
	width:150px; 
	background-color:#eee;
	font-size:12px;
	}

div.content span.menu ul {
	margin:20px 0 20px 20px;
	padding:0;
	}
	
div.content span.menu ul li {
	margin: 5px 0 5px 0;
	}
	
div.content span.menu ul li a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
	background:none;
	}
	
div.content span.menu ul li a.active {
	background: transparent url(/img/pfeil.png) no-repeat left center;
	}
	
div.content span.menu ul li a.active_normal {
	background: transparent url(/img/pfeil.png) no-repeat left center;
	font-weight:normal;
	margin: 0 0 0 15px;
	}
	
div.content span.menu ul li a.inactive_normal {
	background:none;
	font-weight:normal;
	margin: 0 0 0 15px;
	}

div.content span.menu ul li a:hover {
	text-decoration:underline;
	}
	
div.content span.content_main {
	width:630px;
	float:left;
	margin: 0 10px 0 10px;
	text-align:left;
	}
	
div.content span.content_lefttop_hp {
	width:250px;
	float:left;
	margin: 0 10px 0 10px;
	text-align:left;
	}

div.content span.content_left_hp {
	width:400px;
	float:left;
	margin: 0 10px 0 10px;
	text-align:left;
	}
	
div.content span.content_right_hp {
	width:360px;
	float:right;
	margin: 0 10px 0 10px;
	text-align:left;
	}
	
div.content span.content {
	width:305px;
	float:right;
	margin: 10px 10px 0 10px;
	text-align:left;
	}
	
div.redline {
	background-color:#d40c0c;
	height:1px;
	font-size:0;
	width:100%;
	margin: 5px 0 10px 0;
	}
	
div.attention {
	background-color: #eee;
	font-weight:bold;
	padding: 5px;
	}
	
span.teaser_headline {
	color:#d40c0c;
	font-size:16px;
	}
	
span.teaser_subheadline {
	font-size:12px;
	font-weight:bold;
	display:block;
	margin: 0 0 3px 0;
	}
	
tr {
	padding:0;
	font-size:12px;
	}
	
tr.head, td.head {
	font-weight:bold;
	}
	
tr.highlight {
	background-color:#eee;
	}
	
tr.highlight_bold {
	background-color:#eee;
	font-weight:bold;
	}
	
tr.highlight_extra {
	background-color:#aaa;
	font-weight:bold;
	}
	
tr.datum {
	font-size:10px;
	text-align:right;
	}
	
span.rightlink {
	float:right; 
	font-size:10px; 
	padding:5px 0 0 0;
	color:#aaa;
	}
	
span.rightlink a {
	color:#888;
	}
	
span.rightlink a:hover {
	color:#000;
	}
	
.clearboth {
	clear:both;
	margin:0;
	padding:0;
	height:0;
	}
	
.grey {
	color:#777;
	padding:0 0 0 10px;
	}

form.sparten {
	display:inline;
}
