﻿@import url("global.css");
html, body {
	height:100%;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#666666;
	text-align: center;
}
h1 {
	font-size:18px;
	color:#E2001A;
	font-weight:bold;
	margin:0 0 20px 0;
}
h2 {
	font-size:14px;
	color:#535353;
	font-weight:bold;
	margin-bottom:10px;
}
h3 {
	font-size:12px;
	color:#666666;
	font-weight:bold;
	margin-bottom:5px;
	padding:0;
}
h4 {
	font-size:12px;
	color:#666666;
	font-weight:bold;
	margin:0;
	padding:0;
}
.textsmall {
	font-size:11px;
}
.bold {
	font-weight:bold;
}
.pic {
	border:#999999 1px solid;
}
.pic_mini {
	border:#999999 1px solid;
	margin:2px;
}
.pic_aktionen_detail {
	float: left;
	margin:0 0 10px 0;
	border:#999999 1px solid;
}
.pic_fullsize {
	float: left;
	margin: 0 0 10px 0;
	border:#999999 1px solid;
}
a {
	color:#E2001A;
	text-decoration:underline;
}
ul {
	margin:0;
	padding:0;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
a:active {
	color:#E2001A;
	text-decoration:none;
}

/******* FORMULARE  **************************************************/

#form {
	position: relative;
	width:400px;
	float: left;
	margin: 0 150px 20px 0;
	text-align: left;
	background: #F5F5F5;
	padding:20px;
	border:1px solid #dddcdc;
	-webkit-border-radius: 8px;
   	-moz-border-radius: 8px;
   	border-radius: 8px;
}
input[type=text], textarea, select{
	font-size:14px;
	color:#000000;
	border:3px solid #dddcdc;
	margin: 2px 0 0 0;
	padding:3px;
}
textarea {
	margin-bottom:10px;
}
select {
	background:#dddcdc;
}
.input {
	width:271px;	
}
.input_plz {
	width:40px;
}
.input_plz_error {
	width:40px;
	background-color:#FDB0B0;
}
.input_ort {
	width:220px;
}
.datepicker img{
	margin:0 0 0 5px;
	vertical-align:middle;
}
.input_ort_error {
	width:220px;
	background-color:#FDB0B0;
}
.input_textarea {
	width:271px;
	height:72px;
}
.input_textarea_error {
	width:271px;
	height:72px;
	background-color:#FDB0B0;
	margin: 2px 0 3px 0;
}
input.input_error, select.input_error {
	width:271px;
	background-color:#FDB0B0;
}
td.input_error {
	color:#000000;
	background-color:#FDB0B0;
	padding: 5px;
}
.input_radio {
	border:0;
	margin:0 3px 0 0;
	padding:0;
}
.input_radio_error {
	margin:0 3px 0 0;
	padding:0;
	color:#fdb0b0;
	background-color:#fdb0b0;
}
label {
	border:0;
	margin:0 20px 0 0;
	padding:0;
}
 [disabled] {
 color:#CCCCCC;
 background-color:#EEEEEE;
}
img {
	border: none;
}
td.zeiten {
	margin:0;
	padding:4px;
	height:60px;
	font-size:12px;
	line-height: 18px;
}
/******* METANAVIGATION *********/

#metamenue {
	float:left;
	height: 20px;
	text-align:right;
	width:590px;
	margin: 0;
	padding: 10px 22px 0 8px;
}
#metalist {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}
#metalist li {
	margin: 0;
	padding: 0;
	display:inline;
}
#metalist li a {
	list-style:none;
	padding:0;
	margin:4px 0 4px 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	padding: 0 0 0 10px;
	background: #FFFFFF;
}
#metalist li a:hover {
	color: #666666;
}
#metalist li a#active_meta {
	color: #666666;
}
/******* HAUPTNAVIGATION **************************************************/

#mainmenue {
	float:left;
	height: 20px;
	text-align:right;
	width:590px;
	margin: 0;
	padding: 0px 22px 0 8px;
}
#navlist {
	list-style-type: none;
	margin-left:0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
