@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	/* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #44000B;
	background-image: url(../gfx/background.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 81%;
	background-color: #C8C8C8;
	background-position: center top;
	background-attachment: scroll;
}
.oneColFixCtr #container {	
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	
	
}
.oneColFixCtr #container #ContentContainer {
	position: absolute;
	top: 200px;
	width: 770px;
}
.oneColFixCtr #mainContent {
	width: 430px;
	text-align: left;
	position: absolute;
	left: 310px;
}
/*---------------- ActionBox -------------*/
#rightActionBox {
	position: absolute;
	left: 425px;
	top: 51px;
	width: 250px;
	height: 352px;
	color: #bdcd00;
	background-image: url(../gfx/ActionBox.gif);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 38px;
}
#rightActionBox p {
	color: #FFFFFF;
}
#rightActionBox h1 {
	text-align: left;
	font-size: 120%;
	color: #bdcd00;
}
#rightActionBox .rightActionBoxContent {
	width: 180px;
}
#rightActionBox img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 15px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFAE2;
	border-right-color: #FFFAE2;
	border-bottom-color: #FFFAE2;
	border-left-color: #FFFAE2;
}
#rightActionBox a:link, 
#rightActionBox a:visited {
	text-decoration: underline;
	color: #bdcd00;
}
#rightActionBox a:hover, 
#rightActionBox a:active {
	text-decoration: underline;
	color: #FF0000;
}

/*---------------- Navigation -------------*/

.oneColFixCtr #navigation {
	margin-left: 0px;
	width: 160px;
	margin-top: 50px;
	float: left;
	text-align: left;
}
.oneColFixCtr #navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
/* -- erste Stufe ----*/
.oneColFixCtr #navigation ul li {
	padding-left: 10px;
	margin-bottom: 2px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	background-color: #E7D8BB;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#navigation li a:link,
#navigation li a:visited {
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	padding: 2px;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	
}
#navigation li a:hover,
#navigation li a:active {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	color: #FF0000;
	text-decoration: none;
	padding: 2px;
}
#navigation ul li a:active {
	color: #FF0000;
}
/* -- zweite Stufe ----*/
.oneColFixCtr #navigation ul li ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtr #navigation ul li ul li {
	display: block;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 1px;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#navigation ul li ul li a:link, 
#navigation ul li ul li a:visited {
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation ul li ul li a:hover {
	margin-bottom: 5px;
	color: #FF0000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#navigation ul li ul li a:active {
	color: #FF0000;
}
li a.act {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
}
/*---------------- metanavigation -------------*/
.oneColFixCtr #metaNavi {
	padding-left: 700px;
	margin-top: 55px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.logoHome {
	position: absolute;
	top: 65px;
	width: 160px;
	height: 140px;
}
.metaHome {
	width: 52px;
	margin-top: 5px;
	float: left;
}
.metaImpressum {
	width: 90px;
	padding-left: 20px;
	float: left;
}
.metaHome a:link, .metaHome a:visited, .metaImpressum a:link, .metaImpressum a:visited {
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #FF0000;
}
.metaHome a:hover, .metaHome a:active, .metaImpressum a:hover, .metaImpressum a:active {
	text-decoration: none;
	color: #FF0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
/*---------------- standards -------------*/

a:link, a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover, a:active {
	text-decoration: underline;
	color: #FF0000;
}
.clearer, .clear {
	clear: both;
}
.csc-textpic-intext-left-nowrap {

	
}
.csc-textpic-intext-left-nowrap .csc-textpic-image {
	margin-top: 5px;
}
h1 {
	font-size: 140%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-align: center;
}
h2 {
	padding: 0px;
	font-size: 135%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	color: #12A2E1;
}
h3 {
	font-size: 135%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #DD1C1F;
}
h4 {
	font-size: 125%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h5 {
	font-size: 110%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-transform: uppercase;
}
h6 {
	font-size: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
p, bodytext {
	margin-top: 0px;
	margin-bottom: 6px;
}
#content-right ul, #content ul {
	margin: 0px 0px 2px 15px;
	padding: 0px;
}
.gruen {
	color: #99CC00;
}
.rot {
	color: #CC3300;
}
.grau {
	color: #666666;
}
.grau-bg {
	background-color: #D9D9D9;
	padding: 2px;
}

#mainContent .contenttable {
	font-size: 10px;
}
#mainContent .contenttable th {
	font-size: 10px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8F6855;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8F6855;
}
#mainContent .contenttable td {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8F6855;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8F6855;
}

