@charset "utf-8";
/* CSS Document */

body {
	background: #333333 url(bg.jpg) top center repeat-y;
	color:#000000;
	margin:0px;
	padding:0px;
	font-size:10pt;
}

p {
	padding:0;
	font-family:"Arial";
}

h1	{
	font-size:14pt;
	font-family:"Times New Roman";
}

a {
	color: #900 ;
	text-decoration:underline;
}

a:hover {
	color: #333333;
	text-decoration:none;
}

/*#####################################################*/
/*################### Container #######################*/
/*#####################################################*/

#DivHead {
	position:absolute;
	width:850px;
	left:50%;
	margin-left:-425px;
	background:url(kopf.jpg) no-repeat top center;
	height:156px;
	
}

#DivFuss {
	position:absolute;
	width:1000px;
	left:50%;
	top:100%;
	margin-left:-500px;
	margin-bottom:-80px;
	background:url(fuss.jpg) no-repeat top center;
	height:80px;
}

#DivCenter {
	position:absolute;
	width:700px;
	left:50%;
	margin-left:-350px;
	top:156px;
}

/*#####################################################*/
/*################ Kontaktformular ####################*/
/*#####################################################*/

#Kontaktdaten label {
	display:block;
    float:left;
	width:100px;
}

fieldset {
	width:440px;
}

input, textarea, select, fieldset {
    border:1px solid #ccc;
    font-family:Arial; 
	margin-bottom:-5px; 
}

input, textarea {
    width:300px;
}

input {
    height:16px;
}

input#JA, input#NEIN {
    width:20px;
}

label#JA, label#NEIN {
    font-weight: bold;
}

input#Abschicken, input#Zurucksetzen {
    width:120px;
	height: 22px;
	padding-bottom:3px;
}

input#Abschicken {
	margin-left: 110px;
}

input#Uhr {
    width:50px;
}

input#PLZ {
	width: 94px;
}

input#Ort {
	width: 200px;
}

legend {
	font-weight:bold;
}