@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: none;
}
html, body {
	height: 100%
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(images/bg_container.gif) top left repeat-y #d1d2d4;
	color: #00386E;
}
h1, h2, h3, p, a, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, p {
	padding-bottom: 1em;
} 
h1 {
	font-weight: bold;
}
h2 {
	font-weight: bold;
	color: #CC0000;
}
h3 {
	font-weight: bold;
	color: #CC0000;
}
#container {
	width: 1000px;
	position: relative;
	min-height: 100%;
	height: auto;
	margin-bottom: -40px;
}
#header {
	background: url(images/header.jpg) bottom left no-repeat;
	height: 140px;
}
#topmenu ul {
	list-style: none;
	padding: 32px 0 0 40px;
}
#topmenu li {
	float: left;
	padding-right: 4px;
	margin-right: 4px;
}
#topmenu a {
	text-decoration: none;
	color: #00386E;
}
#topmenu a:hover {
	color: #CC0000;
}
#topmenu a.act {
	color: #CC0000;
}
.borderright {
	border-right: 1px solid #00386E;
}
#content {
	position: relative;
	background: url(images/bg_content.gif) top left no-repeat;
}
p.keinabsatz {
	padding: 0;
}
p.zeilen {
	line-height: 140%;
}
span.rot {
	color: #CC0000;
}
span.grau {
	color: #666666;
}
span.braun {
	color: #ba6d44;
}
#mainframe ul, #rightframe ul {
	list-style: none;
	margin: 0 0 1em 1px;
}
#mainframe ul li, #rightframe ul li {
	background: url(images/big_bullet.gif) top left no-repeat;
	padding: 0 0 0 10px;
}
#leftmenu ul {
	list-style: none;
}
#leftmenu li {
	padding-bottom: 4px;
	padding-top: 2px;
	border-bottom: 1px solid #FFF;
}
#leftmenu li li {
	padding-bottom: 4px;
	padding-top: 2px;
	padding-left: 1em;
	border-bottom: none;
}
#leftmenu a {
	text-decoration: none;
	color: #00386E;
}
#leftmenu a:hover {
	color: #CC0000;
}
#leftmenu a.act {
	color: #CC0000;
}
#leftframe {
	float: left;
	width: 180px;
	padding: 58px 0 0 40px; 
}
#rightframe {
	float: right;
	width: 190px;
	padding: 60px 15px 0 15px;
}
#mainframe {
	margin: 0 220px; 
	padding: 60px 20px 40px 20px;
}
#rightframe a, #mainframe a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
#rightframe a:hover, #mainframe a:hover {
	text-decoration: none;
	color: #CC0000;
}
#rightframe a.download, #mainframe a.download {
	color: #00386E;
}
#rightframe a.download:hover, #mainframe a.download:hover {
	color: #CC0000;
}
#footer {
	clear: both; 
	width: 1000px;
	position: relative;
}
#footer p {
	font-size: 10px;
	padding: 0 0 0 795px;
}
#clearfooter {
	clear: both;
	height: 40px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* css styled contend Definitionen */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {  
	padding-bottom: 1em;
}
