html, body {
	min-height:100%;
	min-width:100%;
	margin:auto;
	margin-left:0px;
	margin-bottom:10px;
	font-family:"Tahoma";
	font-size:11px;
	
	scrollbar-3dlight-color: #8D7F78;
	scrollbar-arrow-color: #8D7F78;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #8D7F78;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
}

/*a:visited {
	color:#ffffff;
}*/

#h h1 {
	font-size:14px;
	font-weight:normal;
	color:#37b4cb;
	margin:0 0 0 0;
}
   
#main {
	margin-top:20px;
	height:100%;
	width:800px;
	margin-left:100px;
	background:url(../i/bgcar01.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
}

#basicbox { 
	width:523px;
	height:600px;
	margin-left:277px;

}

#logo {
	width:511px;
	margin:auto;
}

#buttons {
	margin:10px 0 0 0;
}

#buttons ul {
	margin:0;
	padding:0;
}

#buttons li {
	display:inline;
}

#buttons a {
	font-size:12px;
	font-weight:bold;
	color:#696969;
	text-decoration:underline;
	margin:0 12px 0 10px;
	
}

#buttons a:hover {
	text-decoration:none;
}

#title {
	width:518px;	
}

h1#title  {
	font-size:24px;
	color:#80c6d9;
	font-weight:bold;
	margin-top:5px;
}

#telephone {
	padding:10px 0 0 20px;
}

#text {
	width:518px;
	padding:10px 0 0 0;
	
	height: 320px;
	overflow: auto; 
}

#text h1 {
	font-size:15px;
	font-weight:bold;
	color:#37b4cb;

}

#text h2 {
	font-size:14px;
	font-weight:bold;
	color:#37b4cb;
	margin:0 0 0 0;
}

#text h3 {
	font-size:12px;
	font-weight:normal;
	color:#37b4cb;
	margin:10px 0 0 0;
}

#text h4 {
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	margin:2px 0 0 0;
}

#text h5 {
	font-size:11px;
	font-weight:bold;
	margin:5px 0 5px 0;
}

#text p {
	margin:5px 0 5px 0;
}

#sendboxfootter {
	width:450px;
	margin:0 0 0 100px;
	color:#91cede;
	text-align:right;
}
	
#sendboxfootter a {
	color:#91cede;
	font-size:9px;
}

#footer {
	width:800px;
	margin:0 0 0 100px;
	color:#91cede;
	text-align:right;
	clear:both;

}

#footer a {
	color:#91cede;
	font-size:9px;
}

#vantop {
	width:226px;
	height:143px;
	position:absolute;
	top:466px;
	left:362px;
}

/*--------------------------------------------form--------------------------------------*/
   
#form {
	font-size:9px;
	margin:25px 0 0 100px;

}

#form a {
	color:#40ABC6;

}

label {
	font-size:11px;
	float: left;
	clear: left;
	width: 100px;
	margin: 3px 0 0 0;
}

input {
	width:250px;
	/*height:13px;*/
	border:1px solid #46493A;
	padding:2px;
	margin: 0px 0 1px 0;
	font-size:11px;
}

textarea {
	font-family:Tahoma;
	font-size:11px;
	width: 250px;
	height: 25px;
	margin: 0 0 1px 0;
	padding:3px;
	background-color:#fff;
	border:1px solid #46493A;
}

#mailinglist {
	width:20px;
}

#adressf {
	margin: 0 0 10px 0;
}

#submit {
	margin:0 0 0 100px;
	color:#fff;
	width: 258px;
	height: 20px;
	background-color:#6b1464;
	border-top: 1px solid #46493A;
	border-left: 1px solid #46493A;
	border-right: 1px solid #46493A;
	border-bottom: 1px solid #46493A;
}

/*-------------------------------------------- End form--------------------------------------*/
/*FIX FOR MOZILLA*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
