/* General Layout for Crossbrowser Compatibility - Autohaus Horvath */
/* Responsible gitgo GmbH 2010 | www.gitgo.at | webdev@gitgo.at */

* {
	margin:0;
	padding:0;
	}

html, body {
  height:100%;
  margin:0;
  padding:0;
  }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:center;
	background-color:#ffffff;
/*	background-image:url(img/background.jpg);
	background-position:top left;
	background-repeat:repeat; */
	}

a {
	color:#666666;
	text-decoration:none;
	}
a:hover, a:active {
	color:#000000;
	}

h1 {
	font-size:12px;
	line-height:160%;
	text-transform:uppercase;
	color:#8C8C8C;
	border-bottom:solid 3px #FFD739;
	width:100%;
	margin-bottom:10px;
	}
h2 {
	font-size:12px;
	line-height:160%;
	margin-top:8px;
	padding-top:5px;
	}
h4 {
  font-size:12px;
  font-weight:normal;
  text-align:center;
  padding-top:7px;
  margin-bottom:3px;
	line-height:160%;
  }
ul {
  margin:10px 0px 10px 20px;
  }
li {
	background-image:url(img/listArrow.png);
	background-position:0px 3px;
	background-repeat:no-repeat;
	display:block;
	list-style:none outside none;
	margin:0;
	padding-left:10px;
	}
p {
	margin:10px 0px 10px 0px;
	line-height:160%;
	}
table {
  margin-bottom:10px;
  border-collapse:collapse;
  border-spacing:0px;
  }
th {
  text-align:left; 
  }
td, th {
  padding:1px;
  padding-left:5px;
	padding-right:30px;
	border-bottom:solid 1px #CCCCCC;
	}

.clear {
	clear:both;
	}

.background {
	margin:auto;
	text-align:left;
/*	background-image:url(img/contentBgTransparent.png);
	background-position:top;
	background-repeat:repeat-y; */
	width:920px;
	min-height:100%;
	position:relative;
	z-index:1;	
	}
.backgroundImage {
	width:100%;
	bottom:0px;
	left:0px;
	position:fixed;
	}

img#backgroundImage {
	width:100%;
	}
.wrapper {
	padding:20px 40px;
	}
.headerArea {
	float:left;
	background-color:#ffffff;
	padding:10px 0px 10px 0px;
	}
/* HEADER */
.logo {
	border-right:solid 1px #000000;
	width:270px;
	float:left;
	font-size:26px;
	font-weight:bold;
	padding-left:10px;
	}
.logo a {
	text-decoration:none;
	color:#000000;
	}
.logo span {
	font-size:10px;
	font-weight:normal;
	color:#B4B4B4;
	line-height:normal;
	display:block;
	}

.standorte {
	width:280px;
	float:left;
	font-size:10px;
	}
.standorte span {
	width:130px;
	height:30px;
	float:left;
	margin-left:10px;
	}
.standorte a {
	text-decoration:none;
	color:#666666;
	}
.standorte a:hover, .standorte a:active {
	font-weight:bold;
	}

.marken {
	width:279px;
	float:left;
	text-align:right;
	}
.marken span {
	padding-left:25px;
	}
.marken img {
	border:none;
	}


/* Main menu */
.nav {
	margin:0px 0px 0px 0px;
	padding:0px;
	padding-top:0px;
	}
.nav li {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:left;
	}
.nav li a {
	display:block;
	text-decoration:none;
	border-bottom:solid 5px #FFFFFF;
	background-color:#8C8C8C;
	color:#FFFFFF;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	line-height:35px;
	padding:0px 24px;
	overflow:auto; /* !important! needs IE<8 for correct font-style:italic */
	}
.nav li a:hover, .nav li a#mainActive {
	background-color:#B4B4B4;
	color:#666666;
	border-bottom:solid 5px #FFD739;
	}
.nav li a.mainMenuLastItem {
	padding:0px 30px;
	}


/* Breadcrumb */
.breadCrumb {
	width:826px;
	margin:0px 0px 0px 0px;
	padding:0px;
	padding-left:14px;
	padding-bottom:1px;
	background-color:#ffffff;
	float:left;
	}
.breadCrumb ul {
	padding-left:0px;
	float:left;
	}
