body {
	background: #e6e6de url(../images/background_top.jpg) repeat-x;
}

a {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

#header {
	background-image: url(../images/background_header.png);
	background-repeat: no-repeat;
	height: 320px;
	margin-bottom: 20px;
}

/* @group LANGUAGE */

#language ul {
	float: right;
	display: block;
	height: 40px;
	padding: 10px;
	width: 160px;
	text-align: center;
	font-weight: bold;
}

#language ul {
	list-style-type: none;
}

#language li {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

#language a {
	color: #424242;
	text-decoration: none;
}

#language a:hover {
	color: #660000;
}

/* @end */

h1 {
	font: 40px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #660000;
	margin-top: 200px;
    border-bottom: 2px groove white;
	padding-bottom: 10px;
}

/* @group CARS */

#s-klasse, #viano, #e-klasse {
	cursor: pointer;
}

.green {
	color: white;
	background-color: #569f56;
	padding: 10px;
}

.info {
	height: 240px;
	display: none;
}

h2 {
	color: #660000;
	font: 13px Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px groove white;
	padding-bottom: 5px;
}

#cars p {
	line-height: 1.5;
	margin-top: 10px;
}

#cars ul {
	line-height: 1.8;
	margin-top: 10px;
	margin-bottom: 20px;
}

#cars li {
	margin-left: 0px;
	list-style-position: inside;
}

.capacity {
	border-top: 2px groove white;
	border-bottom: 2px groove white;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* @end */

#chauffeurs {
	margin-top: 20px;
}

#partner {
	margin-top: 20px;
}

#footer {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 60px;
}

/* @group footer */

#contact a {
	background: #222 url(../images/overlay.png) repeat-x;
	display: inline-block;
	padding: 10px 30px 10px;
	color: #000;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	background-color: #cdcdb6;
	
}

#contact a:hover {
	background-color: #aaa88e;
	color:  #FFF;
}

#links ul {
	line-height: 1.5;
	margin-top: 10px;
}
#links a {
	color: #01010b;
	text-decoration: none;
}
#links a:hover {
	color: #d00611;

}

/* @end */
