html {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	font-family:arial,helvetica,sans-serif;
	height:100%;
	width:100%;	
	background-color:#dddddd;		
}

#bodydiv {
	height:100%;
	background-image:url(../img/mainbg.gif);
	background-repeat:repeat-x;
	height:100%;
	padding:0px;
	margin:0px;
}

img {
	border:0px;
}

a {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#333;
}

a:hover {
	color:#666;
}

a.contentlink {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#333;
}

a.contentlink:hover {
	color:#666;
}

a.navi1 {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

a.navi1:hover {
	color:#fff;
}


a.navi2 {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
/*	color:#333;*/
}

.navi2act .navi2 {
	color:#fff;
}

.navi3act .navi2 {
	color:#fff;
}


a.whitecontentlink {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#fff;
}

#mainbox {	
	width:884px;
	
	/*position:relative;*/
	margin-top:0px;
	margin-left:100px;
	
}

#maincell {
	vertical-align:top;
/*	background:url(../img/background.jpg);*/
}

#headerimg {

}

#navibox {
	width:206px;
/*	height:100%;*/
	overflow:hidden;
	float:left;
}

div.navi1outer {
	padding: 0px 0px 1px;
}

/* * * * * * * * */

div.navi1 {
	width:180px;
	height:auto;	
	overflow:hidden;
	cursor:pointer;
}

.n1 {
	background-image:url(../img/navi/navi_0.gif);
}

.n1-act {
	background-image:url(../img/navi/navi_1.gif);
}

.n1first {
	background-image:url(../img/navi/navi_top_0.gif);
}

.n1first-act {
	background-image:url(../img/navi/navi_top_1.gif);
}

.n1last {
	background-image:url(../img/navi/navi_bot_0.gif);
}

.n1last-act {
	background-image:url(../img/navi/navi_bot_1.gif);
}

/* * * * * * * * */

div.navi1inner {
	width:180px;
	height:auto;
	/*background-color:#00673a;
	border-bottom:1px solid #00673a;*/
	background-image:url(../img/navi/navi_0.gif);
	overflow:hidden;
	cursor:pointer;
}

div.navi1active {
	width:180px;
	height:auto;
	background-color:#00331d;
	border-bottom:1px solid #00331d;
	cursor:pointer;
}

div.navi1activebetween {
	width:180px;
	height:auto;
	background-color:#00331d;
	border-bottom:1px solid #00331d;
	cursor:pointer;
}

div.navi1activesub {
	width:180px;
	height:auto;
	background-color:#000;
	border-bottom:1px solid #fff;
	cursor:pointer;
}

div.navi1activenosub {
	width:180px;
	height:auto;
	cursor:pointer;
	border-bottom:1px solid #000;
}

div.navi2 {
	width:180px;
	background-color:#ececec;
	cursor:pointer;
	border-top:1px solid #ececec;
}

div.navi2act {
	width:180px;
	background-color:#171717;
	cursor:pointer;
	margin-top:1px;
	color:#fff;
}

div.navi2actbott {
	width:180px;
	background-color:#171717;
	/*border-top:1px solid #fff;
	border-bottom:1px solid #00331d;*/
	cursor:pointer;
	color:#fff;
}

div.navi3 {
	width:180px;
	background-color:#ececec;
	cursor:pointer;
	border-top:1px solid #ececec;	
}

div.navi3act {
	width:180px;
	background-color:#171717;
	cursor:pointer;
	color:#fff;
	border-top:1px solid #ececec;	
}

div.navi3actbott {
	width:180px;
	background-color:#000;
	border-top:1px solid #fff;
	border-bottom:1px solid #00331d;
	cursor:pointer;
}

p.navi1text {
	margin-bottom:0px;
	margin-top:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:9px;
}

p.navi2text {
	margin-bottom:0px;
	margin-top:0px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:24px;
}

p.navi3text {
	margin-bottom:0px;
	margin-top:0px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:38px;
}

