body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px;
	padding:0;
	height:100%;
	background-color: #3e91cf;
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
}
#header{
	margin:0px auto;
	width:100%;
	height:120px;
	/*background-image:url(img/top.gif);
	background-repeat:repeat-x;
	background-position:top;*/
}
a.headerbox{
	display:block;
	margin-top:15px;
	margin-left:0px;
	background:url(img/whitebox.png) no-repeat;
	width:360px;
	height:100px;
	position:relative;
	float:left;
}
p.no{
	margin:0;
}
p{
	margin:0;
}
a {
	color:#CDE6FE;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#CCC;
	text-decoration:none;
	font-weight:bold;
}

#main{
	margin:0 auto;
	width:800px;
	
}
#menu{
/*	background-image:url(img/top_line.gif);
	background-repeat:repeat-x;*/
	margin-top:30px;
	margin-right:10px;
	height:80px;
	width:430px;
	float:right;
}

h1, h2{
	background-image:url(img/bullet.gif);
	background-position:center left;
	background-repeat:no-repeat;
	margin-left:-11px;
	padding-left:11px;
	font-size:22px;
	margin-top:7px;
	margin-bottom:7px;
}

.lavaLamp {
    position: relative;
            height: 29px;
            width: 400px;
   /* background:  url(img/bg_lava.gif) no-repeat top;*/
    padding: 15px;
	margin:10px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url(img/lava.png) no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background:  url(img/lava.png) no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; 
			overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; 
			outline: none;
            text-align: center;
            height: 30px; 
			top: 7px;
            z-index: 10; 
			letter-spacing: 0;
            float: left; 
			display: block;
            margin: auto 10px;
        }
		.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
			border: none;
		}
#andEmpf{
	visibility:hidden;
	height:0;
	width:50%;
}
#checking {
	visibility:hidden;
	height:80px;
	width:300px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	background-color:#FFF;
	text-align:center;
	padding-top:6px;
	position: fixed;
	top:30%; 
	left:430px;
	border: solid medium #000;
}
input, select,textarea{
	background:#3e91cf;
	border:solid 1px #fff;
}
select.fahrzeugart{
	width:100%;
}
#buchen{
	width:750px; 
	float:left; 
	margin:0 auto;
	font-size:12px;
}

