/* CSS Document */
body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: url(images/body_hg.gif) repeat-x top left;
	background-color: #E6E6E6;
	text-align: center;
	color: #000000;
}
/* Allgemeines */
fieldset {
	border: none;
}
label {
	display: block; 
	float: left;
	width: 90px;
}
input, textarea, select {
	border: #CCCCCC 1px solid;
	background: url(images/hgtextarea.gif) repeat-x top left;
	background-color: #FDFDFD;
	padding: 3px;
	font-size: 11px;
	margin-bottom: 4px;
}
input.csc-mailform-submit {
	border: #666666 1px solid;
	background-color: #0033CC;
	background-image: none;
	color: #FFFFFF;
	margin-left: 90px;
	margin-top: 5px;
}
a img {
	border: none;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #000000;
	margin-bottom: 8px;
	border-bottom: 1px #CCCCCC solid;
	text-transform: uppercase;
}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
a {
	text-decoration: none;
	color: #003376;
}
a:hover {
	text-decoration: underline;
}
/* Boxen & Wraps */
#container {
	position: absolute;
	width: 840px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	left: 50%;
	margin-left: -420px;
}
#header {
	height: 280px;
	background: url(img/obenhg.gif) no-repeat top left;
 	color: #333333;
}
#topmenu {
	text-align: right;
	height: 15px;
	font-size: 10px;
	margin-right: 40px;
}
#topmenu a {
	padding: 5px 2px;
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}
#topmenu a:hover {
	background-color:#000066;
	color: #FFFFFF;
}
#topmenu a.topmenuact {
	background-color: #000066;
	color: #FFFFFF;
}
#menucontainer {
	margin: 60px 20px 0px 0px;
	padding-left: 340px;
}
#menucontainer a:hover {
	text-decoration: none;
}
#headerbild {
	height: 180px;
	background-color: #CCCCCC;
	margin: 0px 20px;
}
#inhaltcontainer {
	background: url(img/mittehg.gif) repeat-y top left;
	color: #000000;
}
#inhalt {
	padding: 10px 50px;
}
#left {
	width: 500px;
	float: left;
}
#inhalt ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#inhalt ul li {
	list-style: none;
	height: auto !important;
	height: 1px;
	padding: 0px 0px 0px 12px;
	background: url(img/listenpunkt.gif) no-repeat 0 0;
}
#right {
	float: right;
	width: 200px;
	border-left: 1px dotted #CCCCCC;
}
#rightinner {
	padding-left: 10px;
	font-size: 11px;
	color: #333333;
}
	
#footer {
	background:url(img/untenhg.gif) no-repeat top left;
	color: #333333;
	height: 40px;
	padding: 0px 40px;
	font-size: 10px;
	text-align: right;
}
.ACT {
	font-weight: bold;
}
.sub {
	font-weight: normal;
}
.SUBACT {
	font-weight: bold;
}
.box {
	border: 1px solid #003366;
	padding: 5px;
	background: url(img/hgbox.gif) repeat-x top left;
	color: #000000 !important;
}
.box p {
	margin: 0px;
	padding: 0px;
}
.boxtext {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	padding: 5px;
	color: #000000;
}
.clear, .csc-textpic-clear {
	clear: both;
}



