html {
	height:100%;
}

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

h1 {
    padding:0;
    margin:0;
    font-size:16px;
	color:#00673a;
    font-weight:normal;
}

.img-border img {
    display:block;
    margin:0;
    padding:0;
    border-bottom: 1px solid #D9D9D9;
}

#bodydiv {
	background-image:url(../images/system/mainbg.gif);
        background-color: #DDDDDD;
	background-repeat:repeat-x;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	margin:0px;
        min-height:100%;
}

img {
	border:0px;
}

.editmode-desc {
    margin-top:20px;  
    color:#009900;
    font-family:arial,helvetica,sans-serif;
    font-size:12px;
}

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.whitecontentlink {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#fff;
}

#mainbox {
	width:884px;
	margin:auto;
}

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

#headerimg {

}

.clear {
    clear:both;
}

/**** Navigation ****/

#navibox {
	width:206px;
	overflow:hidden;
	float:left;
        white-space: nowrap; 
}
  #navibox a {
      text-decoration:none;
  }
  #navibox .outer {
      width:180px;
      background:#ececec;
  }
    #navibox .outer a {
        color:#ffffff;
        font-size:13px;
        font-weight:bold;
    }
    #navibox .outer .box {
        height:21px;
        width:171px;
        margin-bottom:1px;
        padding-left: 9px;
        padding-top: 5px;
    }
    #navibox .outer .link {
        background-image:url(../images/system/navi/navi_0.gif);
    }
    #navibox .outer .link:hover {
        background-image:url(../images/system/navi/navi_1.gif);
    }
    #navibox .outer .link-first {
        background-image:url(../images/system/navi/navi_top_0.gif);
    }
      #navibox .outer .link-first:hover {
          background-image:url(../images/system/navi/navi_top_1.gif);
          cursor:pointer;
      }
    #navibox .outer .link-last {
        background-image:url(../images/system/navi/navi_bot_0.gif);
    }
      #navibox .outer .link-last:hover {
          background-image:url(../images/system/navi/navi_bot_1.gif);
      }
    #navibox .outer .link-current {
        background-image:url(../images/system/navi/navi_1.gif);
    }
    #navibox .outer .link-current-first {
        background-image:url(../images/system/navi/navi_top_1.gif);
    }
    #navibox .outer .link-current-last {
        background-image:url(../images/system/navi/navi_bot_1.gif);
    }
    /*** LEVEL 2 ***/
    #navibox .outer .outer {
        background:#ececec;
    }
      #navibox .outer .outer .box {
          margin-bottom:1px;
          padding:0;
          width:180px;
      }
        #navibox .outer .outer .box a {
            width:156px;
            margin-top:1px;
            height:17px;
            padding-left:24px;
            padding-top:3px;
            display:block;
        }
      #navibox .outer .outer a {
          font-size:12px;
          text-decoration:none;
          font-weight:normal;
      }
    #navibox .outer .link-sub { }
      #navibox .outer .link-sub a {
          color:#000000;
      }
      #navibox .outer .link-sub:hover {
          background:#171717;
          color:#ffffff;
      }
        #navibox .outer .link-sub a:hover {
            background:#171717;
            color:#ffffff;
        }
    #navibox .outer .link-sub-current {
        background:#171717;
    }
      #navibox .outer .link-sub-current a {
          color:#ffffff;
      }
      /*** LEVEL 3 ***/
      #navibox .outer .outer .outer .box a {
          width:142px;
          margin-top:1px;
          height:17px;
          padding-left:38px;
          padding-top:3px;
          display:block;
      }

/********************/

#contentbox {
	float:left;
	width:660px;
	height:auto;
	overflow:hidden;
}
  #contentbox .img-box {
      margin-right:10px;
      margin-bottom:10px;
      float:left;
  }
  #contentbox .img-box img {
      display:block;
      margin:0;
      padding:0;
      border-bottom: 1px solid #D9D9D9;
  }

#bottombar {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:28px;
	background-image:url("../images/system/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;
}

p.home-text {
  float:left;
  width:420px;
}

.home-img {
  float:right;
  width:210px;
}


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

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

div.borderbox {
	border:1px solid #fff;
	margin:1px;
}
  div.borderbox .img-container {
      position:relative;
  }
    div.borderbox .img-container img {
            position:absolute;
    }

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 {
	margin-left:4px;
	margin-right:4px;
	margin-bottom:4px;
        margin-top:4px;
	font-size:12px;
	color:#333;
	line-height:14px;
}

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

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

div.teaserbox {
	width:210px;
	margin-right:10px;
        margin-bottom:20px;
	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 {
    color:#ffffff;
}
  div.newsletterdivinner .controls {
      font-size: 11px; 
      line-height: 18px;
  }

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;
}

.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.box210 .link a {
    margin-right:10px;
    display:block;
    float:left;
  }

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(../images/system/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:420px;
	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:145px;
	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;
	/*min-width:86px;*/
	line-height:20px;
	margin-bottom:3px;
}
div.checkwrapper {
    white-space:nowrap;
    float:left;
}

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:180px;
	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;
}

.container {
    margin-right:10px;
}

.offer-desc, .offer-block {
    font-size: 12px;
    line-height: 17px;
}
.offer-block {
    margin-bottom:20px;
}
  .offer-block .offer-image {
      float:left;
      margin-right:20px;
  }
  .offer-block .offer-text {
      float:left;
  }