/************** #csc Content Rahmen styles **************/
.csc-frame-invisible {
border: 1px solid #00349A;
	padding: 15px;
}

.csc-frame-indent {
	border: 2px dotted #EDEDEE;
	padding: 15px;
}
.csc-frame-indent6633 h1,
.csc-frame-indent6633 h2,
.csc-frame-indent6633 h3,
.csc-frame-indent6633 h4,
.csc-frame-indent6633 h5,
.csc-frame-indent6633 p
{
	color: #FFFFFF;
}
.csc-frame-indent6633 a:link, 
.csc-frame-indent6633 a:visited {
	color:	#FFFFFF;
}
.csc-frame-indent6633 a:hover, 
.csc-frame-indent6633 a:active {
	color:	#e4e4e4;
}

.csc-frame-indent6633 {
	background-color: #CC3300;
	border: 1px solid #000000;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.csc-frame-indent3366 {
	background-color: #EDEDEE;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.csc-frame-frame2,
.rahmen-rot {
	border: 1px solid #c50c1f;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.csc-frame-frame1,
.rahmen-rot {
	border: 2px solid #CC3300;
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.csc-frame-rulerAfter {
	margin-top: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B8BCC0;
}
.csc-frame-rulerBefore {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B8BCC0;
}

/************** #csc-form styles **************/
fieldset {
	border: 1px solid #CCCCCC;
	padding: 22px;
}
.csc-mailform {
	padding: 20px;
	border-width: 1px;
	border-style: dotted;
	border-color: #B8BCC0;
}
.csc-mailform legend {
	font-size: 120%;
	color: #CC3300;
	font-weight: bold;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.csc-mailform-field {
	display: block;
	clear: left;
}

.csc-mailform-field label {
	width:110px;
	display: block;
	float: left;
	margin: 5px 5px 0 0;
}
.csc-mailform-field input {
	font-family:Tahoma, Verdana, sans.serif;
	padding: 2px;
	border: 1px solid #665346;
	background-color: #FFFFFF;
	display: block;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	width: 250px;
}

#mailformformtype_mail {
	background-color:#FFFFFF;
	font-weight: bold;
	margin-top: 10px;	
}
input.csc-mailform-submit {
	width: 160px;
	border: 1px solid #CC3300;
}
input.csc-mailform-submit:hover {
	color:#CC3300;
	cursor: hand;
	border: 1px solid #CC3300;
}
input.csc-mailform-submit:active {
	color:#c50c1f;
	border: 1px solid #CC3300;
}
.csc-form-label-req {
	margin: 0px;
	padding: 0px;		
}
.csc-mailform-field textarea {
	font-family:Tahoma, Verdana, sans.serif;
	border: 1px solid #665346;
	background-color: #FFFFFF;
	padding: 2px;
	font-size: 11px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	width: 250px;

}
.csc-form-radio {
	font-family:Tahoma, Verdana, sans.serif;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.csc-form-fieldcell select,
.csc-form-fieldcell select {
	font-family:Tahoma, Verdana, sans.serif;
	color: #000000;
	background-color: #CCCCCC;
	padding: 4px;
	}
.csc-mailform{
	font-family:Tahoma, Verdana, sans.serif;
	font-size: 100%;
	line-height: 1.5;
}

.csc-mailform-field input[type=checkbox] {
	width: auto;
	border: 0px none #333333;
}
.csc-mailform-field input[type=submit] {
	width: auto;
	border: 1px solid #CC3300;
}
