body{
	text-align:left;
	font-size: 12px;
	font-family: times new roman;
	padding:0;
	margin:0;
	background-color: #aca89e;
}

div.rahmen{
	background-image: url(/template/bilder/vitus-back.png);
	background-repeat: repeat-x;
/*	width: 1200px;*/
	height: 600px;
}

div.top{
	height: 146px;
	width:1200px;
}

div.top_title{
    font-family: Times New Roman;
    font-size: 245%;
/*    height: 146px;*/
		width:500px;
    left: 180px;
    position: relative;
    top: 95px;
    float:left;
    color: #486052;
}

div.top_glow{
	background-image: url(/template/bilder/vitus-glow-lo.png);
	background-repeat: no-repeat;
	background-position: right center;
	height:146px;
	width:142px;
	float:left;
}

div.mid{
	background-image: url(/template/bilder/vitus-bildleiste.jpg);
	background-repeat: no-repeat;
	height:180px;
	width: 1200px;
}

div.mid_text{
	width:1200px;
/*	float: ;*/
	text-align: center;
	color: #fff;
	font-size: 150%;
	padding: 10px 0 0 0;
}

div.mid_text p{
	margin: 0;
	display: inline;
	font-size: 125%;
}

div.mid_text_bot{
	width:1200px;
	text-align: center;
	color: #fff;
	font-size: 125%;
	padding: 15px 0 0 0;
}	

div.bot{
	height:274px;
	width: 1200px;
}

div.bot_text_rahmen{
	width: 389px;
	height: 274px;float:left;
}

div.bot_text{
	width: 235px;
	height: 274px;
	float:right;
	padding: 40px 0px 00px 0px;
	font-size: 75%;
	color: #5c5e5d;
}

div.bot_glow{
	background-image: url(/template/bilder/vitus-glow-ru.png);
	background-repeat: no-repeat;
	background-position: left center;
	height:246px;
	width:810px;
	float:left;
		text-align:center;
}

div.kontakt{
	background-image: url(/template/bilder/vitus-kontakt.png);
	background-repeat: no-repeat;
	width: 169px;
	height: 37px;
	position: relative;
	margin: 0 auto;

}

div.kontakt a{
    color: #b1ada4;
    padding: 11px 5px 11px 5px;
    position: relative;
    text-decoration: none;
    top: 10px;
    font-size: 125%;
	
}




#wrapper { width: 640px; margin: 0 auto; padding: 30px 45px; }
#inline { display: none; width: 600px; }

/* --- The Form --- */
#contact {  }

#contact fieldset {
    border: 1px solid #EEEEEE;
    padding: 20px;
	border-radius: 3px;
}

#contact legend {
    border: 1px solid #486052;
    color: #486052;
    margin-bottom: 0 !important;
    padding: 7px 10px;
	font-weight: bold;
	border-radius: 3px;
}

#contact label {
    display: inline-block;
    float: left;
    font-size: 1em;
    height: 26px;
    line-height: 26px;
    width: 155px;
}

#contact input, #contact textarea, #contact select {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #666666;
    font: 1em "Dosis";
    margin: 5px 0;
    padding: 5px;
    width: 360px;
	border-radius: 3px;
}

#contact .button { border-radius: 3px; margin: 5px 20px 10px 155px; }

#contact input:focus, #contact textarea:focus { border: 1px solid #eee; color: #444; background: #fff; }

#contact .error { border: 1px solid #973d3d; background: #f0bebe; color: #a35959; }
#contact .error:focus { border: 1px solid #eee; color: #a35959; }

