/**Layout**/
html{
	height: 100%;
	width:100%;
}
body{
	width:100%;
	height: 100%;
	margin:0px;
	font-family: Arial, sans-serif;
	color:#000000;
	background-color:#dedede;
	background-image:url(../img/body_background.png);
	background-position:center top;
	background-repeat:repeat-x;
	font-size: 12px;
}
#outer_page{
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	width: 950px;
	text-align: left;
}
#logo{
	position: relative;
	float:left;
	height: 81px;
	width: 262px;
	background-image:url(../img/logo.jpg);
}
#header{
	position:relative;
	float: right;
	width: 688px;
	height: 41px;
	background-image:url(../img/header.jpg);
	background-position: right;
	border-bottom:1px solid #000000;
}
#header p{
	color: #FFFFFF;
	text-align: right;
	padding: 6px 18px 6px;
	margin:0px;
}
#header p .header_big{
	font-weight: bold;
}
#menu{
	position: relative;
	text-align:left;
	z-index:99;
	width: 222px;
	margin-left: 18px;
	background-image: url("../img/menu_background.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	border-top: 0px;
	padding: 5px 0px;
}
#content{
	font-size:11px;	
	padding-bottom:5px;
	min-height: 250px;
	_height: 250px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 50px 18px 0;
}
#left_content{
	float:left;
	width:222px;
	text-align: left;
	font-size: 11px;
}
#right_content a:link, #right_content a:active, #right_content a:visited{
	color: #124A72;
}
.left_content_link{
	width:222px;
	height:90px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
.left_content_link b{
	display:block;
	padding:12px 0 8px;
}
#right_content{
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:30px;
	width:665px;
}
.content_headline_text{
	font-weight: bold;
	font-size:14px;		
	display: inline;
	color:#26241e;
	display:none;
}
body.mceContentBody{
	font-size:12px;	
	color:#000000;
	background-color:#FEFEFE;
	background-image:none;
}

body.mceContentBody td{
	font-size:12px;	
	color:#000000;	
}
#footer{
	background-image:url(../img/footer.jpg);
	height:25px;
	border: 1px solid #000000;
	border-top:0px;
	background-repeat:no-repeat;
	line-height:14px;
	text-align:right;
	margin: 0 18px 18px 18px;
	color: #FFFFFF;
}
#footer p{
	margin:0px;
	padding: 5px 18px;
}
#footer a, #footer a:visited, #footer a:active{ 
	color:#ffffff
}

.as24_line_text{
	float:left; 
	width:500px;
	padding-left:10px;
}
.as24_line_price, .as24_line_mileage, .as24_line_year, .as24_line_powerLong{
	float:left; 
	width:100px
}
.as24_line_devider{
	clear:both; 
	height:1px; 
	line-height:1px; 
	margin:5px 0px; 
	border-bottom:1px solid #000000;
}
.car {
	padding: 0;
	margin: 0;
}
.car * {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.car li {
	padding: 5px;
	float: left; 
	width: 145px; 
	height: 110px;
	list-style-type: none;
}
.car a:hover {
	text-decoration: underline;
}
.car .car_name {
	text-align: center;
}

.gallery_picture_link{
	position:relative;
	float: left;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-color:#212121;
	padding: 0px !important;
	margin: 0 15px 5px 0 !important;
	border: 1px solid #124A72 !important;
}
a.gallery_picture_link img{
	display:none;
	right:2px;
	bottom:2px;
	position:absolute;
	border: 0px;
}
a.gallery_picture_link:hover img{
	display: block;
}

/**Allgemeines Layout**/
#map_canvas{
	border:1px solid #000000;
}

div.infobox{
	background-color:#FFFFFF;
	position:absolute;
	width:750px;
	overflow:auto;
	font-size:11px;
	visibility:visible;
	padding:5px;
	border:1px solid #000000;
}

h1, h2{
	text-align:left;
	font-weight:bold;
	font-size:16px;
	padding:0 0 15px 0;
	margin:0px;
}
h3{
	margin:0px;
	padding: 0px 0px 10px 0px;
}
.messagebox{
	border: 1px solid #ffffff;
	background-image:url(../img/body_background.png);
	background-position:center -100px;
	background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
	padding: 20px;
}
#right_content div.messagetext, #right_content div.errortext{
	background:none repeat scroll 0 0 #DFDFDF;
	border:1px solid #000000;
	font-size:12px;
	margin-bottom:10px;
	padding:10px;
}

.news_date,
.newsoverview_date {
  color: #124A72;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.news_shorttext{
	font-weight: bold;
}
.newsoverview_shorttext{
	margin-bottom: 5px;
}

