* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background: transparent;
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
	font-weight: normal;
	border: 0px solid grey;
	outline: none;
}

#container {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -415px;
	width: 830px;
	height: 1000px;
}

#container .header {
	display: block;
	height: 85px;
}

#container .header h1 {
	color: #2F466E;
	font-size: 32px;
}

#container .header h3 {
	color: #6D6D6D;
	font-size: 14px;
}

#container .corner_top_left,
#container .corner_top_right,
#container .corner_bottom_left,
#container .corner_bottom_right {
	background: transparent no-repeat top left;
	position: absolute;
	width: 10px;
	height: 10px;
}

#container .corner_top_left {
	background-image: url('../img/corner_top_left.gif');
	top: 0px;
	left: 0px;
}

#container .corner_top_right {
	background-image: url('../img/corner_top_right.gif');
	top: 0px;
	right: 0px;
}

#container .corner_bottom_left {
	background-image: url('../img/corner_bottom_left.gif');
	bottom: 0px;
	left: 0px;
}

/*\*/ * html #container .teaser .corner_bottom_left {
	bottom: -6px;
} /**/

#container .corner_bottom_right {
	background-image: url('../img/corner_bottom_right.gif');
	bottom: 0px;
	right: 0px;
}

/*\*/ * html #container .teaser .corner_bottom_right {
	bottom: -6px;
} /**/

#container .teaser {
	display: block;
	height: 300px;
	position: relative;
	overflow: hidden;
}

#container .teaser h3 {
	color: #FFFFFF;
	font-size: 22px;
	/*font-weight: bold;*/
	margin: 15px 20px 0px 20px;
	padding: 10px 0px 0px 0px;
	background: transparent url('../img/ico_teaser_headline.gif') no-repeat -2px 0px;
}

#container .teaser p {
	color: #FFFFFF;
	margin: 10px 20px 0px 20px;
}

#container .teaser ul {
	margin: 10px 20px 0px 20px;
	list-style-position: outside;
}

#container .teaser ul li {
	color: #FFFFFF;
	margin: 0px 0px 0px 20px;
}

#container .teaser a {
	color: #FFFFFF;
	text-decoration: underline;
}

#container .teaser .first,
#container .teaser .second,
#container .teaser .third,
#container .teaser .fourth {
	display: block;
	width: 200px;
	height: 290px;
	color: #FFFFFF;
	background: #8E999F;
	position: absolute;
	top: 0px;
}

#container .teaser .first {
	left: 0px;
}

#container .teaser .second {
	left: 210px;
}

#container .teaser .third {
	right: 210px;
}

#container .teaser .fourth {
	right: 0px;
}

#container .navi {
	background: transparent url('../img/bg_navi.gif') repeat-x top left;
	height: 50px;
	position: relative;
}

#container .navi ul {
	position: absolute;
	top: 20px;
	left: 0px;
}

#container .navi ul li {
	display: inline;
	list-style-type: none;
}

#container .navi ul li a {
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 15px;
	background: transparent url('../img/ico_link_navi.gif') no-repeat 0px 4px;
	margin: 0px 35px 0px 55px;
}

#container .content {
	background: #B1CCE7;
	position: relative;
	padding: 0px 0px 30px 0px;
}

/*\*/ * html #container .content .corner_bottom_right {
	bottom: 100px;
} /**/

#container .content #special,
#container .content #privacy,
#container .content #imprint,
#container .content #carlist,
#container .content #service,
#container .content #waypath,
#container .content #aboutus,
#container .content #contact {
	display: none;
}

#container .content #aboutus {
	display: block;
}

#container .content #carlist iframe {
	width: 800px;
	height: 600px;
	margin-left: 10px;
}

#container .content #waypath #map {
	width: 800px;
	height: 600px;
	margin-left: 10px;
	/*border: 1px solid #2F466E;*/
}

#container .content #contact form {
	margin-left: 10px;
}

#container .content #contact form .line {
	display: block;
	margin: 0px 0px 10px 0px;
}

#container .content #contact form .filter_line {
	display: none;
}

#container .content #contact form .line label {
	float: left;
	width: 150px;
	display: block;
	color: #2F466E;
}

#container .content #contact form .line input.text {
	width: 300px;
	border: 1px solid #2F466E;
	background: #FFFFFF;
}

#container .content #contact form .line textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #2F466E;
	background: #FFFFFF;
}

#container .content #contact a.button {
	color: #2F466E;
	text-transform: uppercase;
}

#container .content h2 {
	display: block;
	color: #2F466E;
	font-size: 18px;
	padding: 10px 10px 10px 10px;
	clear: both;
}

#container .content h3 {
	padding: 10px 10px 10px 10px;
	color: #2F466E;
	display: block;
	font-size: 14px;
	font-weight: bold;
}


#container .content p {
	color: #2F466E;
	margin: 10px 0px 0px 10px;
	clear: both;
}

#container .content p a {
	color: #2F466E;
	font-weight: bold;
}

#container .content .left,
#container .content .center,
#container .content .right {
	color: #2F466E;
	width: 250px;
	float: left;
}

#container .content .center,
#container .content .right {
	padding-left: 10px;
	margin-left: 25px;
	border-left: 1px solid #2F466E;
}


#container .content .clear {
	clear: both;
}

#container .content ul {
	margin: 10px 10px 20px 20px;
	list-style-position: outside;
}

#container .content ul li {
	color: #2F466E;
	margin: 0px 0px 0px 10px;
}

#container .footer {
	margin: 10px 0px 0px 0px;
	clear: both;
}

#container .footer ul li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}

#container .footer ul li a {
	color: #6D6D6D;
	font-size: 11px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

