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

body {
	margin: 0px;
	padding: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
#master{
	float: left;
	height: 600px;
	width: 600px;
	position: relative;
	}
.textfeld_norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #d3d3d3;
	height: 22px;
	width: 355px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
	}
.textfeld_schmal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #d3d3d3;
	height: 22px;
	width: 90px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
	}
.textfeld_mittel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #d3d3d3;
	height: 22px;
	width: 260px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 1px;
	}
.textbereich {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #d3d3d3;
	height: 250px;
	width: 355px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
	}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #5a6163;
	height: 22px;
	width: 132px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
	cursor: pointer;
	}
#button:hover{
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	-khtml-opacity:0.40;
	opacity:0.40;
	}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	}
#formular {
	float: left;
	height: 550px;
	width: 480px;
	padding-top: 50px;
	padding-left: 120px;
	}
.formular_zurueck{
	color: #5a6163;
	text-decoration: none;	
	}
.formular_zurueck a:link{
	color: #5a6163;
	text-decoration: none;	
	}
.formular_zurueck a:active{
	color: #5a6163;
	text-decoration: none;	
	}
.formular_zurueck a:visited{
	color: #5a6163;
	text-decoration: none;	
	}
.formular_zurueck a:hover{
	color: #5a6163;
	text-decoration: underline;
	}
.text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	}
