﻿body {
  	background-color: 	#000000;
	}
	
#site {
	position:	absolute;
	margin-left: 	-475px;
    	margin-top: 	-275px;
	width:		950px;
	height:		575px;
	top:		50%;
	left:		50%;
	font-family:	Verdana, Geneva, Arial, sans-serif;
	color:		white;
	}
	
#main {
	width:		950px;
	height:		550px;
	background-image:	url(images/background.jpg); background-repeat: no-repeat;
	}
	
#impressum
{
	position:absolute;
	margin-top:0px;
	height:25px;
	width:950px;
}
#impressum a
{
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
}

#main_form
{
    width:310px;
    height:165px;
    float:left;
    margin-left:100px;
    margin-top:175px;
}
    
#main_left_labels {width:80px;height:202px; float:left;}
        #main_left_labels label {width: 80px; text-align: left; line-height:21px; font-size:14px }

#main_left_form {width:230px; height:202px; float:right; margin-top:0px;}
#main_left_form form {width:30; height:202px; float:right;}

        #main_left_form input { width: 210px;  }
        #main_left_form textarea { width: 210px; height: 36px; border-color:Black; border-width:1px}
			.textfield {height: 16px; border-color:Black; border-width:1px; border-style:solid; }
			.button {font-family: Arial; color: #000000; font-size: 12px; text-align: center;}
			
#thanks
{
    width:400px;
    height:165px;
    float:left;
    margin-left:100px;
    margin-top:175px;
}

