html, body { 
	background-image: url('../imgs/body_back.png'); 
	background-attachment: scroll; 
	background-position: 0 0; 
	background-color: #666;
	background-repeat: repeat-X;
	margin: 0; 
	text-align: center;
}

body * {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

a { 
	color: #ff0000; 
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

img {border: none; }

#page {
	width:85%;
	min-width: 792px;
	text-align: left;
	margin: 10px auto;
	background: #fff;
	padding: 5px;
}

/* ### HEADER ### */
#header {
	height:130px;
	background: #000;
}

#header .logo {
	float:left;
}

#header .header-line a {
	position:absolute;
	text-decoration:none;
	color:#fff;
	margin:-13px 0 0 10px;
	font-family: arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
}

/* ### MAINNAV ### */
#mainnav {
	float:right;
	margin-top: 7px;
}

#mainnav div{
	height:26px;
	min-width:94px;
	text-align:center;
	float:left;
	background: url(../imgs/bg-seo.png) top left no-repeat;
	margin:0 7px;
}

#mainnav .home {
	width:94px;
	background: url(../imgs/bg-home.png) top left no-repeat;
}

#mainnav a {
	color:#fff;
	line-height: 2.3em;
	font-size: 1.3em;
	padding: 5px 18px 0px 18px;
}

#mainnav a.active {
	font-weight:bold;
	color:#ff0000;
	padding: 5px 14px 0px 11px;
}

#content * {
	font-size:1em;
	line-height:1.4em;
}

#content .content-margins {
	margin:1em;
	color: #909090;
}
#content h1,
#content h2,
#content h3,
#content h4 {
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
	font-weight:normal;
	color: #000;
}

#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a {color: #000;}

.right-content-container {margin-bottom: 20px;}
	
#content h1 { font-size:1.5em; }
#content h2 { font-size:1.3em; }
#content h3 { font-size:1.1em; }
#content h4 { font-size:1em; }
#content .fce-7525-right h1 { font-size:1.1em; font-weight:bold; }

#content .csc-textpic-caption {font-size: 0.6em;}
#content #content-subpages ul li {
	line-height: 1.7em;
}

/* ### SUBNAV ### */
#subnav { 
	width:26%; 
	min-height: 50px;
	float:left;
	padding: 0 15px;
	margin: 0 15px 15px 0;
}

#subnav * {
	margin:0;
	padding:0;
	list-style:none;

}

#subnav ul {
	border:1px solid #000;
	padding-bottom: 10px;
}

#subnav ul ul {
	border:none;
}

#subnav .submenu-header { 
	padding:5px 10px; 
	font-weight:bold;
	background-color:#000;
	color: #ff0000;
	margin-bottom: 5px;
}

#subnav li a {
	display: block;
	padding: 3px 0 3px 20px;
	background: url('../imgs/menu_pfeil.gif') 5px center no-repeat;
	color:#000;
}	
#subnav li a:hover, #subnav li a.active {
	background: url('../imgs/menu_pfeil_hover.gif') 5px center no-repeat;
}
#subnav a.active {font-weight:bold;}


.subheader {
	height:7px;
	background: url('../imgs/bg-head-sub.png') repeat-X;
}

#breadcrump {
	min-height: 1px;
	margin: 5px 0 15px 5px;
}

#breadcrump a { 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	font-size:0.9em;
}

#footer {
	height:25px;
	margin: 15px 0 0 0; 
	background: #B10808 url('../imgs/bg-head-sub.png') top repeat-X;
	color:#fff;
}
#footer-menu {margin: 10px 10px 0 10px;}
#footer a {
	color:#fff;
	line-height: 2.2em;
	padding: 5px 10px 7px 10px;
}
#footer a:hover, #footer a.active {
	background: #B10808 url('../imgs/bg-head-sub_on.png') top repeat-X;
}

.csc-frame-rulerAfter  { border-bottom: 1px dashed #999 }
.csc-frame-rulerBefore  { border-bottom: 1px dashed #999 }

/* ### MAILFORM ### */
.csc-mailform {border:none;}
label { 
	width:200px; 
	float:left;
	border-bottom: 1px dotted #E0E0E0;
	line-height:1.5em;
	padding:3px;
}

#mailform .csc-mailform-field {
	clear:both;
	margin-bottom:3px;
}

input, select, textarea {
	border:1px solid #909090;
	padding:3px;
	width:220px;
	color: #555;
}
.csc-mailform-submit {
	margin-top:10px;
	margin-left:350px;
	width:auto;
	cursor: pointer;
}

/* ###### FCEs ###### */
.fce-5050, .fce-4060, .fce-6040, .fce-7525 { margin-bottom: 15px; clear:both;}
.fce-5050 .fce-5050-left, 
.fce-4060 .fce-4060-left, 
.fce-6040  .fce-6040-left, 
.fce-7525  .fce-7525-left { float:left; margin-right:10px;}
.fce-5050 .fce-5050-right, 
.fce-4060 .fce-4060-right, 
.fce-6040  .fce-6040-right, 
.fce-7525  .fce-7525-right { float:right; margin-left:10px;}

/* #### FCE 50% 50% ### */
.fce-5050 .fce-5050-left { width: 48%; }
.fce-5050 .fce-5050-right { width: 48%; }

/* #### FCE 40% 60% ### */
.fce-4060 .fce-4060-left { width: 38%; }
.fce-4060 .fce-4060-right { width: 58%; }

/* #### FCE 60% 40% ### */
.fce-6040 .fce-6040-left { width: 58%; }
.fce-6040 .fce-6040-right { width: 38%; }

/* #### FCE 80% 20% ### */
.fce-7525 .fce-7525-left { width: 73%; }
.fce-7525 .fce-7525-right { width: 23%; }
