/* *******************************************************
** main
** ******************************************************* */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html {
	height: 100%;
}
body {
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	margin: 0;
	padding: 0;
	display: block;
	overflow: auto;
	clip: auto;
	height: auto;
	width: auto;
	width: expression( document.documentElement.clientWidth+"px" );
	text-align: center;
	text-indent: 0
	/* scrollbars (safari, firefox) so the layout doesnt jump around (centered layouts) */
	min-height: 101%;
	/* opera cant calculate right, rounding is wrong */
	font-size: 100.01%;
	/* move fixed pos elements on window resize */
	position: relative;
}
/* no borders anywhere */
fieldset, img {
	border: 0;
}
/* Safari: font-size: 100% is too large for forms */ 
select, input, textarea { 
	font-size: 99%;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	height: auto;
	clear: none;
	clip: auto;
	dsiplay: block;
	color: #000000:
	text-align: left;
}
/* css floating regulation */
/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfloating:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Safari: needs clearfloating as a block-element */
.clearfloating { 
	display: block; 
} 
/* Overflow-Methode zum Clearen der Float-Umgebungen */
.floatingbox { 
	overflow: hidden; 
}
.holdfloats {
}
/* IE-Clearing: needed for IE, real stuff found in ie_hacks.css */
#ie_clearing { 
	display: none;
}


/* reset anything for all browsers *********************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {margin:0; padding:0;}

table {border-collapse:collapse; border-spacing:0;}

fieldset,img {border:0;}

address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}

q:before,q:after {content:'';}

/* *******************************************************
** layout 
** ******************************************************* */
body {
	background: #f00;
}
#main {
	margin: 0px auto;
	width: 870px;
}
#header {
	height: 104px;
}
#header #headerContent {
	position: relative;
	padding: 0px;
	text-align: left;
}
#body {
	clear: both; 
	width: auto; 
	z-index: 10; 
}
#content {
	width: auto; /* for 3-col layout should be auto */
	margin-left: 268px; /* left area */
	margin-right: 60px; /* right area */
	text-align: left; 
}
#content #contentContent {
	position: relative;
	min-height: 300px;
}
#content #contentContent #startbild {
}
#content #contentContent #startbild img {
}
#content #contentContent #realcontent {
	padding: 20px 0px 25px 16px;
}
#mainnavi {
	width: 268px;
	height: auto; /* auto; */
	float: left;
	text-align: left;
}
#mainnavi #mainnaviContent {
	position: relative;
}
#mainnavi #mainnaviContent img{
	padding-bottom:1px;
}
#servicenavi {
	width: auto;
	height: auto;
	text-align: left;
}
#servicenavi #servicenaviContent {
	position: relative;
}
#servicenavi #servicenaviContent li {
	display: inline;
}
#special {
	width: 60px;
	float: right;
}
#special #specialContent {
	position: relative;
	text-align: right;
	padding: 20px;
}
#footer {
	color: #FFFFFF;
	text-align: left;
	clear: both;
	width: 500px;
}
#footer #footerContent {
	position: relative;
	padding: 10px 0 30px 0;
}
#footer #footerContent li {
	display: inline;
}
.images_or {
	float: right;
	position: relative;
	margin-left: 10px;
}
.images_ol {
	float: left;
	position: relative;
	margin-right: 10px;
}
.image {
	position: relative;
}
.forprintonly {
	display: none;
}
/* *******************************************************
** style 
** ******************************************************* */