#navlist li {
	margin: 0;
	padding: 0;
	display:inline;
}
#navlist li a {
	list-style:none;
	padding:0;
	margin:4px 0 4px 0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	padding: 0 0 0 6px;
	background: #FFFFFF;
}
#navlist li a:hover {
	color: #333333;
}
#navlist li a#active_main {
	color: #333333;
}
/******* SUBNAVIGATION *********/

#submenue {
	float:left;
	width:285px;
	text-align:left;
	margin: 0 0 10px 0;
	padding: 0px;
}
#sublist {
	float:left;
	width:255px;
	list-style-type: none;
	margin: 0 0 0 14px;
	padding: 0;
	font-size:13px;
	display: block;
}
#sublist li {
	line-height:18px;
	margin:0;
	padding:0;
}
#sublist li a {
	list-style:none;
	padding:0 0 0 9px;
	margin:4px 0 4px 0px;
	font-size: 13px;
	text-decoration: none;
	color: #777777;
}
#sublist li a:hover {
	color: #333333;
	padding:0 0 0 9px;
}
#sublist li a#active_sub {
	color: #333333;
	padding:0 0 0 9px;
	font-weight:bold;
	background: url(../images/shared/bulletpoint.gif) no-repeat 0.0em;
}
#sublist li a.aktion {
	margin:0;
	padding:0 0 0 9px;
	color:#E2001A;
	text-decoration:underline;
}
#sublist li a.aktion:hover {
	margin:0;
	padding:0 0 0 9px;
	color:#333333;
	text-decoration:none;
}
/******* CONTAINER  **************************************************/

#logo {
	float:left;
	text-align:left;
	width:360px;
	height:55px;
	padding:0 0 10px 0;
}
#top {
	position:relative;
	margin:20px auto 0px auto;
	width:980px;
	height:55px;
	padding:0;
}
.topwrap {
	position:relative;
	width:100%;
	float:left;
	background: #FFFFFF;
	border-bottom:3px solid #DAD2CA;
}
#header_start {
	position:relative;
	margin:0 auto 20px auto;
	width:980px;
	height:253px;
	padding:0;
	text-align:left;
}
#header_startNEU {
	position:relative;
	margin:0px auto 20px auto;
	width:980px;
	height:253px;
	padding:0px;
	text-align:left;
}
.headerwrap_start {
	position:relative;
	width:100%;
	float:left;
	margin-top:2px;
	background: #000000;
	background: url(../images/shared/bg_header_start.png) repeat-x;
}
#header {
	position:relative;
	margin:0 auto 0 auto;
	width:980px;
	height:100px;
	padding:0;
	text-align:left;
}
.headerwrap {
	position:relative;
	width:100%;
	float:left;
	margin-top:2px;
	background: #000000;
	background: url(../images/shared/bg_header.png) repeat-x;
}

/************************************************************************
	AVIASLIDER
*************************************************************************/
.aviaslider {
	float:right;
	height:213px; 	/*this changes the height of the image slider*/
	width:592px;
	margin:0 22px 0 0;
	padding:0;
	overflow: hidden;
	position: relative;
	background: #fff url(../images/aviaslider/preload.gif) center center no-repeat;
}
.aviaslider li, .aviaslider .featured {
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	margin:0;
	padding:0;
	top:0;
	left:0px;
	z-index: 1;
}
.js_active .aviaslider li, .js_active .aviaslider .featured {
	display:none;
}
.aviaslider img, .aviaslider a img, .aviaslider a {
	border:none;
	text-decoration: none;
}
.slidecontrolls {
	position: absolute;
	left:365px;
	top:220px;
}
.slidecontrolls a {
	height:20px;
	width:18px;
	display:block;
	cursor: pointer;
	background: transparent url(../images/aviaslider/controlls.gif) center bottom no-repeat;
	float:left;
	outline: none;
}
.slidecontrolls a:hover, .slidecontrolls .active_item {
	background: transparent url(../images/aviaslider/controlls.gif) center top no-repeat;
}
.feature_excerpt {
	width:610px;
	position: absolute;
	display: block;
	bottom: 0;
	left:0;
	z-index: 2;
	padding:14px 15px;
	font-size: 11.5px;
	line-height:1.5em;
	cursor: pointer;
	background: #000;
	color: #fff;
}
.feature_excerpt strong {
	display: block;
	font-size: 15px;
	padding-bottom: 3px;
}
/**************************************************************************************/