.breadCrumb li {
  background-image:none;
  padding:0;
  margin:0;
	float:left;
	list-style:none;
	list-style-type:none;
	font-size:11px;
	}
.breadCrumb li a, .breadcrumb li a:hover {
	background-image:url(img/arrowIcon.png);
	background-position:0px 4px;
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
	padding-left:9px;
	margin-right:6px;
	}
.breadCrumb li a:hover {
	background-image:url(img/arrowIconActive.png);
	background-position:0px 4px;
	background-repeat:no-repeat;
	color:#666666;
	}


/* Content */
.content {
	width:100%;
	margin-top:10px;
	}
.contentFrame {
	background-color:#ffffff;
	float:left;
	width:100%;
	padding:10px 0px 10px 0px;
	background-image:url(img/contentBgTransparent.png);
	background-repeat:repeat;
	background-position:center;
	}
.content_border, .content_left, .content_center, .content_right {
	}
.backLink {
  width:100%;
  margin-top:10px;
  }
.align-right, .headerRight {
  text-align:right;
  }
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom:0px;
  padding-bottom:10px;
  }

/* Startseite */
.newsBox, .imageBox, .teaserLeft, .teaserCenter, .teaserRight, .teaserBorder {
	border:solid 1px #B4B4B4;
	border-top:none;
	height:240px;
	width:208px;
	float:left;
	overflow:hidden;
	background-color:#ffffff;
	}
