* {
	padding:0px;
	margin:0px;
	font-size:12px;
	font-family:verdana, arial, helvetica;
}

body {
	background-color:#1E3655;
}
/* Seitenbeschreibung========================================= */

div#AllSiteWrapper {
	position:relative;
        width:890px;
        left:50%;
        margin-left:-445px;
        margin-top:20px;
        padding-left:0px;
        padding-right:0px;
}
div#header {
	background-image:url(img/header_final.png);
	height:220px;
}

div#mainPartWrapper {
	background-color:#fff;
	border-top:4px solid #962828;
	margin-top:-28px;
}

td#menu {
	width:166px;
	padding-left:10px;
}
div#menu {
	background-image:url(img/bg_nav_ges.gif);
	background-repeat:repeat-x;
	height:400px;
	padding-top:20px;
}
td#content {
	background-image:url(img/bg_content_1.jpg);
	background-repeat:no-repeat;
}
div#content {
	padding:10px;
}
td#rightColumn {
	border:1px solid #ccc;
}

/* Topmenu ========================================= */

div#topmenu {
	height:20px;
	margin-left:-5px;
        margin-right:-5px;
}

div#topmenu {
	text-align:right;
}

div#topmenu a {
	color:#fff;
	text-decoration:none;
	margin-right:15px;
	line-height:25px;
}

/* Formatierungen ========================================= */

h1, h2, a:link, a:hover, a:visited, a:active {
	color:#962828;
}

h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}
h3 {
	font-size:10px;
	font-weight:bold;
	color:#fff;
}
ul	{
	padding:20px;
         padding-top:0px;
         }

p	{
	margin-bottom:15px;
         }
/* Hauptmenu ========================================= */

div.level-1,
div.level-1-offen,
div.level-2,
div.level-2-offen {
	height:20px;
	padding-top:6px;
}

div.level-1 {
	background-image:url(img/bg_nav.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
div.level-1-offen {
	background-color:#1E3B6D;
	background-image:url(img/bg_nav_aktiv.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
div.level-1 a:link,
div.level-1 a:hover,
div.level-1 a:visited,
div.level-1 a:active,  
div.level-1-offen a:link,
div.level-1-offen a:hover,
div.level-1-offen a:visited,
div.level-1-offen a:active {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
div.level-2 {
	width:120px;
	background-image:url(img/bg_nav_2.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	margin-left:10px;
}
div.level-2-offen {
	height:20px;
	width:120px;
	background-image:url(img/bg_nav_aktiv_2.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	margin-left:10px;
}
div.level-2 a:link,
div.level-2 a:hover,
div.level-2 a:visited,
div.level-2 a:active {
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
div.level-2-offen a:link,
div.level-2-offen a:hover,
div.level-2-offen a:visited,
div.level-2-offen a:active  {
	color:#1E3B6D;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;	
}
/* Footer ========================================= */

div#footer {
         text-align:center;
         padding-top:6px;
         height:18px;
         background-color:#962828;
         }
#footer h1 {
	 display:none;
}
#analytics h1 {
	 display:none;
}
/* FORMULAR ========================================= */

fieldset.csc-mailform {
	border:0px;
}

div.csc-mailform-field {
	border:0px solid #eee;
	padding:4px;
}
div.csc-mailform-field input, textarea {
	border-top:   1px solid #555;
	border-left:  1px solid #555;
	border-right: 1px solid #bbb;
	border-bottom:1px solid #bbb;
	color:#333;
}
div.csc-mailform-field label {
 	width:150px;
 	float:left;
	border:0px;
}