#content {
	position:relative;
	margin:0 auto 0 auto;
	width:980px;
	min-height: 300px;
	padding:0 0 20px 0;
	text-align:left;
	clear:both;
}
/* Workaround "min-height" bis IE 6 */
* html #content {
	height: 300px;
}
.contentwrap {
	position:relative;
	width:100%;
	float:left;
}
.submenue_headline {
	position:relative;
	width:366px;
	height:100px;
	text-align:left;
	float:left;
	padding:0;
}
.submenue_headline_pic {
	width:592px;
	height:100px;
	text-align:left;
	float:left;
	padding:0;
}
.submenue_headline h1 {
	font-size:16px;
	color:#535353;
	margin:70px 0 0 25px;
}
.leftcol_shadow {
	position:relative;
	width:285px;
	text-align:center;
	float:left;
	padding:0;
	background: url(../images/shared/bg_leftcol_shadow.jpg) bottom repeat-y;
}
.leftcol_shadowNEU {
	position:absolute;
	width:287px;
	height: 482px;
	text-align:center;
	left:0;
	top:40px;
	background: url(../images/shared/bg_leftcol_shadow.png) top no-repeat;
	z-index:100;
}
.leftcol_start {
	position:relative;
	width:285px;
	text-align:left;
	float:left;
	padding:22px 0 20px 0;
	background: url(../images/shared/bg_leftcol_start.jpg) no-repeat;
}
.leftcol_startNEU {
	width:285px;
	text-align:left;
	float:left;
	padding:22px 0px 20px 0px;
	background: url(../images/shared/bg_leftcol_start.png) no-repeat;
}
.leftcol_start p {
	width:243px;
	text-align:left;
	margin:10px 0 10px 21px;
}
.leftcol_startNEU p {
	width:243px;
	text-align:left;
	margin:10px 0px 10px 21px;
}
.leftcol {
	position:relative;
	width:285px;
	text-align:left;
	float:left;
	min-height: 80px;
	padding:22px 0 20px 0;
	background: url(../images/shared/bg_leftcol.jpg) bottom no-repeat;
}
.leftcol p {
	width:243px;
	text-align:left;
	margin:10px 0 10px 21px;
}
#standortauswahl {
	width:243px;
	text-align:left;
	margin:10px 0 10px 21px;
}
/* Workaround "min-height" bis IE 6 */
* html .leftcol {
	height: 80px;
}
.leftcol_empty {
	position:relative;
	width:285px;
	text-align:center;
	float:left;
	padding:22px 0 20px 0;
}
.maincontent_start {
	position:relative;
	width:500px;
	text-align:left;
	float:left;
	margin:20px 0 0 80px;
	padding:0;
}
.maincontent_short {
	position:relative;
	width:240px;
	text-align:left;
	float:left;
	margin:20px 0 0 80px;
	padding:0;
}
.maincontent_short_teaser {
	position:relative;
	width:330px;
	text-align:left;
	float:left;
	margin:20px 0 0 80px;
	padding:0;
}
.maincontent_short_teaserNEU {
	position:relative;
	width:300px;
	text-align:left;
	float:left;
	margin:20px 0 0 365px;
	padding:0;
}
.maincontent_long {
	position:relative;
	width:592px;
	text-align:left;
	padding:20px 0 0 81px;
	float:left;
}

/******* TEASER-BUTTONS STARTSEITE (Newsletter, Probefahrt, Service etc.)  **************************************************/


.leftcol a.teaser-bttn {
	margin-left:20px;
	
}

