@charset "UTF-8";
/* CSS Document */

body
{
	background-color: #13a7f1;
	background-color: #9ee0fc;
	background-color: #dcedf5;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 15px;
	line-height: 15px;
	/* background-image: url(../img/body_bg_2.jpg);
	background-repeat: repeat-x; */
	margin: 0;
	color: #666666;
}

div#rahmen
{
	float: left;
	margin: 0;
	padding: 0;
	width: 970px;
	/* background-image: url(../img/rahmen_bg.png);
	background-position: top;
	background-repeat: repeat-y; */ 
	border-right: 1px solid #d4f1ff;
	border-bottom: 1px solid #d4f1ff;
}

div#bannerholder
{
	float: left;
	position: relative;
	bottom: 0;
	/* left: 15px; */
	text-align: left;
	width: 970px;
	height: 208px;
}

* html div#bannerholder
{
	height: 208px;
	overflow: hidden;
}

div#banner
{
	float: left;
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	width: 970px;
	height: 133px;
	background-color: #ececec;
	background-image: url(/images/banner/ahg_start_banner.jpg);
}

div#brands
{
	float: left;
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	width: 765px;
	height: 75px;
	background-image: url(../img/brand_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: right;
	color: #ffffff;
	padding-right: 205px;
	background-color: #f3f3f3;
}

* html div#brands
{
	padding-top: 2px;
	height: 74px;
}

div#contentholder
{
	float: left;
	position: relative;
	bottom: 0;
	/* left: 15px; */
	text-align: left;
	width: 930px;
	padding: 20px 20px 0 20px;
	background-image: url(../img/content_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

* html div#contentholder
{
	width: 930px;
	overflow: hidden;
}

div#navi
{
	float: left;
	position: relative;
	width: 200px;
	text-align: left;
}

div#pages
{
	float: left;
	position: relative;
	width: 730px;
	padding-bottom: 20px;
	background-image: url(../img/pages_bg.jpg);
	background-repeat: repeat-x;
}

div#contentpages
{
	float: left;
	position: relative;
	width: 710px;
	margin-left: 5px;
	min-height: 450px;
}

*+html div#contentpages
{
	min-height: 450px;
}

* html div#contentpages
{
	height: 450px;
	width: 710px;
}

div#actions
{
	float: left;
	width: 195px;
	margin-top: 0;
	background-image: url(images/actions_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

* html div#actions
{
	width: 170px;
}

div#actions a, div#actions a:link
{
	text-decoration: none;
	color: #0070a8;
}

div#actions p
{
	float: left;
	padding: 15px 10px;
	color: #333333;
	font-weight: bold;
}

div#footer
{
	/* border-top: 1px dotted #bfe2f4; */
	/* padding-top: 10px; */
	clear: both;
	float: left;
	text-align: center;
	font-size: 11px;
	width: 970px;
	padding: 10px 0;
	margin: 0;
	background-color: #9ee0fc;
	background-color: #ffffff;
	color: #666666;
}

div#footer a, div#footer a:link, div#footer a:visited, div#footer a:active
{
	color: #0070a8;
	color: #666666;
}

/* FORMULARE */

div#navi input
{
	float: left;
	border-left: 0;
	border-top: 1px solid #9a9b9b;
	border-right: 0;
	border-bottom: 1px solid #9a9b9b;
	margin: 0;
	padding: 3px 0 0 0;
	height: 14px;
	text-indent: 10px;
	width: 134px;
	background-image: url(../img/schatten_input_search.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

*+html div#navi input
{
	padding: 3px 10px;
	height: 11px;
	width: 114px;
}

div#navi .submit
{
	float: left;
	border: 1px solid #0070a8;
	background-color: #0070a8;
	margin: 0;
	padding: 0;
	width: 21px;
	height: 19px;
	color: #ffffff;
	text-indent: 0;
	background-image: none;
}

div#contentpages label, div#contentpages input, div#contentpages textarea
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
}

div#contentpages label
{
	clear: both;
	width: 150px;
	font-weight: bold;
	margin-bottom: 13px;
	background-color: #d6e7f0;
	color: #0070a8;
}

div#contentpages input, div#contentpages textarea, div#contentpages select
{
	font-size: 13px;
}

select
{
	font-size: 13px;
	color: #666666;
}

div#contentpages .submit
{
	margin-top: 10px;
	background-color: #0070a8;
	padding: 2px 10px;
	color: #ffffff;
}

/* LISTEN */

div#navi ul
{
	clear: both;
	float: left;
	margin-top: 10px;
	padding-left: 18px;
	width: 135px;
}

* html div#navi ul
{
	padding: 0;
	margin-left: 8px;
	left: 0;
}

*+html div#navi ul
{
	padding: 0;
	margin-left: 0px;
	left: 0;
}

div#navi li
{
	padding: 8px 0 0 0;
	margin: 0;
	list-style-image: url(../img/li_navi.jpg);
	list-style-position: outside;
}

*+html div#navi li
{
	margin-left: 15px;
}

/* LINKS */

div#brands a, div#brands a:link, div#brands a:visited, div#brands a:active
{
	color: #ffffff;
	text-decoration: none;
}

div#navi a, div#navi a:link, div#navi a:visited, div#navi a:active
{
	color: #000000;
	text-decoration: none;	
}

div#contentpages a, div#contentpages a:link, div#contentpages a:visited, div#contentpages a:active
{
	color: #0070a8;
	text-decoration: none;	
}

div#footer a, div#footer a:link, div#footer a:visited, div#footer a:active
{
	color: #000000;
	text-decoration: none;	
}

div#brands a:hover
{
	color: #333333;
	text-decoration: none;	
}

div#footer a:hover, div#navi a:hover
{
	color: #0070a8;
	text-decoration: none;	
}

/* */

h1
{
	margin-top: 0;
	font-size: 16px;
	color: #0070a8;
}

strong
{
	font-weight: bold;
}

.blue
{
	color: #0070a8;
}

/* NEWS */

.newscontainer
{	
	float: left;
	width: 645px; 
	overflow: hidden;
	background-image: url(images/furtherinformation_back.jpg);
	background-repeat: repeat-x;
}

.newsholder
{
	float: left;
	padding-left: 15px;
	background-color: #ffffff;
}

.newstext
{
	background-color: #ffffff;
}

.newspicbig
{
	background-color: #ffffff;
}

.newsbox
{
	position: relative;
	float: left;
	width: 160px;
	height: 120px;
	padding-bottom: 10px;
	background-color: #ffffff;
	background-image: url(../img/schatten.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	background-repeat: repeat-x;
	border-top: 1px solid #ececec;
}

* html .newsbox
{
	height: 120px;
	border-bottom: 1px solid #ececec;
}

.newsboxpic
{
	float: left;
	position: relative;
	width: 160px;
	height: 80px;
	overflow: hidden;
}

.newsboxtext
{
	float: left;
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 130px;
	height: 55px;
	z-index: 2;
	/* overflow: hidden; */
}

* html .newsboxtext
{
	position: relative;
	margin-left: 20px;
	height: 45px;
}

.newsboxtext a, .newsboxtext a:link
{
	color: #000000;
	text-decoration: none;
} 

.newsboxtext p
{
	margin: 0;
	padding: 0;
}

.newspicbig
{
	float: left;
	width: 505px;
	height: 100px;
	background-color: #ffffff;
	overflow: hidden;
}

.newstext
{
	clear: both;
	float: left;
	margin-top: 20px;
	width: 505px;
}

.newsback
{
	clear: both;
	float: left;
	width: 505px;
	margin-top: 10px;
}

/* AKTIONEN */

.actionhead
{
	float: left;
	clear: both;
	width: 199px;
	padding: 3px 10px;
	font-weight: bold;
	background-image: url(images/actionback.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}

.actionitem
{
	clear: both;
	float: left;
	width: 199px;
	color: #000000;
	background-color: #ffffff;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 10px;
	border-left: 1px solid #bfe2f4;
	background-image: url(images/actionitem_white_right_back.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.actionitem a, .actionitem a:link
{
	text-decoration: none;
	color: #0070a8;
}

.actionitems
{
	float: left;
	clear: both;
	background-color: #d6edf8;
	padding: 10px;
	width: 199px;
	margin-top: 5px;
	background-image: url(images/further_right_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.gebrauchtwagenitem
{
	clear: both;
	float: left;
	width: 170px;
}

.gebrauchtwagenitem a, .gebrauchtwagenitem a:link
{
	text-decoration: none;
	color: #0070a8;
}

/* AUTOMOBILE */

.automobiletext
{
	float: left;
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 153px;
	height: 65px;
	z-index: 2;
	/* overflow: hidden; */
}

* html .automobiletext
{
	position: relative;
	height: 55px;
	float: right;
	overflow: hidden;
	bottom: 10px;
}

*+html .automobiletext
{
	height: 55px;
}

.breadcrumb
{
	font-size: 10px; color: #666666; margin-top: 0; margin-bottom: 12px;
}

.bold
{
	font-weight: bold;
}

.werbung
{
	float: left;
	/* border-left: 1px solid #bfe2f4; */
	
}

.zitat
{
	font-style: italic;
	clear: both;
	font-weight: bold;
}

h2
{
	font-size: 15px;
	line-height: 19px;
}

.locmarken
{
	margin: 0;
}

*+html .locmarken
{
	margin-top: -12px;
	z-index: 10;
	position: relative;
}

*+html .loccart
{
	margin-top: -30px;
}

.kalendermonat
{
	float: left;
	width: 220px;
	margin-right: 10px;
}

.monatname
{
	background-image:url(images/actionback.jpg); width: 210px; height: 13px; margin-top: 20px; padding: 5px 5px; font-weight: bold;
}

.monattage, .termine
{
	float: left; background-color: #d6edf8; padding: 5px; width: 210px; border-bottom: 1px solid #ffffff;
}

.monattage
{
	font-weight: bold;
}

.wochentag
{
	float: left;
	width: 30px;
	text-align: center;
}

.termineholder
{
	float: left;
	width: 30px;
	border-bottom: 1px solid white; 
	height: 20px;
	text-align: center;
}

.termineholderhighlight
{
	background-color: #91c0dc;
	color: #ffffff;
	text-align: center;
}

.legende
{
	clear: both;
	float: left;
	margin-bottom: 20px;
	width: 700px;
}

.legendeheute
{
	/* clear: both; */
	float: left;
	background-color: #91c0dc;
	width: 12px;
	height: 12px;
}

.legendetermin
{
	/* clear: both; */
	float: left;
	background-color: #0070a8;
	width: 12px;
	height: 12px;
	margin-left: 10px;
}

.terminhighlight
{
	background-color: #0070a8;
}

.legendeerlaeuterung
{
	float: left;
	margin-left: 7px;
}

.monathead
{
	padding: 8px;
}

.sitemap ul
{
	margin: 0 0 0 0;
	margin-top: 20px;
	padding: 0;
	padding-top: 5px;
}

.sitemap li
{
	margin-bottom: 3px;
	list-style-type: none;
	border-bottom: 1px solid #d6edf8;
}

/* back */

.backbtn
{
	clear: both; 
	float: left; 
	width: 688px; 
	border-top: 1px dotted #bfe2f4; 
	border-bottom: 1px dotted #bfe2f4; 
	padding: 5px; 
	text-align: left;
	margin: 15px 0;
	bottom: 0;
}

.backbtn a, .backbtn a:link
{
	text-decoration: none;
	color: #0070a8;
}

.slogan
{
	clear: both; 
	text-align: right; 
	/* border-bottom: 1px solid #b7b7b7; */
}

ul, li
{
	list-style-type: none;
}

li
{
	padding: 1px 0;
}