* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	width: 100%;
	height: 100%;
	background: #fff url(../img/bg.gif) repeat top left;
}

h1 {
	color: #f29400;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 2px;
}


h2 {
	color: #87888a;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 30px;
}

h3, h4, h5 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}

p {
	line-height: 18px;
	margin-bottom: 12px;
}

ul {
	list-style-type: none;
}

a,
a:link,
a:visited {
	color: #f29400;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
  border: 0px;
}

.clearer {
  clear: both;
}

table,tr,td {
	border-collapse: collapse;
}

td {
	padding: 3px 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right,
p.right {
	text-align: right;
}

div#content_middle ul,
div#content_right ul {
	margin-left: 22px;
	margin-bottom: 16px;
	list-style: square;
}

div#content_middle ol,
div#content_right ol {
	margin-left: 20px;
	margin-bottom: 16px;
}

div#content_right h1, 
div#content_right h2 {
	margin-bottom: 12px;
}

#home div#content_right h1,
#home div#content_right h2,
#home div#content_right a {
	color: #fff;
}

div#content_right p {
	color: #87888a;
}

#home div#content_right p {
	color: #000;
}

div#content_right div.csc-default {
	border-bottom: 1px solid #d0d0d1;
	margin-bottom: 10px;
}

#home div#content_right div.csc-default {
	border-color: #f7b44d;
}

div#content_right img {
	border: 1px solid #87888a;
}

.csc-frame-rulerAfter,
hr,
.trenn {
	border: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

/* ------------ Maintable ------------ */

table#maintable {
	border-collapse: collapse;
	height: 100%;
	width: 100%;
}

table#maintable tr td#maintable_top {
	vertical-align: top;
	padding: 0;
	background: url(../img/bg_content_content.png) repeat-y top center;
}

table#maintable tr td#maintable_bottom {
	vertical-align: bottom;
	padding: 0;
	height: 57px;
	background: url(../img/bg_footer_content.png) no-repeat top center;
}

/* ------------ Header mit Navigation und Breadcrumb ------------ */

div#head {
	width: 100%;
	height: 285px;
	background: url(../img/bg_top.png) no-repeat top center;
}

div#head_inner {
	width: 900px;
	height: 285px;
	margin: 0 auto;
	position: relative;
}

div#head_inner img#imagebild {
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid #3a3835;
}

div#head_inner img#logo {
	position: absolute;
	top: 65px;
	left: 0;
}

div#head_inner ul#mainnav {
	position: absolute;
	top: 180px;
	right: 0px;
}

div#head_inner ul#mainnav li {
	display: block;
	float: left;
}

div#head_inner ul#mainnav li a {
	color: #fff;
	display: inline-block;
	padding: 4px 10px 26px 10px;
	z-index: 10;
}

div#head_inner ul#mainnav li a.last {
	padding: 4px 20px 26px 10px;
}

div#head_inner ul#mainnav li a:hover,
div#head_inner ul#mainnav li a.active {
	color: #f29400;
	text-decoration: none;
	background: url(../img/bg_nav.gif) repeat top left;
}

div#head_inner img#mainnav_layer {
	position: absolute;
	top: 199px;
	right: 0;
	z-index: 20;
}

div#head_inner div#breadcrumb {
	position: absolute;
	top: 256px;
	right: 20px;
	font-size: 11px;
	color: #87888a;
}

div#head_inner div#breadcrumb a {
	color: #87888a;
}

div#head_inner div#breadcrumb a:hover {
	color: #f29400;
	text-decoration: none;
}
	
	
/* ------------ Content mit Subnavigation und Inhalten ------------ */

div#content {
	width: 900px;
	padding: 0 20px 20px 20px;
	margin: 0 auto;
}

	div#content_inner {
		padding-top: 57px;
		background: url(../img/bg_content_top.png) no-repeat top left;
	}
	
	div#content_left {
		width: 151px;
		float: left;
	}
	
	div#content_middle {
		width: 478px;
		padding: 0 20px;
		float: left;
	}
	
	div#content_right {
		width: 192px;
		padding: 10px;
		float: left;
	}
	

/* Subnavigation */

ul#subnav a {
	color: #fff;
	display: block;
	width: 125px;
	height: 22px;
	padding: 6px 0 0 26px;
	border-bottom: 1px solid #f5a933;
}

ul#subnav li a:hover,
ul#subnav li a.active,
ul#subnav li a.rootline {
	margin-top: -1px;
	color: #f29400;
	text-decoration: none;
	height: 23px;
	padding-top: 7px;
	border-bottom: 0;
	background: url(../img/bg_subnav_act.gif) no-repeat bottom left;
}

ul#subnav li a.rootline {
	background: url(../img/bg_subnav_rootline.gif) no-repeat bottom left;
}

ul#subnav li a.rootline:hover {
	background: url(../img/bg_subnav_rootline_hov.gif) no-repeat bottom left;
}

ul#subnav li li a {
	margin-top: -1px;
	height: 23px;
	padding-top: 7px;
	border-bottom: 0;
	background: url(../img/bg_subnav_sub.gif) no-repeat bottom left;
}

ul#subnav li li a:hover,
ul#subnav li li a.active {
	background: url(../img/bg_subnav_sub_act.gif) no-repeat bottom left;
}

/* ------------ Footer ------------ */

div#footer {	
	width: 900px;
	height: 37px;
	padding: 20px 20px 0 20px;
	margin: 0 auto;
	text-align: center;
}

div#footer ul {
	padding-top: 10px;
}

div#footer ul li {
	display: inline;
	padding: 0 10px;
	
}

div#footer ul li a {
	color: #87888a;
}

div#footer ul li a:hover,
div#footer ul li a.active {
	color: #f29400;
	text-decoration: none;
}

/* ------------ Home ------------ */

#home div#content_left {
	width: 0;
	display: none;
}

#home div#content_middle {
	width: 629px;
}

#home div#content_inner {
	background: url(../img/bg_content_top_home.png) no-repeat top center;
}

#home table#maintable tr td#maintable_top {
	background: url(../img/bg_content_home.png) repeat-y top center;
}

#home table#maintable tr td#maintable_bottom {
	background: url(../img/bg_footer_home.png) no-repeat top center;
}

/* ------------ Newssystem ------------ */

hr.cl-right {
	clear: right;
}

div.news-list-item h2 {
	margin-bottom: 12px;
}

div.news-list-item img {
	float: left;
	padding-right: 10px;
}

div.news-list-item .news-list-morelink {
	margin-left: 4px;
}

div.news-single-item img {
	float: right;
	padding: 0 0 10px 10px;
}

div.news-single-item .news-single-rightbox {
	padding: 10px 0;
	border-top: 1px solid #ccc;
	margin-top: 10px;
}

div.news-single-item h2 {
	margin-bottom: 12px;
}

/* ------------ Formatierung von Inhaltselementen ------------ */

div#zweispalt-start div.left,
div#zweispalt-start div.right {
	width: 310px;
	float: left;
}

div#zweispalt-start div.left {
	margin-right: 9px;
}

div#zweispalt-start .csc-default {
	padding: 9px 9px 1px 9px;
	background: #e7e7e8 url(../img/bg_teaser_bottom.gif) repeat-x bottom left;
	margin-bottom: 9px;
}

div#zweispalt-start h1 {
	margin-bottom: 12px;
}
	
