@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #999;
	line-height: 16px;
	background-color: #FFF;
	background-image: url(bilder/hintergrund.gif);
	background-repeat: no-repeat;
	}
#hintergrund {
	position:relative;
	width:950px;
	height:auto;
	z-index:1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#belmoto {
	background-color: #FFF;
	position: absolute;
	height: 130px;
	width: 285px;
	border-radius: 8px;
	left: 0px;
	top: 50px;
	text-align: center;
	border: 1px solid #CCC;
	vertical-align: middle;
	padding-top: 10px;
}	
#special {
	position: absolute;
	height: 230px;
	width: 245px;
	border-radius: 8px;
	padding: 20px;
	background-image: url(bilder/verlauf_rot.jpg);
	background-repeat: repeat-x;
	border: 1px solid #900;
	left: 0px;
	top: 530px;
	color: #FFF;
}

#menu {
	position: absolute;
	height: 240px;
	width: 245px;
	border-radius: 8px;
	padding: 20px;
	background-image: url(bilder/verlauf_grau.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	left: 0px;
	top: 220px;
	color: #CA2F36;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
#rechts p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
	
#rechts {
	position: absolute;
	width: 590px;
	height: auto;
	border-radius: 8px;
	background-color: #FFF;
	top: 220px;
	left: 315px;
	border: 1px solid #CCC;
	margin-bottom: 80px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}

#header {
	position: absolute;
	width: 590px;
	height: 85px;
	border-radius: 8px;
	padding-left: 20px;
	top: 50px;
	left: 315px;
	border: 1px solid #CCC;
	background-image: url(bilder/header_mietwagen.gif);
	padding-right: 20px;
	font-size: 22px;
	line-height: 26px;
	padding-top: 55px;
	font-weight: bold;
	letter-spacing: 1px;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	color: #C93037;
	margin-bottom: 15px;
	}
.kursiv {
	font-style: italic;
}
	
h2 {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #666;
	margin-top: 5px;
	}
	
h3 {
	font-weight: bold;
	color: #999;
	margin-bottom: 5px;
}
	
a {
	color: #CCC;
	text-decoration: none;
	}

a:hover {
	color: #666;
}

.textfeld {
	color: #666;
	margin-right: 10px;
	width: 100px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}

.senden {
	color: #666;
	width: 60px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}
.kleinrechts {
	color: #FFF;
	font-size: 10px;
	text-align: left;
	letter-spacing: 1px;
	}
#loginform {
	text-align: left;
	width: 245px;
}

#fb-root {
	position: absolute;
	padding-top: 20px;
}

#menu p {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
.grau {
	color: #999;
}


.weiss {
	color: #FFF;
}

.rot {
	color: #C93037;
}
.fett {
	font-weight: bold;
}
.tab_links {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	vertical-align: top;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.tab_rechts {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
}
.buttonrot {	
	background-image: url(bilder/button.jpg);
	background-repeat: repeat-x;
	height: 20px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 82px;
	margin-top: 5px;
}

.formularfeld {
	background-color: #EEE;
	border: 1px solid #999;
	width: 400px;
}