a.teaser-bttn {
	position:relative;
	float:left;
	display:block;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	line-height:2em;
	width:243px;
	height:50px;
	margin:4px 0 4px 0;
	background:url(../images/buttons/teaserbutton.png) no-repeat;
		
}
a:hover.teaser-bttn {
	color:#CCC;
	text-decoration:none;

}
.teaser-bttn a:hover {
	color:#CCC;
	text-decoration:none;
}
.anfrage {
	padding:8px 0 0 12px;
	background:url(../images/buttons/icon-anfrage.png) 200px 8px no-repeat;
	display:block;
}
.anfrage:hover {
	background:url(../images/buttons/icon-anfrage-on.png) 200px 8px no-repeat;
	display:block;
}
.probefahrt {
	padding:8px 0 0 12px;
	background:url(../images/buttons/icon-probefahrt.png) 200px 8px no-repeat;
	display:block;
}
.probefahrt:hover {
	background:url(../images/buttons/icon-probefahrt-on.png) 200px 8px no-repeat;
	display:block;
}
.newsletter {
	padding:8px 0 0 12px;
	background:url(../images/buttons/icon-newsletter.png) 200px 8px no-repeat;
	display:block;
}
.newsletter:hover {
	background:url(../images/buttons/icon-newsletter-on.png) 200px 8px no-repeat;
	display:block;
}
.service {
	padding:8px 0 0 12px;
	background:url(../images/buttons/icon-service.png) 200px 8px no-repeat;
	display:block;
}
.service:hover {
	background:url(../images/buttons/icon-service-on.png) 200px 8px no-repeat;
	display:block;
}

/******* NEWS-TEASER STARTSEITE  **************************************************/

.maincontent_teaser {
	width:243px;
	text-align:left;
	float:right;
	margin:20px 0 0 0;
	padding:0 22px 0 20px;
}
.maincontent_teaserNEU {
	width:243px;
	height:500px;
	text-align:left;
	float:right;
	margin:20px 0 0 0;
	padding:0 22px 0 20px;
}
.maincontent_teaser h3 {
	margin:0;
	padding:0 12px 0 12px;
	width:219px;
	line-height:16px;
	text-align:right;
	color:#FFFFFF;
	background-color:#999999;
}
.maincontent_teaserNEU h3 {
	margin:0;
	padding:0 12px 0 12px;
	width:219px;
	line-height:16px;
	text-align:right;
	color:#FFFFFF;
	background-color:#999999;
}
.maincontent_teaser_text {
	margin:8px 0 0 0;
	padding:0;
	width:243px;
	color:#333333;
}
.maincontent_teaser_text a {
	font-weight:bold;
	text-decoration:none;
}
.maincontent_teaser p {
	margin-left:0;
}
.maincontent_teaserNEU p {
	margin-left:0;
	margin-bottom:20px;
}
.button_mehr {
	margin:4px 0 20px 0;
	padding:0;
	width:243px;
}
.maincontent_teaser a {
	margin:0;
	padding:0;
}
.rightcol {
	position:relative;
	width:300px;
	text-align:left;
	float:left;
	padding:20px 0 20px 0;
}

/******* AKTIONEN MEHRSPALTIG  **************************************************/

.teaser_short {
	float:left;
	margin:0 10px 10px 0;
	padding:0;
	width:187px;
	min-height: 330px;
	text-align:left;
	background:#EEE;
	border-bottom:1px solid #CCCCCC;
	cursor:pointer;
	text-decoration:none;
}

/* Workaround "min-height" bis IE 6 */
* html .teaser_short {
	height:330px;
}

.teaser_short:hover {
	text-decoration:none;
	background-color:#FAFAFA;
}

.teaser_short a {
	text-decoration:none;
	width:100%;
}
.teasertext_short a {
	text-decoration:none;
}
.teasertext_short a:hover {
	text-decoration:none;
}

.teaserimage_short {
	float: left;
	display:inline;
	margin:10px;
	border:#999999 1px solid;
	cursor:pointer;
}
.teaserimage_short h3 {
	width:160px;
	margin:0;
	padding-left:3px;
	background:#999999;
	color:#FFFFFF;
}

.teasertext_short {
	float:left;
	width:170px;
	min-height: 90px;
	margin-left:10px;
	padding:0 0 10px 0;
	text-align:left;
	cursor:pointer;
	color:#666666;
	line-height:14px;
}

