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

#container{
	width: 450px;
	height: auto;
	text-align: center;
	position: absolute;
	top: 0px;
	padding: 10px 50px;
}
#top {
	height: 250px;
	width: 100%;
	text-align: center;
	margin-top: 250px;
}
td {
	padding-left: 5px;
	text-align: left;
}
table {
	padding: 0;
	border: 0;
}
.klein {
	font-size: 9px;
}
.border {
	border-bottom: 2px dotted #cccccc;
}
.borderdick {
	border-bottom: 2px dotted #990000;
}


.kontaktformular  {
	width:  470px;
	padding: 15px;
	border: 1px dashed #666666;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
     }

.kontaktformular fieldset {margin: 10px 0;}

  
.kontaktformular legend {
	color: #999900;
	padding: 3px 5px;
	border: 1px solid #993300;
	text-transform: uppercase;
	 }
	  
.kontaktformular label {
     width: 100px;
	 float: left;
     clear: both;
     padding: 0px 10px;
	margin: 5px 0;
     }
          
.kontaktformular input, .kontaktformular textarea {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	padding: 0px 3px;
	margin: 5px 0 5px 0px;
	background-color: #CCCCCC;
     } 
 
.kontaktformular input:active, .kontaktformular input:focus, .kontaktformular input:hover {
	background-color: #99CC99;
}
.kontaktformular textarea:active, .kontaktformular textarea:focus, .kontaktformular textarea:hover {
	background: #99CC99;
}
         
.buttons {
	text-align: center;
	border: 0;
}
.buttons input {
	color: #fff;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	border-bottom:2px solid #666666;
	border-right:2px solid #666666;
	background-color: #666666;
}
.buttons input:hover {
	color: #fff;
	border-top:2px solid #ddd;
	border-left:2px solid #ddd;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	background-color: #666666;
}