#contentbox {
	float:left;
	width:650px;
	height:auto;
	overflow:hidden;
}

#bottombar {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:28px;
	background-image:url("../img/bottombar_bg.gif");
	background-position:center bottom;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:27px;
}

#bottombar a {
	color:#fff;
}

div.starttext {
	margin-top:0px;
	margin-right:10px;
	float:left;
	width:430px;
}

div.contentstarttext {
	margin-top:0px;
}

table.startheadlinetable {
	width:650px;
	border:0px;
}

table.headlinetable {
	width:650px;
	border:0px;
}

.startheadlinetext {
	font-size:16px;
	color:#00673a;
}

p.starttexttext {
	margin-top:10px;
	font-size:12px;
	color:#333;
	line-height:17px;
}

td.greyline {
	width:80%;
/*	background:url(../img/greyline.gif);*/
}

#newscontainer {
	width:210px;
	margin-top:12px;
	margin-bottom:5px;
	margin-left:10px;
}

div.borderbox {
	border:1px solid #fff;
	padding:1px;
}

div.boxheadline {
	background-color:#171717;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;	
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

div.boxcontent {
	padding-left:4px;
	padding-right:4px;
	padding-top:0px;
	padding-bottom:4px;
	font-size:12px;
	color:#333;
	line-height:14px;
}

p.newsblock {
	margin-top:7px;
	margin-bottom:6px;
}

div.cleardiv {
	width:650px;
	background:url(../img/greyline.gif);
	background-repeat:repeat-x;
	clear:left;
	margin-bottom:12px;
}

div.teaserbox {
	width:210px;
	margin-right:10px;
	float:left;
}

div.teaserbox430 {
	width:430px;
	margin-right:10px;
	float:left;
}

div.teaserboxright {
	width:210px;
	float:left;
}

img.teaserimg {
	margin-top:1px;
	margin-bottom:6px;
}

#holiautos {
	margin-top:1px;
	width:206px;
	height:85px;
	margin-right:14px;
	background-color:#ff9c00;
	float:left;
	cursor:pointer;
}

#holiautostext {
	font-size:12px;
	color:#333;
	margin-top:6px;
	line-height:15px;
}

#holiautosbannercropbox {
	margin-top:10px;
	margin-left:43px;
	width:120px;
	height:59px;
	overflow:hidden;
}

#holiautosbanner {

}

/* * * newsletterbox * * */

div.newsletterdiv {
	position:relative;
	top:-75px;
	left:642px;
	width:220px;
	height:40px;
}

div.newsletterdivinner {
}

span.optheadline {
	font-family:arial,helvetica,sans-serif;
	color:#fff;
	font-size:12px;
	font-weight:bold;	
	line-height:26px;
}

#newsletterinput {
	width:214px;
	font-family:arial,helvetica,sans-serif;
	color:#000;	
	font-size:12px;
	background-color:#f6f6f6;	
	border:1px solid #666;
}

#extlinkscontainer {
	margin-left:8px;
	width:170px;
}

div.extlink {
	margin-right:5px;
	margin-bottom:5px;
	padding:0px;
	float:left;
}

.extlinkinner {
	border:1px solid #fff;
	margin:0px;
	padding:0px;
}

/* CONTENT LAYOUT: */

div.box210 {
	width:210px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	font-size:12px;
	line-height:17px;
	color:#333;
}

div.box210right {
	width:210px;
	margin-bottom:10px;	
	float:left;
	font-size:12px;
	line-height:17px;
	color:#333;
}

div.box430 {
	width:430px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	font-size:12px;
	line-height:17px;	
	color:#333;
}

div.box430right {
	width:430px;
	margin-bottom:10px;	
	float:left;
	font-size:12px;
	line-height:17px;
	color:#333;
	overflow:hidden;
}

div.box650 {
	width:650px;
	font-size:12px;
	line-height:17px;
	color:#333;
	margin-bottom:10px;	
}

