* { margin: 0; }

body {	
	padding: 0;
	margin: 0;
	text-align: center;
	font-family:Verdana,Arial,Helvetica,sans-serif;	background-image:url(images/page_background.gif);
	background-repeat:repeat-x;
	background-color:#191919;
	min-width: 380px;
}

#header_logo {
	height: 110px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#main_menu_container {
	background-image:url(images/header/waveheader2.jpg);
	background-repeat:no-repeat;
	background-color:#333;
	width:980px;
	height:242px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: right;
}

#main_logo {
	float:left;
	clear:both;
	border:0;
	margin-top:141px;
	margin-left:15px;
}

#main_menu {
	width: 720px;
	height: 78px;
	padding-top: 182px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
}

#main_menu_image {
	float:left;
}

#main_menu img {
	margin-right: 4px;
}

#content_container {
	background-color: #333;
	text-align: left;
	padding-top:20px;
	padding-bottom: 20px;
	width:980;
	margin:0 auto 0 auto;
	overflow:auto;
}

#content {
	background-color:#333;
	font-size: 11px;
	color: white;
	width: 500px;
	margin-left:50px;
	margin-right:50px;
	padding: 0;
}

#sub_menu {
	background-color:#333;
	font-size:11px;
	width: 190px;
	padding-right: 0px;
}

#rightColumnBlock {
	background-color:#333;
	width: 190px;
	margin-bottom:30px;
}

#sticky_news {
	margin-top:60px;
	background-color:#5c5c5c;
	width:189px;
	overflow:visible;
	padding:0;
}

.sticky_news_header, .sitemap-header {
	width:165px !important;
	height:14px !important;

	/* IE macht wieder alles falsch, kapiert aber dafür !important nicht. Deswegen hier die IE-Werte: */

	width:190px; /* nur für den IE */
	height:16px; /* nur für den IE */

	background-image:url(images/rightcolumn_header.gif);
	background-repeat:no-repeat;
	background-color:#333;
	padding:2px 0 2px 25px;
	color:white;
	font-size:11px;
	font-weight:bold;
	overflow:display;
}

.news-latest-body {
	font-size:10px;
	padding:0 15px 12px 15px;
	border-bottom:none;
	margin:0 0 10px 0;
}

.news-latest-morelink {}

.news-latest-body img {	float: left;	margin: 0 0 4px 0;
}

.news-latest-image {
	margin:0;
}

.news-latest-body h3 { font-size:11px;	margin:4px 0 4px 0;}

.news-latest-body .bodytext {	line-height:15px;}

.news-latest-date {	font-size:10px;	color:#ccc;	padding:3px 0 0 3px;}


#rightColumnBlock form, .tx-macinasearchbox-pi1 {
	background-color:#5c5c5c;
	font-size:10px;
	padding: 10px 0 10px 20px;
}

#rightColumnBlock input, textarea {
	width: 150px;
	background: transparent; 
	background-color: #5c5c5c; 
	border: 1px solid #333333; 
	color: #ffffff; 
	font-family: Verdana, Arial; 
	font-size: x-small; 
	text-align: left;
	scrollbar-face-color: #333333; 
	scrollbar-shadow-color: #5c5c5c; 
	scrollbar-highlight-color: #5c5c5c; 
	scrollbar-3dlight-color: #5c5c5c; 
	scrollbar-darkshadow-color: #5c5c5c; 
	scrollbar-track-color: #5c5c5c; 
	scrollbar-arrow-color: #5c5c5c; 
}

.rightSubmit {
	width: 80px;
	background: transparent; 
	background-color: #5c5c5c; 
	border: 1px solid #333; 
	color: #ffffff; 
	font-family: Verdana, Arial; 
	font-size: x-small; 
	text-align: left;
}


/**** Sitemap ****/
.csc-menu-3 {
	margin:0;
	padding: 10px 10px 10px 10px;
	background-color: #5C5C5C;
	list-style:none;
}

.csc-section {	
	font-size:10px;
	margin: 10px 0 10px 20px;
}

.csc-section a {
	color:white;
}

/***/

/**** News-Eintrag ****/

.news-list-item {
	background-color:#5c5c5c;
	width:500px;
	margin-bottom:15px;
	overflow:auto;
}

.news-list-headline {
	background-image:url(images/news/news_headline_bg.gif);
	background-repeat:repeat-x;
	width:470px !important;
	width:500px; /* IE only */
	height:13px !important;
	height:16px;
	font-size:10px;
	font-weight:bold;
	padding-left: 30px;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
}

