@charset "UTF-8";
/* CSS Document */
body, html {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;	
}
body {
	background-color: #37394c;
	background-image:url(../images/bg-main.gif);
	background-repeat: repeat-x;
	
}
#seite {
	position:relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 962px;
	min-height: 100%; /* Fuer moderne Browser */
  	height: auto !important; /* Fuer moderne Browser */
 	height: 100%; /* Fuer IE */
	background-image:url(../images/bg-seite.gif);
	background-repeat:repeat-y;
	border: 0;
}

#headerelemente {
	display: block;
	margin: 0;
}
#kopf {
	display: block;
	width: 100%;
	height: 96px;
	background-image:url(../images/bg-seite.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #37394c;
	
}	
#menu {
	position: relative;
	display: block;
	height: 22px;
	margin: 0 1px 0 1px;
	padding: 0;
	background-color: #36384c;
	border-top: 1px solid #5F6063;
	border-bottom: 1px solid #5F6063;
	z-index: 646;
}

#logo img {
	float :left;
	margin: 0 1px 0 0;
}
#contentkopf {
		display: block;
		height: 250px;
		width: 960px;
		overflow: hidden;
		margin: 0 1px 0 1px;
		background-repeat: no-repeat;
}
#rotation {
	position: absolute;
	display: block;
	z-index: 26;
	width: 960px;
	height: 484px;
	overflow: hidden;
	top: 0;
}
#textspalte {
	position: absolute;
	top: -1px;
	display: block;
	width: 286px;
	overflow: hidden;
	margin: 0 1px 0 1px;
	z-index: 27;
	left: -3px;
}

#textspalte2 {
	position: absolute;
	top: -1px;
	display: block;
	width:600px;
	overflow: hidden;
	margin: 0 1px 0 1px;
	z-index: 27;
	left: 350px;
}

#textwrapper {
	margin: 52px 10px 0 12px;	
	overflow:auto;
	height:400px;
}
#mainbox {	
	display: block;
	clear: both;
	position: relative;
	margin: 0 0 0 1px;
	padding: 0;
	height: 421px;
}


.clearer {
	clear: both;
	height: 1px;
	width: 100%;
	line-height: 1px;
	display: block;
}
#fussclearer {
	clear:both;
	height: 130px;	
}
#fusswrapper {
	position: absolute;
	display:none;
	height: 27px;
	width: 994px;
	padding:0;
	border: 0;
  	bottom: 0px;
	margin: 0;
	z-index: 3;
	background-color:  #37394c;	
	margin-left: -16px;
}
#fusszeile {
	position: relative;
	display:none;
	width: 962px;
	height: 16px;
	margin: 0 auto 0 auto;
	padding-left: 32px;	
	background-image: none;
}

/************ SCHRIFTEN *****************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFEFE;
	text-decoration: none;
}
a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}
a:focus, a:hover {
	color: #525252;
	text-decoration: none;
}
p, 
#mainbox ul, 
#mainbox ol {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
p {
	padding: 0;
	margin: 0 0 14px 0;
	letter-spacing: 0.05em;
}
#mainbox ul, 
#mainbox ol {
	margin: 8px 0 18px 4px;
	padding: 0 0 10px 14px;	
}
#mainbox ol {
	margin-left: 20px; 
}
#mainbox ul li {
	padding: 0;
	margin: 0;
	letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {

	/* clear:both; */
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #fff;
}

.csc-header-n1 h1,
.csc-header-n1 h2 {
	padding-top: 0;	
}
.fettrot {
	font-weight: bold;
	color: #F00;
}

.csc-textpic-text .csc-header h2,
.csc-textpic-text .csc-header h4 {
		padding: 0;
}
.csc-textpic-intext-left img {
	margin-top: 3px !important;
}
.fussdivider {
	padding: 0 14px 0 14px;	
}
/******* Elementueberschriften sollen clearen *******/


#fusszeile {
	color: #6A7179;
	font-size: 11px;
	line-height: 21px;
}

#abschluss {
	position: absolute;
	top: 484px;
	display: block;
	width: 960px;
	height: 40px;
	border-top: 1px solid  #37394c;
	background-color: #282939;
}
#abschluss h5 {
	margin: 2px 0 0 302px;
	font-size: 23px;
	line-height: 23px;
	font-weight: normal;
	color: #fff;
}

