﻿


/* --------------- Einstellung für alle Elemente ---------------*/
html * { 
			margin: 0; 
			padding:0; 
		}

body {
	background: url(images/bg_page.jpg) left top repeat-x #a3c8e5;
	text-align: center;
	font-size: 82.50%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #7e7e7e;
}

/* --------------- page ---------------*/
#page {
	width: 850px;
	margin: 0px auto 0px auto;
	text-align: left;
}



/* --------------- Header ---------------*/
#cheader {
	clear: left;
	float: left;
	width:850px;
	height: 304px;
	margin: 19px 0px 0px 0px;
	background: url(images/bg_cheader.jpg) left bottom no-repeat;
}

#logo {
	clear: left;
	float: left;
	width: 230px;
	height: 56px;
}

#hm {
	float: left;
	width: 620px;
	height: 56px;
	font-size: 82.50%;
}
#hm ul {
	margin: 25px 0px 0px 0px;
	list-style-type: none;
}
#hm ul li{
	float: left;
	width: 99px;
	height: 20px;
	margin: 0px 1px 0px 0px;
	padding: 11px 0px 0px 0px;
	background: url(images/bg_hm.gif) left top no-repeat;
	list-style-type: none;
	text-align: center;
}
#hm ul li a{
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-transform: lowercase;
}
#hm ul li a.active{
	color: #000;
}

#slogan {
	clear: left;
	float: left;
	width: 155px;
	height: 80px;
	margin: 55px 0px 0px 50px;
	text-align: right;
	color: #fff;
	line-height: 1.5em;
}
#slogan h1{
	margin: 0px 0px 10px 0px;
	font-size: 112.50%;
	text-transform: lowercase;
	color: #5186ac;
}

#search {
	float: left;
	clear: left;
	margin: 38px 0px 0px 32px;
}
#search input{
	width: 140px;
	border: none;
}



/* --------------- content ---------------*/
#ccontent {
	clear: left;
	float: left;
	width:850px;
	padding: 20px 0px 30px 0px;
	background: url(images/bg_ccontent.gif) left bottom no-repeat #fff;
}

#leftmenue {
	clear: left;
	float: left;
	width: 165px;
	margin: 30px 50px 0px 27px;
	text-align: right;
}
#leftmenue h2{
	margin: 0px 0px 1.0em 0px;
	font-size: 125.00%;
	color: #e6784c;
	text-transform: lowercase;
	font-weight: bold;
}
#leftmenue ul{
	list-style-type: none;
}
#leftmenue ul li{
	margin: 12px 0px 12px 0px;
	list-style-type: none;
}
#leftmenue ul li a{
	color: #666;
	text-decoration: none;
}
#leftmenue ul li a:hover{
	color: #e6784c;
}
#leftmenue ul li a:hover.active,
#leftmenue ul li a.active{
	color: #e6784c;
	font-weight: bold;
}


#hpv24{
	clear: left;
	float: left;
	width: 165px;
	margin: 0px 50px 0px 27px;
	font-size: 75.00%;
	color: #666;
	text-align: right;
}
#hpv24 a{
	color: #7ea227;
}



#content {
	float: left;
	width: 570px;
	line-height: 1.7em;
}
#content h1{
	margin: 0px 0px 1.0em 0px;
	font-size: 200.00%;
	font-weight: normal;
	text-transform: lowercase;
	color: #e6784c;
}
#content h2{
	font-size: 112.50%;
	color: #000;
	text-transform: lowercase;
}
#content p{
	margin: 0px 0px 1.3em 0px;
}

#content a{
	color: #e6784c;
}

#content a:hover{
	color: #000;
}

#content #links {
	clear: left;
	float: left;
	width: 290px;
	font-size: 82.50%;
}
#content #ressourcen {
	float: left;
	font-size: 82.50%;
}
#content #links ul ,
#content #ressourcen ul{
	list-style-type: none;
}

#content #links ul li,
#content #ressourcen ul li{
	list-style-type: none;
}

#content #links ul li a,
#content #ressourcen ul li a{
	padding: 0px 0px 0px 20px;
	background: url(images/pointer01.gif) left 4px no-repeat;
	color: #7ea227;
}

#content #links ul li a:hover,
#content #ressourcen ul li a:hover{
	color: #e6784c;
}

/* --------------- footer ---------------*/
#footer {
	clear: left;
	float: left;
	width: 850px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	color: #517791;
	font-size: 82.50%;
}
#copyright {
	float: left;
	margin: 0px 0px 0px 20px;
}
#fmenue {
	float: right;
	margin: 0px 20px 0px 0px;
}
#fmenue ul{
	list-style-type: none;
}
#fmenue ul li{
	list-style-type: none;
	float: left;
}
#fmenue ul li a{
	margin: 0px 4px 0px 4px;
	color: #517791;
}