body {
	color: #FFFFFF;
	font-family: Georgia, Times, 'Times New Roman', 'Lucida Grande', Geneva, Arial, serif;
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	word-spacing: normal;
	letter-spacing:	0em;
	text-decoration: none;
	background: url(image/body_hintergrund.jpg) no-repeat fixed;
	background-color: #555765;
}
strong, b { 
	font-weight: bold;
}
em,i { 
	font-style: italic;
}
pre, code {	
	font-family: 'Courier New', Courier, monospace; 
}
address { 
	font-style: normal; 
	line-height: 1.5em; 
	margin: 0 0 1em 0; 
}
hr { 
	color: #C0C0C0; 
	background: transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border: 0; 
	border-bottom: 1px #eee solid; 
}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #485866;
	font-family: Verdana, Arial, Helvetica, 'Lucida Grande', Geneva, sans-serif;
	text-align: left;
	margin: .5em 0;
}
h1 .csc-firstHeader {
	font-size: 16px;
	font-weight: bold;
	color: #485866;
	font-family: Verdana, Arial, Helvetica, 'Lucida Grande', Geneva, sans-serif;
	text-align: left;
	margin: .5em 0;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, 'Lucida Grande', Geneva, sans-serif;
	margin-bottom: 1em;
	color: #333333;
	text-align: left;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, 'Lucida Grande', Geneva, sans-serif;
	color: #333333;
	text-align: left;
}
p, p.bodytext {
	color: ;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
dl, dt, dd {
	padding: 0;
	margin: 0;
	border: 0;
}
a:link,
a:visited {
	color: ;
	text-decoration: underline;
}
a:hover {
	color: ;
}
ul {
	list-style: disc inside; 
}
#main {
/*	background: transparent;*/
}
/* CLASS-definitions, specific items */
/* the image in the header is often a logo */
#header {
	background: transparent url('') no-repeat 0px 0px;
}
#mainnavi #mainnaviContent {
	padding: 16px 13px 0 0;
	text-align: right;
}
#mainnavi #mainnaviContent ul {
	list-style-type: none;
	display: block;
}
#mainnavi #mainnaviContent ul li {
	display: inline;
}
#mainnavi #mainnaviContent ul li a:link,
#mainnavi #mainnaviContent ul li a:visited {
	color: #FF0000;
	display: block;
	width: auto;
	text-decoration: none;
	padding: 5px 10px 4px 10px;
	background: transparent url('') no-repeat;
}
#mainnavi #mainnaviContent ul li a:hover {
	color: #FFFF00;
	background: transparent url('') 0 -22px no-repeat;
}
#mainnavi #mainnaviContent ul li a:link.active,
#mainnavi #mainnaviContent ul li a:visited.active {
	display: block; 
	background: transparent url('') 0 -44px no-repeat;
}
#servicenavi {
	background-color: #ACB7C1;
	color: #000000;
	font-size: 10px;
}
#servicenavi #servicenaviContent {
	padding: 4px;
}
/* die nächsten zwei Styles sorgen für ein horizontales Menü */
#servicenavi #servicenaviContent ul {
	list-style-type: none;
	display: inline;
}
#servicenavi #servicenaviContent ul li {
	display: inline;
}
#servicenavi #servicenaviContent ul li a:link,
#servicenavi #servicenaviContent ul li a:visited {
	color: #000000;
	background: url('') no-repeat 2px -4px;
	margin-right: 10px;
	text-decoration: none;
	padding: 1px 2px 1px 12px;
}
#servicenavi #servicenaviContent ul li a:hover {
	background: transparent url('') no-repeat 2px -64px;
	color: #000000;
	text-decoration: none;
}
#servicenavi #servicenaviContent ul li a:link.active,
#servicenavi #servicenaviContent ul li a:visited.active {
	background: url('') no-repeat 2px -64px;
}
#special {
	background-color: #FFFFFF;
	text-align: right;
	color: #000555;
}
#special h1 {
	font-size: 12px;
}
#special a:link,
#special a:visited {
	color: #3b4b5b;
	text-decoration: none;
}
#special a:hover {
	color: #DD8800;
	text-decoration: underline;  
}
/* commun content elements */
#content {
	background: #FFFFFF;
	/* colored background for left and right colomn */
	margin: 0;
	margin-left: 268px;/* transparent dotted; */
	border-right: 60px #FFFFFF solid; 
}
#content .container {
	background: #ffffff;
	padding-bottom: 10px;
}
#content h1 {
	color: #485866;
	font-size: 16px;
	padding-bottom: 10px;
}
#content h2{
	color: #333333;
	font-size: 12px;
}
#content p {
	color: #000000;
}
#content ol {
	color: #000000;
	list-style-type: decimal;
	margin-left: 17px;
}
#content a:link,
#content a:visited {
	color: #695866;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;	
}
.teaserhead h1 {
	background: #ACB7C1;
	font-size: 12px;
}
.csc-sitemap {
}
.csc-sitemap ul {
	margin-left: 20px;
	display: block;
}
.csc-sitemap ul li {
	margin-bottom: 1em;
	font-size: 14px;
}
.csc-sitemap ul li a:link,
.csc-sitemap ul li a:visited {
	color: #000;
	margin-bottom: 1em;
	text-decoration: none;
}
.csc-sitemap ul li ul {
	margin-left: 20px;
}
.csc-sitemap ul li ul li {
	margin-bottom: 1em;
	font-size: 11px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, 'Lucida Grande', Geneva, sans-serif;
	font-size: 11px;
}
#footer #footerContent {
	padding: 10px 0 30px 0;
}
#footer #footerContent ul {
	list-style-type: none;
	display: inline;
}
#footer #footerContent ul li {
	display: inline;
}
#footer #footerContent a:link,
#footer #footerContent a:visited {
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: none;
	padding: 1px 10px 1px 0px;
}
#footer #footerContent a:hover {
	color: #FF6600;
	text-decoration: underline;
}
ul {
	color: #000;
	list-style: disc outside;
	margin-left: 1.4em;
}
#mainnavi img {
	border-left: 2px solid #555765;
	border-bottom: 2px solid #555765; 
}


/* *******************************************************
** modifications
** ******************************************************* */
#header img {
	margin: 29px 0 0 682px;
}
#footer {
	padding-left: 268px; /*transparent solid*/
}
.subline {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
	color: #333333;
	text-align: left;
}
.image_text {
	margin-top: .2em;
	font-size: 90%;
}
#transparentcontent {
	width: auto;
	margin-left: 268px;
	border-left: transparent 268px;
	background: transparent;
}