.news-single-item img {	float: right;	margin-left: 10px;}
.news-single-item h2 {	margin: 8px 0 5px 0;	color:#AEE005;}
.news-single-item h3 {	margin: 0 0 10px 0;	color:#aaa;}
.news-single-timedata {	color: #aaa;}

.clearer {	border: 0;	background-color: #aaa;	height: 1px;	margin: 7px 0 7px 0;}	

.news-list-headline a {	
	color: white;
}

.news-list-title {
	float:left;
	width:270px;
	overflow:display;
}

.news-list-date {
	text-align: right;
	float:right;
	width:190px !important;
	width:200px;
	color: #ccc;
	padding-right: 10px;
	overflow:display;
}

.news-teaser {
	padding-left:30px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	width:330px !important;
	width:365px;
	float:left;
	overflow:display;
}

.news-teaser-image {
	float:right;
	width:120px;
	margin-right:0;
	margin-left:10px;
	margin-top:0;
	border:0;
	padding:0;
}

.news-list-morelink a {	color:#AEE005;}

/***/

#sub_menu ul 
{	width: 100%;
	padding: 0;
	background-color: #3F3F3F;
	overflow: auto;
	list-style:none;
	display:block;
}

#sub_menu ul li {	background-image:url('images/submenu_itembg.gif');	background-repeat:repeat-x;	height:20px;	padding: 6px 0 3px 26px;	list-style:none;}

#sub_menu ul li.greenHeader {	padding:0;	margin:0;	background-image:url('images/submenu_greenheader.gif');	height:16px;	}

#sub_menu ul li a {	color: white;	text-decoration:none;	font-weight: bold;	margin-left:3px;}

#sub_menu ul li img {	margin-bottom: -3px;}#sub_menu ul li a.currentItem {	color:#AEE005;}

#sub_menu ul li.secondLevel {	background-image:none;	height:auto;
}

#sub_menu ul li ul {
	margin:0;
	padding:0;
	overflow:visible;
}

#sub_menu ul li ul li {	background-image:none;	margin-left:20;	padding:0;}#sub_menu ul li ul li a {	font-size: 10px;	font-weight:normal;	line-height: 17px;}#sub_menu ul li ul li a:hover {}#footer {	clear:both;	width: 980px;	margin: 0 auto 10px auto;	padding: 12px 0 12px 0;	font-size: 10px;	color:#888;	overflow:visible;	background-color: #333;	border-top:1px solid #AEE005;}div.contentLeftColumn {	width: 150px;	float: left;}div.contentRightColumn {	margin-left: 150px;	display: block;}div.contentHeadline {	margin-bottom: 15px;	color:#AEE005;}hr.listSpacer {	border: 0;	background-color: #aaa;	height: 1px;	margin: 7px 0 7px 0;}

h1 {	
	font-size: 18px;
	font-weight: normal;
	color:#AEE005;
	margin-top: -3px;
	padding-bottom: 8px;
}

h1.hidden_header {
	visibility:hidden;
	display:none;
}

/***Hier alle Klassen etc. eintragen, die die Haupt-Schriftformatierung verwenden:***/

.bodytext, .csc-bulletlist li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10px;
 	line-height: 15px;
 	color: white;
}

/*******/

td.shop_list {
	padding:3px 4px 3px 1px;
	border-bottom:1px solid #888;
}

th.shop_list_header {
	color:#fff;
	text-align:left;
	font-size:11px;
	padding:4px 0 4px 2px;
	background-color:#444;
	border-bottom:1px solid #888;
	}

/*** Allgemeine Styles ***/

a {
	color:#AEE005;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

td {
	font-size: 11px;
	color:#fff;
}

.csc-bulletlist {
	list-style-position: inside;
}

.csc-bulletlist li {
	padding-left:0 !important;
	padding-left:20px;
}

/*** Mail Formular ***/

.csc-mailform {
	border:0;
}

.csc-mailform-field {
	width:492px;
	margin:4px 0 4px 0;
}

.csc-mailform-field label {
	float: left;
	width: 80px !important;
	text-align: right;
	margin-right: 10px;
}

.csc-mailform-field input, textarea {
	width: 300px;
	background: transparent; 
	background-color: #5c5c5c; 
	border: 2px solid #5c5c5c; 
	color: #ffffff; 
	font-family: Verdana, Arial; 
	font-size: x-small; 
	text-align: left;
	scrollbar-face-color: #333333; 
	scrollbar-shadow-color: #5c5c5c; 
	scrollbar-highlight-color: #5c5c5c; 
	scrollbar-3dlight-color: #5c5c5c; 
	scrollbar-darkshadow-color: #5c5c5c; 
	scrollbar-track-color: #5c5c5c; 
	scrollbar-arrow-color: #5c5c5c; 
}

.csc-mailform-field .csc-mailform-submit {
	margin-left:90px;
	font-size:11px;	
	width: auto;
}

/*** Suche ***/

.tx-indexedsearch {
}

.tx-indexedsearch-searchbox {

}

.tx-indexedsearch-searchbox-sword {
	width: 390px;
	background: transparent; 
	background-color: #5c5c5c; 
	border: 2px solid #5c5c5c; 
	color: #ffffff; 
	font-family: Verdana, Arial; 
	font-size: x-small; 
	text-align: left;
	margin:5px 0 5px 10px;
}

.tx-indexedsearch-searchbox-button {
	background: transparent; 
	background-color: #5c5c5c; 
	border: 2px solid #5c5c5c; 
	color: #ffffff; 
	font-family: Verdana, Arial; 
	font-size: x-small; 
	text-align: left;
	margin-left:10px;
}

.tx-indexedsearch-whatis {
	margin-top:30px;
}

.tx-indexedsearch-browsebox {
}

.tx-indexedsearch-res {
	margin:5px 0 5px 0;
	padding:5px 0 5px 0;
	border-top:1px solid #5c5c5c;
}

.tx-indexedsearch-title {
	font-weight:bold;
}

.tx-indexedsearch-descr {

}

.tx-indexedsearch-redMarkup {
	color: white;
	font-weight:bold;
}