div.clearbottom {
	clear:left;
	overflow:hidden;
	height:13px;
	width:650px;
}

img.contentimg {
/*	border-top:1px solid #d9d9d9;*/
	border-bottom:1px solid #d9d9d9;
}

img.contentlogo {
	float:right;
	margin-left:10px;
}

ul {
	font-size:12px;
	color:#333;
	line-height:17px;
	list-style-image:url(../img/punkt.gif);
	position:relative;
	left:-8px;
}

.standardtext {
	font-size:12px;
	color:#333;
	line-height:17px;
}

.partner {
	font-size:12px;
	color:#000;
	margin-bottom:10px;
}

/* KONTAKTFORMULAR: */

form {
	margin:0px;
}

div.kontaktbox {
	width:430px;
	float:left;
	font-family:arial,helvetica,sans-serif; 
	font-size:12px; 
	color:#333333; 
	font-weight:normal; 
	line-height:15px;
	overflow:hidden;
}

textarea {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color:#000;
	border: 1px solid #666;
	width:428px;
	height:122px;
	margin-top:2px;
	background-color:#f6f6f6;
}

input.text {
	border: 1px solid #666;
	font-family:arial,helevetica,sans-serif;
	font-size:12px;
	color:#000;
	margin-top:2px;
	margin-bottom:2px;
	width:153px;
	background-color:#f6f6f6;
}

input.check {

}

div.kontaktleftcol {
	width:55px;
	float:left;
	overflow:hidden;
}

div.kontaktmiddlecol {
	float:left;
	width:155px;
	overflow:hidden;
}

div.checkcheck {
	float:left;	
	margin:0px;
	padding:0px;
	width:20px;
	height:18px;
	overflow:hidden;
	vertical-align:middle;
}

div.checktext {
	float:left;
	width:86px;
	line-height:20px;
	margin-bottom:3px;
}

div.checktextwide {
	float:left;
	width:192px;
	line-height:20px;
	margin-bottom:3px;
}

input.submitbutton {
	border: 1px solid #666;
	font-size:12px;
	font-family:arial,helvetica,sans-serif;
	margin-right:0px;
	margin-top:3px;
	width:85px;
}

div.formcategory {
	font-weight:bold;
	margin-top:3px;
	margin-bottom:1px;
	float:left;
	width:106px;
}

div.catspacer {
	clear:left;
	height:1px;
	width:430px;
	margin-top:4px;
	margin-bottom:4px;
	overflow:hidden;
	background-color:#d9d9d9;
}

#submitdiv {
	clear:left;
	padding-left:345px;
	/*width:85px;*/
}

#kontaktnewsletter {
	border: 1px solid #666;
	font-family:arial,helevetica,sans-serif;
	font-size:12px;
	color:#000;
	margin-top:2px;
	margin-bottom:2px;
	width:210px;
	background-color:#f6f6f6;
}


/* NEWS */

body.newsbody {
	margin:0px;
	background-color:#000;
}

table.newstable {
	font-size:12px;
	font-family:arial,helvetica,sans-serif;
	color:#333;
	background-color:#fff;
	line-height:16px;
}

td.newsdetailheadline {
	font-size:13px;
	background-color:#00673a;
	color:#fff;
}


/* EVENTS */

.boldtext {
	font-weight:bold;
}

div.monat {
	font-weight:bold;
	margin-bottom:5px;
	margin-top:8px;
}

table.eventdetails {
	width:100%;
	height:300px;
	background-color:#ffffff;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	line-height:17px;
	color:#333;
	margin-bottom:10px;
}

table.thumbtable {
	border:1px solid black;
	margin-right:2px;
	margin-bottom:2px;
	float:left;
}

td.thumbcell {
	margin:0px;
	vertical-align:middle;
}

.eventtitel {
	font-weight:bold;
	color:#00673a;
}