.bannerBild {
	float:left;
	padding:0px;
	margin:0px 0px 0px 20px;
	width:608px;
	height:239px;
	background-color:#ffffff;
	border:1px solid #b4b4b4;
	background-image:url(img/loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
.bannerBild img {
	float:left;
	margin:0px 0px 0px 0px;
	width:608px;
	height:239px;
	padding:0px 0px 0px 0px;
	}
.newsBox, .imageBox {
	margin-bottom:10px;
	}
div.newsBox p {
  margin-bottom:8px;
  }
.imageBox {
	border-top:solid 1px #B4B4B4;
	margin-left:20px;
	width:608px;
	background-image:none;
	overflow:hidden;
	display:none;
	}
.event, .event a {
	text-align:left;
	font-style:italic;
	font-weight:bold;
	margin-bottom:3px;
	color:#666666;
	}
.event a:hover, .event a:active {
	color:#B4B4B4;
	}
.teaserLeft, .teaserCenter, .teaserRight {
  border-right:none;
  }
.newsBox .boxHead, .teaserLeft .boxHead, .teaserCenter .boxHead, .teaserRight .boxHead, .teaserBorder .first .boxHead, .teaserBorder .last .boxHead {
  background-repeat:no-repeat;
  background-position:top right;
  }
.newsBox .boxHead {background-image:url(img/newsBoxIcon.png);}
.teaserLeft .boxHead {background-image:url(img/teaserLeftIcon.png);}
.teaserCenter .boxHead {background-image:url(img/teaserRightIcon.png);}
.teaserRight .boxHead {background-image:url(img/teaserCenterIcon.png);}
.teaserBorder .first .boxHead {background-image:url(img/teaserBorderIcon.png);}
.teaserBorder .last .boxHead {background-image:url(img/newsBoxIcon.png);}
.teaserBox {
  margin-bottom:12px;
  overflow:hidden;
  }
.teaserBorder .teaserBox {
  margin-bottom:inherit;
  }
.teaserLink {
  text-align:right;
  padding:5px 12px 0px 12px;
	}
.boxHead {
	border:solid 1px #B4B4B4;
	border-left:none;
	border-right:none;
	margin-bottom:12px;
  }
.header {
	width:165px;
	height:25px;
	line-height:130%;
	border-right:solid 1px #B4B4B4;
	padding:6px 0px 0px 12px;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	color:#000000;
	}
.boxHead .header a:link, .boxHead .header a:visited {
  color:#000000;
  }
.boxHead .header a:hover {
  color:#000000;
  }
.boxContent {
	height:163px;
	padding:0px 12px 0px 12px;
	text-align:center;
	}
.boxContent p {
	margin:0px;
	text-align:left;
	line-height:145%;
	}
.boxContent ul {
  text-align:left;
  }
.boxContent a {
	text-decoration:none;
	}
.boxContent .csc-textpic-above .csc-textpic-imagewrap {
  margin-bottom:8px;
  }
.boxContent .csc-textpic-below .csc-textpic-imagewrap {
  margin-top:8px;
  }
.first, .last {
  height:108px;
  margin-bottom:12px;
  overflow:hidden;
  }
.first .boxContent, .last .boxContent {
  height:43px;
  }


/* Meta menu */
.metaNav {
	margin:0px;
	padding:0px;
	float:right;
	}
.metaNav li {
  background-image:none;
  padding:0;
  margin:0;
	list-style:none;
	list-style-type:none;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	}
.metaNav li a {
	background-image:url(img/arrowIcon.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
	padding-left:9px;
	margin-right:18px;
	}
.metaNav li a.metaMenuItem:hover, .metaNav li a.metaMenuItem#metaActive {
	background-image:url(img/arrowIconActive.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	color:#000000;
	}


/* Footer */
.footer {
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:solid 1px #B4B4B4;
	text-align:right;
	background-color:#ffffff;
	float:left;
	width:826px;
	display:block;
	padding-right:10px;
	}
.footer span {
	float:right;
	}
.rss a {
	background-image:url(img/rssfeedicon.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding-left:15px;
	}


/* News */
.latestNewsItem {
	margin:0px;
	padding:0px;
	display:block;
	}
/* News list */
.news-list-container {
  }
.news-list-item {
  border-bottom:solid 1px #B4B4B4;
  margin-bottom:8px;
  }
.news-list-item h2 {
  display:block;
  margin:0px;
  padding:0px;
  }
.news-list-date {
  display:block;
  float:right;
  }
.news-list-image {
  float:right;
  margin-top:5px;
  margin-bottom:10px;
  }
.news-list-subheader {
  padding:12px 0px 12px 0px;
  }
.news-list-subheader p {
  margin:0px;
  }
.news-list-morelink {
  margin-left:5px;
  }
/* News single */
.news-single-item {
  }
.news-single-rightbox {
  margin-top:5px;
  margin-left:10px;
  float:right;
  }
.news-single-image {
  float:right;
  width:210px;
  margin-left:20px;
  }
.news-single-img {
  text-align:right;
  }
.news-list-imgcaption {
  margin-top:3px;
  margin-bottom:10px;
  }


/* Powermail */
.tx-powermail-pi1 fieldset {
	border:none;
	}
.tx-powermail-pi1 legend {
	display:none;
	}
.tx_powermail_pi1_fieldwrap_html {
	margin-top:15px;
	}
.tx_powermail_pi1_fieldwrap_html label, .tx_powermail_pi1_fieldwrap_html_select label, .tx-srfreecap-pi2-image {
  display:block;
	}
.tx_powermail_pi1_fieldwrap_html input, .tx_powermail_pi1_fieldwrap_html textarea, .tx_powermail_pi1_fieldwrap_html_select select {
	width:300px;
	}
.tx_powermail_pi1_fieldwrap_html textarea {
	height:150px;
	}
.jscalendar_cb, #uid30_msgCnt, #uid30_help {
	display:none;
	}
.powermail_mandatory  {
	display:none;
	}
.powermail_mandatory_js {
	display:inline;
	margin-left:5px;
	}
.validation-failed {
	border:solid 1px #FFD739;
	}
img.tx-srfreecap-pi2-image {
  margin:0;
  }
.tx-srfreecap-pi2-cant-read {
  color:#666666;
  font-size:10px;
  }
div.tx_powermail_pi1_fieldwrap_html_submit, .tx_powermail_pi1_fieldwrap_html_submit input, div.tx_powermail_pi1_fieldwrap_html_reset,.tx_powermail_pi1_fieldwrap_html_reset input, .tx_powermail_pi1_formconfirmation_back input {
	width:auto;
	text-align:center;
	float:left;
	}
.tx-powermail-pi1_confirmation_back, .tx-powermail-pi1_confirmation_submit {
  margin-top:15px;
  }
.powermail_all td:first-child {
  width:130px;
  }
.tx-powermail-pi1_thx table p {
  margin:0px;
  }    