.news_overview_row{
	margin-bottom: 10px;
}


/*****************************************************************************************************/
/*****************************************************************************************************/
/*******************************************   C   M   S   *******************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/

div.locationrow{
	text-align:left;
	padding:6px 6px;
	font-size:13px;
	color:#000000;
	text-transform:uppercase;
	background-image:url(../img/location_background.jpg);
}
div.locationrow a:link,
div.locationrow a:visited,
div.locationrow a:active{
	color:#000000;
}
div.locationrow a:hover{
	text-decoration:underline;
}
div.contentrow{
	text-align:left;
	margin:0 5px;
	padding:0px 10px 10px 10px;
	/*background-image:url(../img/contentrow_background.png);
	border: 1px solid #AAAAAA;*/
}
div.contentrow_border{
	text-align:left;
	padding:3px;
	color:#000000;
	margin:0 5px;
	border-bottom:1px solid #000000; 
	border-left:1px solid #000000; 
	border-right:1px solid #000000; 
	background-color:#EEEEEE;
}
div.editorrow,
div.editorrow_dragbar{
	text-align:left;
	padding:3px;
	border:1px solid #000000;
	background-color:#ACCBEA;
	color:#000000;
	margin:3px 20px 0px 3px;
}

div.boxheadrow{
	text-align:left;
	padding:3px;
	border:1px solid #000000;
	background-color:#000066;
	color:#FFFFFF;
	font-size:9px;
	height:10px;
	line-height:10px;
}
div.boxcontent{
	text-align:left;
	padding:3px;
	border-bottom:1px solid #000000; 
	border-left:1px solid #000000; 
	border-right:1px solid #000000; 
	background-color:#EEEEEE;
}
span.login{
	float:left;width:100px;font-weight:bold;
}
input,
textarea,
select{
	border:0px;
	border:1px solid #AAAAAA;
	font-size:12px;
	padding:2px;
	background-color:#FFFFFF;
	margin-bottom:3px;
	font-family: Arial;
}
input:focus,
textarea:focus,
select:focus{
	background-color:#f8f9a6;
}
input.radio, input.checkbox{
	background-color:#232323; 
	border: 0px;
	margin: 0px 4px 0px 0px;
	padding: 0px;
}
#elm1_tbl{
	width:800px;
	height:400px;
}
#menuEditContainer{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:100px;
	z-index:100;	
}
#menuEditContainer input{
	width:176px;
}
a:link, a:active, a:visited{
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
div.editorrow a:link, a.button:link,
div.editorrow a:active, a.button:active,
div.editorrow a:visited, a.button:visited,
div.editorrow_dragbar a:link,
div.editorrow_dragbar a:active,
div.editorrow_dragbar a:visited{
	color:#000000;
	text-decoration:none;
	background-color:#CCCCCC;
	border:1px solid #000000;
	padding:0px 10px;
	font-weight:normal;
	font-size:11px;
	z-index:100;
}
div.editorrow a:hover, 
div.editorrow_dragbar a:hover{
	background-color:#666666;
	color:#FFFFFF;
}

a.button:link,
a.button:active,
a.button:visited{
	color:#000000;
	text-decoration:none;
	background-color:#CCCCCC;
	border:1px solid #000000;
	padding:2px 10px;
	font-weight:normal;
	font-size:11px;
	z-index:100;
}
a.button:hover{
	background-color:#666666;
	color:#FFFFFF;
}
#contentrow_map_form{
}
#contentrow_map_form a.map_send_button{	
	display:block;
	margin:15px 0px;
	background-image:url(../img/link_icon.jpg);
	background-position: right 2px;
	background-repeat: no-repeat;
	padding-right:15px;
	width:95px;
}
#contentrow_contact{
	margin-top:30px;
}
#directions img {
	border:0px;
}
.FormInputLabel {
	float:left;
	font-weight:bold;
	margin-top:2px;
	padding:2px;
	text-align:left;
	width:150px;
}
.FormInput {
	float:left;
	margin-top:2px;
	padding:2px;
	text-align:left;
}

div.contentrow_border a:link,
div.contentrow_border a:active,
div.contentrow_border a:visited{
	color:#000000;
}

div.errortext{
	color:#EE0000;
}
#guestbook_form{
  margin-top:30px;
}
.guestbook_pagination{
	border-bottom: 1px solid #FF0000;
}
.guestbook_row{
	border-bottom: 1px solid #FF0000;
	padding:10px 0px;
}
.guestbook_row_left{
	float:left;
	width:200px;
}
.guestbook_row_right{
	float:left;
	width:320px;
	padding-left:10px;
}

#shadowbox img{
	border:0px;
}

a img{border:0px}