/* Workaround "min-height" bis IE 6 */
* html .teasertext_short {
	height: 90px;
}

.teasertext_short h2 {
	margin:0px;
	padding:0px;
	color:#E2001A;
	font-size:13px;
	line-height:13px;
	font-weight:bold;
}

/******* AKTIONEN LANG  **************************************************/

.container_teaser {
	float:left;
	width:592px;
}
.teaser_long {
	float:left;
	margin:0 0 10px 0;
	padding:0;
	width:592px;
	min-height: 90px;
	text-align:left;
	background:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	cursor:pointer;
	text-decoration:none;
}
/* Workaround "min-height" bis IE 6 */
* html .teaser_long {
	height: 90px;
}
.teaser_long:hover {
	text-decoration:none;
	background-color:#FAFAFA;
}
.teaser_long a {
	text-decoration:none;
	width:100%;
}
.teaser_long_jobs {
	float:left;
	margin:0 0 10px 0;
	padding:0;
	width:592px;
	min-height: 90px;
	text-align:left;
	border-bottom:1px solid #CCCCCC;
	text-decoration:none;
	background-color:#FFFFFF;
}
/* Workaround "min-height" bis IE 6 */
* html .teaser_long_jobs {
	height: 90px;
}
.teaser_long_jobs:hover {
	text-decoration:none;
	background-color:#FAFAFA;
}
.teaser_long_jobs a {
	text-decoration:none;
	width:100%;
}
.teasertext_jobs {
	float:left;
	width:100%;
	min-height: 90px;
	padding:0 0 10px 0;
	text-align:left;
}
/* Workaround "min-height" bis IE 6 */
* html .teasertext_jobs {
	height: 90px;
}
.teasertext a {
	text-decoration:none;
}
.teasertext a:hover {
	text-decoration:none;
}
.teaserimage {
	float: left;
	display:inline;
	margin:0 0 10px 0;
	border:#999999 1px solid;
	cursor:pointer;
}
.teaserimage h3 {
	width:117px;
	margin:0;
	padding-left:3px;
	background:#999999;
	color:#FFFFFF;
}
.teasertext {
	float:left;
	width:458px;
	min-height: 90px;
	margin-left:10px;
	padding:0 0 10px 0;
	text-align:left;
	cursor:pointer;
	color:#666666;
}
/* Workaround "min-height" bis IE 6 */
* html .teasertext {
	height: 90px;
}
.aktionentext {
	width:592px;
	min-height: 100px;
	padding:0;
	text-align:left;
	color:#666666;
}
/* Workaround "min-height" bis IE 6 */
* html .aktionentext {
	height: 100px;
}
.aktionenimage {
	width:200px;
	float:left;
	display:inline;
	margin:0 20px 10px 0;
}
.aktionenimage h3 {
	width:199px;
	margin:0;
	padding-left:3px;
	background:#999999;
	color:#FFFFFF;
}
.aktionen_linkbox {
	width:572px;
	min-height: 10px;
	margin: 20px 0 0 0;
	padding:10px 10px 10px 10px;
	text-align:left;
	color:#666666;
	background-color:#f2f2f2;
}
/* Workaround "min-height" bis IE 6 */
* html .aktionen_linkbox {
	height: 10px;
}
.preis {
	margin:0;
	padding:0;
	color:#333333;
	font-size:14px;
	font-weight:bold;
}
.teasertext h2 {
	margin:0;
	padding:0;
	color:#E2001A;
	font-size:14px;
	font-weight:bold;
}
.teasertext_jobs h2 {
	margin:0;
	padding:0;
	color:#E2001A;
	font-size:14px;
	font-weight:bold;
}
form .jumpmenu {
	width:230px;
	margin:4px 0 0 0;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.pagination {
	float:right;
	width:592px;
	height:30px;
	padding:0;
	margin:0 8px 0 0;
	text-align:right;
}
.pagination a {
	padding:1px 4px;
	text-decoration:none;
	border:1px solid #CCCCCC;
	margin:0px 0px 0px 2px;
	color:#666666;
}
.pagination a:hover {
	background: #CCCCCC;
	color:#FFFFFF;
	border:1px solid #CCCCCC;
}
.pagination span, .pagination span.nextprev {
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#CCCCCC;
	padding:1px 4px;
	margin:0 0 0 2px;
}
.pagination span.current {
	background:#CCCCCC;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	margin:0 0 0 2px;
	font-weight:bold;
}
ul.itemlist li {
	display:block;
	margin:0;
	padding:0;
	height:18px;
	line-height:18px;
}
ul.itemlist li.www {
	display:block;
	margin:0;
	padding:0 0 0 15px;
	line-height:18px;
	background: url(../images/shared/icon_www.gif) no-repeat;
}
ul.itemlist li.link {
	display:block;
	margin:0;
	padding:0 0 0 15px;
	line-height:18px;
	background: url(../images/shared/icon_link.gif) no-repeat;
}
ul.itemlist li.download {
	display:block;
	margin:0;
	padding:0 0 0 15px;
	line-height:18px;
	background: url(../images/shared/icon_download.gif) no-repeat;
}
ul.itemlist li.email {
	display:block;
	margin:0;
	padding:0 0 0 15px;
	line-height:18px;
	background: url(../images/shared/icon_email.gif) no-repeat;
}
/******* GEBRAUCHTWAGENSUCHE  **************************************************/

.iframe {
	position:absolute;
	width:760px;
	height:1000px;
	top: 80px;
	left:80px;
}
/******* TEAM LANG  **************************************************/

div.team {
	float:left;
	display:inline;
	margin:0 0 20px 0;
	padding:0 0 5px 0;
	width:592px;
	text-align:left;
	border-bottom:1px solid #c3c5c8;
}
div.teamimage {
	width:125px;
	float:left;
	display:inline;
	margin:0;
	padding-bottom:10px;
}
div.teamtext {
	float:left;
	width:447px;
	display:inline;
	margin:0 0 0 20px;
	padding:0;
}
ul.teamlist {
	list-style: none;
	margin:0 0 0 0;
	padding:0;
}
ul.teamlist li {
	display:block;
	margin:0;
	padding:0;
	height:18px;
	line-height:18px;
	font-size:12px;
	color:#777777;
}
ul.teamlist li a {
	color:#666666;
	text-decoration:underline;
}
ul.teamlist li a:hover {
	color:#333333;
	text-decoration:none;
}
ul.teamlist li.email {
	display:block;
	margin:0;
	padding:0 0 0 14px;
	height:18px;
	line-height:18px;
	background: url(../images/shared/icon_email.gif) no-repeat;
}
ul.teamlist li.tel {
	display:block;
	margin:0;
	padding:0 0 0 12px;
	height:18px;
	line-height:18px;
	background: url(../images/shared/icon_phone.gif) no-repeat;
}
ul.teamlist li.mobil {
	display:block;
	margin:0;
	padding:0 0 0 12px;
	height:18px;
	line-height:18px;
	background: url(../images/shared/icon_mobil.gif) no-repeat;
}
ul.teamlist li.fax {
	display:block;
	margin:0;
	padding:0 0 0 12px;
	height:18px;
	line-height:18px;
	background: url(../images/shared/icon_fax.gif) no-repeat;
}
/******* TEAM KURZ  **************************************************/

div.team_short {
	float:left;
	display:inline;
	margin:0 10px 10px 0;
	padding:0;
	width:285px;
	height:130px;
	text-align:left;
	background:#EEE;
	border-bottom:1px solid #c3c5c8;
}
div.teamimage_short {
	position:relative;
	width:60px;
	height:50px;
	overflow:hidden;
	float:left;
	/*display:inline;*/
	margin:10px;
	padding-bottom:10px;
	border:1px solid #999;
}
div.teamimage_short img {
	position:absolute;
	left:-15px;
	clip:rect(0px, 75px, 60px, 0px);
}
div.teamtext_short {
	float:left;
	width:200px;
	display:inline;
	margin:5px 0 0 0;
	padding:0;
}
ul.teamlist_short {
	list-style: none;
	margin:0 0 0 0;
	padding:0;
}
ul.teamlist_short li {
	display:block;
	margin:0;
	padding:0;
	line-height:16px;
	font-size:11px;
	color:#777777;
}
ul.teamlist_short li a {
	color:#666666;
	text-decoration:underline;
}
ul.teamlist_short li a:hover {
	color:#333333;
	text-decoration:none;
}
ul.teamlist_short li.headline {
	font-size:12px;
	line-height:18px;
}
ul.teamlist_short li.email {
	display:block;
	margin:0;
	padding:0 0 0 14px;
	height:18px;
	line-height:18px;
	background: url(../images/shared/icon_email.gif) no-repeat;
}
ul.teamlist_short li.tel {
	display:block;
	margin:0;
	padding:0 0 0 12px;
	height:18px;
	line-height:18px;
	background: url(../images/shared/icon_phone.gif) no-repeat;
}
ul.teamlist_short li.mobil {
	display:block;
	margin:0;
	padding:0 0 0 12px;
	height:18px;
	line-height:18px;
	background: url(../images/shared/icon_mobil.gif) no-repeat;
}
ul.teamlist_short li.fax {
	display:block;
	margin:0;
	padding:0 0 0 12px;
	height:18px;
	line-height:18px;
	background: url(../images/shared/icon_fax.gif) no-repeat;
}

/******* FOOTER  **************************************************/

.sitewrap {
	 position:relative;
	 width:100%;
	 height:70px;
	 float:left;
	 margin:0 0 0 0;
	 background: url(../images/shared/bg_footer.gif) repeat-x;
}
#site {
	position:relative;
	width:980px;
	height:70px;
	margin:0 auto 0 auto;
	padding:0;
	font-size:11px;
	color:#999999;
}
#EHLine {
	position:relative;
	float:left;
	width:200px;
	margin:-10px 0 0 21px;
}
#sitelinks {
	position:relative;
	float:right;
	width:500px;
	margin:31px 15px 0 0;
	text-align:right;
}
.footerwrap {
	position:relative;
	width:100%;
	float:left;
	margin:0;
}
#footer {
	position:relative;
	width:980px;
	height:115px;
	margin:0 auto 0 auto;
	padding:0;
	font-size:11px;
	color:#999999;
}
#footer a {
	color:#535353;
	text-decoration:none;
}
#footer a:hover {
	color:#535353;
	text-decoration:underline;
}
#footertext {
	position:relative;
	width:500px;
	margin-top:10px;
	padding:0;
	float:left;
	text-align:left;
}
#metanavi {
	position:relative;
	width:430px;
	margin:7px 15px 0 0;
	float:right;
	text-align:right;
}

