/* ---- Elemente ---- */
html {overflow:scroll;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100.01%;
	background:#F5F0DC;
	margin:0em;
}
h1, h2 { 
	color: #28282D;
	font-weight:bold;
}
h1 {
	font-size:0.875em;
	line-height: 1.125em;
	margin:1em 0em 0.25em 0em;
}
h2 {
	font-size:0.75em;
	line-height: 1.2em;
	margin:0.75em 0em 0.1em 0em;
}
p { 
	margin:0em 0em 0.7em 0em;
	font-size:0.6875em;
	line-height: 1.5em;
}
a, a:visited, a:active {
	color:#009BFF;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	color:#F33;
}
a img {
	border:0em;
}

table {
    margin:0em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size:0.6875em;
}
th { 
	text-align:left; 
	vertical-align:top; }
	
td { 
	vertical-align:top; }

div { position:relative; }

#content ul, #content ol {
	font-size:0.6875em;
	padding-left:1.5em;
	line-height: 1.5em;
}
	
#content ul ul, #content ul ol, #content ol ol, #content ol ul {
	font-size:1em;
	margin-top:1em;
}
	
#content li {
	margin-bottom:0.5em;
}

/* ---- Klassen ---- */
.block {
	text-align:justify;
}

.extra h1, .extra h3 {
	color:#CD152A;
	font-size:0.75em;
	line-height: 1.2em;
	margin:1em 0px 0.7em 0px;
}
.extra {
	color:#CD152A;
}
.news-box {
	background:#E0E0E0;
	margin:0px;
}
.news-box .csc-firstHeader{
	color:#FFF;
	background:#999;
	text-align:center;
	letter-spacing:1em;
	line-height:1.8em;
	margin:0em 0em 0em 0em;
	/*margin-bottom:0px;*/
}
/*
.news-box h2 {
	margin:0em !important;
	padding-top:2em;
}
*/
.title, #header {
	font-size: 0.6875em;
	line-height: 0.9375em;
	font-weight: bold;
	color: #999;
	word-spacing: normal;
	letter-spacing: 1pt;
	/*margin:1.7em 0em 1.5em 0em;*/
	margin:0em;
}
.vspace {
	height:1px; font-size:1px;
}
.einzug {
	margin-left:1em;
	margin-right:1em;
}
/* Hauptbereich */
#page {
	width:40.625em;
	margin:2.625em auto 2em auto;
}
#banner {
	height:10.625em;
	background:#FFF;
	border-bottom:1px solid #EEE;
	overflow:hidden;
	height:120px;
	width:100%;
}
/* Menu */
#menu {
	background:#e4e4e4;
	height:1.5em;
	overflow:hidden;
	list-style:none;
	margin:0px;
	padding-left:0px;
	border-bottom:1px solid #EEE;
}
#menu li {
	float:left;
}
#menu a {
	display:block;
	float:left;
	height:2.25em;
	font-size:0.6875em;
	font-weight:normal;
	text-decoration:none;
	margin:0em;
	letter-spacing:0.05em;
	color:#333;
	background:#e4e4e4;
	padding:0.5em 0.6em 0.4em 0.6em;
	border:0em;
	border-right:1px solid #ffffff;
	text-decoration:none;
}
#menu a.active {
	color:#FFF;
	background:#009BFF;
	cursor:pointer;
	border-top:1px solid #FFF;
	border-bottom:0em;
}
#menu a:hover {
	background:#C6E5FA;
	color:#18237F;
	/*border-top:1px solid #EEE;*/
	border-bottom:0px;
}
/* Untermenu */
#submenu, #subsubmenu{
	height:1.2em;
	background:#009BFF;
	color:#FFF;
	clear:both;
	overflow:hidden;
	list-style:none;
	margin:0px;
	padding-left:0px;
}

#subsubmenu{
	background:#C6E5FA;
	border-top:1px solid #EEE;
}

#submenu li, #subsubmenu li{
	float:left;
	
}
#submenu a, #subsubmenu a {
	display:block;
	float:left;
	color:#FFF;
	font-size:0.625em;
	font-weight:normal;
	padding:0em 0.8em 0em 0.8em;
        line-height:1.83em;    
	text-decoration:none;
}
#subsubmenu a {
	color:#18237F;
}

#subsubmenu a:hover {
	text-decoration:underline;
}
#subsubmenu a.active {
	color:#FFF;
        background:#009BFF;
}

#submenu a:hover {
	text-decoration:underline;
}
#submenu a.active {
	text-decoration:underline;
}
/* Inhalt */
#content {
	background:#FFF;
	padding:1.25em;
	border-bottom:1px solid #009BFF;
	float:left;
	width:38.125em;
	min-height:30em;
}
#leftcolumn, #rightcolumn {
	float:left;
	width:18.4em;
	margin-bottom:1.25em;
}
#leftcolumn_full{
	float:left;
	width:100%;
	margin-bottom:1.25em;
}
#rightcolumn {
	float:right;
	margin-left:1.25em;
	clear:right;
}
/* Fusszeile */
#footer {
	clear:both;
	letter-spacing:1pt;
	font-size:0.6875em;
	font-weight:bold;
	color:#009BFF;
	list-style:none;
	margin:0em;
	padding:1.5em 1.75em 0.5em 1.75em;	
	background:#FFF;
	height:2.5em;
	text-align:center;
}
* html #footer {
	height:0.2em;
}
#footer li {
	float:left;
	padding-right:2em;
}
#footer a {
	color:#009BFF;
}
#footer a:hover {
	color:#333;
}
