body {
	font: 9pt Arial;
	background-color: rgb(184, 184, 184);
	background-image: url(verlauf_hintergrund.png);
	background-repeat: repeat-x;
}

html, body{
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

#kopfbereich {
	width: 816px;
	height: 143px;
	border: 1px solid rgb(18, 114, 186);
	border-top: 0px none;
	background-image: url(header.png);
}
#navigation {
	height: 8px;
	background-image: url(verlauf1.png);
	padding: 20px;
	color: white;
	font-size: 12px;
	border-right: 1px solid black;
}
#navigation #active {
	color: rgb(232, 0, 0);
}

#inhaltsbereich {
	background-image: url(verlauf2.png);
	background-color: rgb(253, 253, 253);
	background-repeat: repeat-x;
}

#textbereich {
	width: 583px;
	padding: 9px 10px 20px;
}


#borderline {
	background-color: rgb(153, 153, 153);
	width: 1px;
}
#breadcrumb {
	font-size: 8pt;
	margin-bottom: 35px;
}
#breadcrumb a {
	text-decoration: none;
	color: black;
}

#spalte_aktuell {
	width: 173px;
	padding: 10px;
}

#angebote {
	margin-top: 130px;
	font-size: 11pt;
}
#fussbereich {
	width: 818px;
	background-image: url(verlauf1.png);
	height: 20px;
	float: left;
}

ul.menu, ul.menu ul {
    list-style-type: none;
    margin-left: -15px;
}

ul.menu ul li {
    padding-top: 6px;
    border-right: 0 none;
}

ul.menu a {
    display: block;
    text-decoration: none;
    font-weight:normal;
    padding-right: 10px;
    padding-left: 10px;
    color: white;
}

ul.menu li {
    float:left;
    border-right: 2px solid rgb(140, 140, 140);
}

ul.menu ul {
    margin-left:0;
    padding: 0 0 5px 0;
    position: absolute;
    background-color: rgb(53, 53, 53);
    display:none;
    min-width:180px;
}

/* IE-Hack für die Breite */
*html ul.menu ul {
    width:180px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
}

ul.menu ul li {
    float:none;
    background-color: transparent;
}
.active {
    color: rgb(232, 0, 0) ! important;
}
h1, h2, h3, .csc-firstHeader {
	font-weight: inherit;
	color: black;
	font-weight: bold;
	font-size: 13px;
}
h1 a, 
h2 a,
h3 a{
	font-weight: inherit;
	color: #353535;
	text-decoration: none;
}

ul {
	margin-left: 20px;
}


p {
	font-size: 12px;
}

small a {
	text-decoration: none;
}

.tx_lumogooglemaps_pi1_sidebar{
	display: none;
}

.news-list-date {
	float: left;
}

.news-latest-gotoarchive{
	display: none;
}
#spalte_aktuell .news-latest-container {
	padding: 0 ;
	margin-left: -1px;
}
#spalte_aktuell .news-list-date {
	display: block;
	float: left;
	font-size: 11px;
	padding-left: 0;
	width: 170px;
}
.news-list-item h2{
	float: left;
	display: block;
	width: 170px;
	color: black;
	font-weight: bold;
}
.news-list-item span a {
	margin-top: 10px;
	margin-right: 10px;
	text-decoration: none;
	color: black;
	float: right;
}
#links a {
	display: block;
	width: 150px;
	color: black;
	font-size: 17px;
	text-decoration: none;
}
#links {
	margin-top: 100px;
}
.news-list-browse {
	display: none;
}

.important {
	font-weight: bold;
	color: red;
	font-size: 14px;
}

/*---------------------------------------------------------------
							MAILFORM
---------------------------------------------------------------*/

.csc-mailform-field {
	height: 30px;
	width: 550px;
	clear: both;
}
.csc-mailform {
	border: 0 none;
}

.csc-mailform-field input , .csc-mailform-field textarea{
	float: right;
	display: inline;
}

.csc-mailform-field label {
	float: left;
	display: inline;
}	
.csc-mailform-field .csc-mailform-submit {
	float: left;
	margin-top: 10px;
}