/******* JQUERY SIMPLE NOTIFICATIONS  **************************************************/


.ttw-simple-notification-wrapper{
    padding:0 10px;
    width:314px;
}

 .ttw-simple-notification-tmp{
     position:absolute;
    opacity:0;
     z-index:-1;
     bottom:-9999999px;
     right:-9999999px;
}
.ttw-simple-notification {
    display:none;
    opacity:0;
    min-height: 44px;
    width: 294px;
    padding:9px;
    margin:10px 0;
    border: 1px solid #000;
    position: relative;
    box-shadow: inset 0 0 2px rgba(255, 255, 255, .3), 0 0 6px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, .3), 0 0 6px rgba(0, 0, 0, .7);
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, .3), 0 0 6px rgba(0, 0, 0, .7);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: -moz-linear-gradient(top, rgba(76, 76, 71, 0.9) 0%, rgba(76, 76, 71, 0.9) 1%, rgba(58, 57, 52, 0.9) 44%, rgba(47, 45, 41, 0.9) 45%, rgba(29, 27, 20, 0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(76, 76, 71, 0.9)), color-stop(1%, rgba(76, 76, 71, 0.9)), color-stop(44%, rgba(58, 57, 52, 0.9)), color-stop(45%, rgba(47, 45, 41, 0.9)), color-stop(100%, rgba(29, 27, 20, 0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(76, 76, 71, 0.9) 0%, rgba(76, 76, 71, 0.9) 1%, rgba(58, 57, 52, 0.9) 44%, rgba(47, 45, 41, 0.9) 45%, rgba(29, 27, 20, 0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(76, 76, 71, 0.9) 0%, rgba(76, 76, 71, 0.9) 1%, rgba(58, 57, 52, 0.9) 44%, rgba(47, 45, 41, 0.9) 45%, rgba(29, 27, 20, 0.9) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(76, 76, 71, 0.9) 0%, rgba(76, 76, 71, 0.9) 1%, rgba(58, 57, 52, 0.9) 44%, rgba(47, 45, 41, 0.9) 45%, rgba(29, 27, 20, 0.9) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b34c4c47', endColorstr = '#b31d1b14', GradientType = 0); /* IE6-9 */
    background: linear-gradient(top, rgba(76, 76, 71, 0.9) 0%, rgba(76, 76, 71, 0.9) 1%, rgba(58, 57, 52, 0.9) 44%, rgba(47, 45, 41, 0.9) 45%, rgba(29, 27, 20, 0.9) 100%); /* W3C */
	z-index:100;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.ttw-simple-notification:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.ttw-simple-notification .icon{
    display:none;
}

.ttw-simple-notification.show-icon .icon{
    display:block;
    height:43px;
    width:43px;
    border:1px solid #000;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    box-shadow: inset 0 0 2px rgba(255, 255, 255, .2), 0 0 5px rgba(0, 0, 0, .47);
    -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, .2), 0 0 5px rgba(0, 0, 0, .47);
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, .2), 0 0 5px rgba(0, 0, 0, .47);
    float:left;
    background:transparent url(../images/buttons/icon-probefahrt.png) no-repeat center center scroll;
}

.ttw-simple-notification .message{
    width:293px;
    color:#aaa;
    text-shadow:0 1px 2px rgba(0, 0, 0, .69);
    float:left;
    font-family:arial, sans-serif;
    font-size:12px;
    font-weight:bold;
    position:relative;
    top:2px;
}

.ttw-simple-notification.show-icon .message{
    width:237px;
    margin-left:12px;
}

.ttw-simple-notification .message a{
    color:#fff;
    text-decoration:none;
}

.ttw-simple-notification .message a:hover{
    text-decoration:underline;
}

.ttw-simple-notification .close {
    width: 17px;
    height: 17px;
 /*   border: 1px solid #000;*/
    display: block;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
/*    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;*/
    background: transparent url(../images/buttons/close.gif) no-repeat; /* Old browsers */
    /*background: -moz-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(45, 45, 45, 1) 50%, rgba(32, 32, 32, 1) 51%, rgba(37, 37, 37, 1) 100%);  FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(76, 76, 76, 1)), color-stop(50%, rgba(45, 45, 45, 1)), color-stop(51%, rgba(32, 32, 32, 1)), color-stop(100%, rgba(37, 37, 37, 1)));  Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(45, 45, 45, 1) 50%, rgba(32, 32, 32, 1) 51%, rgba(37, 37, 37, 1) 100%);  Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(45, 45, 45, 1) 50%, rgba(32, 32, 32, 1) 51%, rgba(37, 37, 37, 1) 100%);  Opera11.10+ */
    /*background: -ms-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(45, 45, 45, 1) 50%, rgba(32, 32, 32, 1) 51%, rgba(37, 37, 37, 1) 100%);  IE10+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4c4c4c', endColorstr = '#252525', GradientType = 0);  IE6-9 */
    /*background: linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(45, 45, 45, 1) 50%, rgba(32, 32, 32, 1) 51%, rgba(37, 37, 37, 1) 100%);  W3C */
	z-index:200;
}

/*
.ttw-simple-notification .close:after {
    content: 'x';
    position: absolute;
    top: 0px;
    left: 5px;
    color: #4C4C4C;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
}

.ttw-simple-notification .close:hover:after {
    color: #bbb;
}
*/