/* --------------- Formulare ---------------*/
#kontaktform {
	clear: left;
	float: left;
	line-height: normal;
	width: 440px;
	margin: 0px 0px 30px 0px;
	padding: 0px 10px 30px 10px;
	background-color: #efefef;
}
#kontaktform label {
	clear: left;
	float: left;
	width: 100px;
	margin: 10px 0px 0px 0px;
}
#kontaktform label.plabel {
	font-weight: bold;
}
#kontaktform input,
#kontaktform select,
#kontaktform textarea {
	float: left;
	width: 325px;
	margin: 10px 0px 0px 0px;
}
#kontaktform input.submit {
	width: auto;
	float: right;
	margin: 10px 0px 0px 0px;
}
#kontaktform input.reset {
	width: auto;
	float: right;
	margin: 10px 0px 0px 0px;
}





/* car */


div#abe_default
{float:left; border:1px solid #eeeeee; width:500px; background:white;}

div#abe_HEADER
{margin-bottom:0px;}

div#abe_STEP1 table
{margin:0px;}

div#abe_STEP1 table tr td
{
padding:0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:left;
color:#003366;
}

div#abe_STEP1 table tr td select,
div#abe_STEP1 table tr td input
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color:#ffffff;
color:#003366;
border:1px solid #646464;
margin-right:0px;	
}

div#abe_STEP1 table tr td.title
{
color:#003366;
border-bottom:1px solid #003366;
padding-top:10px;
padding-left:0px;
width:600px;
}

div#abe_STEP1 table tr td select#abe_countryList,
div#abe_STEP1 table tr td select#abe_pickupList,
div#abe_STEP1 table tr td select#abe_dropoffList,
div#abe_STEP1 table tr td select#abe_carGroupList
{background-color:#ffffff;}

div#abe_STEP1 table tr td.title
{padding-top:10px;}

div#abe_STEP1 table tr td select#abe_datePickup_d,
div#abe_STEP1 table tr td select#abe_datePickup_m,
div#abe_STEP1 table tr td select#abe_datePickup_y,
div#abe_STEP1 table tr td select#abe_dateDropoff_d,
div#abe_STEP1 table tr td select#abe_dateDropoff_m,
div#abe_STEP1 table tr td select#abe_dateDropoff_y,
div#abe_STEP1 table tr td select#abe_timePickup_h,
div#abe_STEP1 table tr td select#abe_timePickup_m,
div#abe_STEP1 table tr td select#abe_timeDropoff_h,
div#abe_STEP1 table tr td select#abe_timeDropoff_m
{margin-right:4px;border:1px solid #91bced; height:19px;}

div#abe_STEP1 table tr td select#abe_datePickup_d,
div#abe_STEP1 table tr td select#abe_dateDropoff_d,
div#abe_STEP1 table tr td select#abe_timePickup_h,
div#abe_STEP1 table tr td select#abe_timeDropoff_h
{width:46px;}

div#abe_STEP1 table tr td select#abe_datePickup_m,
div#abe_STEP1 table tr td select#abe_dateDropoff_m,
div#abe_STEP1 table tr td select#abe_timePickup_m,
div#abe_STEP1 table tr td select#abe_timeDropoff_m
{width:50px;}

div#abe_STEP1 table tr td select#abe_datePickup_y,
div#abe_STEP1 table tr td select#abe_dateDropoff_y
{width:62px;}


div#abe_STEP1 table tr td select#abe_countryList,
div#abe_STEP1 table tr td select#abe_pickupList,
div#abe_STEP1 table tr td select#abe_dropoffList,
div#abe_STEP1 table tr td select#abe_residenceList,
div#abe_STEP1 table tr td select#abe_carGroupList,
div#abe_STEP1 table tr td select#abe_currencyList
{width:200px;border:1px solid #91bced;height:19px}

div#abe_STEP1 table tr td input#abe_searchButton
{
height:32px;
margin-top:10px;
margin-left:178px;
background-color:#f05122;
border-width:2px;
border-color:#f7b6a4 #730600 #730600 #f7b6a4;
font-family:Arial,Verdana;
font-size:15px;
font-weight:bold;
text-align:center;
color:#ffffff;
letter-spacing:0px;
}

div#abe_STEP1 table tr td input#abe_searchButton.disabled
{
background-color:#ce2829;
border-left-color:#d06f4c;
border-top-color:#d06f4c;
}

div#abe_STEP1 table tr td input#abe_calendarPickupButton,
div#abe_STEP1 table tr td input#abe_calendarDropoffButton
{
background-image:url(../images/icon_cal.gif);
padding:0px;
}
