* {
    margin:0;
    padding:0;
}

body {
    font-family: Helvetica, sans-serif, Arial;
    font-size:12px;
    color:#3d3d3d;
    letter-spacing:0.05em;
    line-height:1.9em;
	background-color:transparent;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color:#d01f17;
	margin:5px 0 10px 0;
}

#container {
    width:650px;
	background-color:transparent;
}

#cont_left {
	width:290px;
	padding:15px;
	float:left;
	background:#f4f4f4;
	min-height:650px;
}

#cont_right {
	width:290px;
	padding:15px;
	margin-right:10px;
	float:right;
	background:#f4f4f4;
	min-height:650px;
}

.content_box {
    width:auto;
    clear:both;
    height:30px;
}

.left_col {
    width:125px;
    float:left;
}

.right_col {
    width:165px;
	text-align:right;
    float:right;
}

.space {
	margin-top:20px;
}

.clear {
	clear:both;
}

.star {
	font-size:13px;
}

.info_text {
	font-size:10px;
	letter-spacing:0;
}

.text_box {
	width:auto;
	clear:both;
	height:30px;
	padding:15px;
}

.text_field, .err_text_field {
	width:160px;  
	padding:2px;  
	font-size:11px;  
	line-height:15px;  
	border:1px solid #9fa8ad;
	background:#f4f4f4;
}

.err_text_field {
	background:#d01f17;
	color:#f4f4f4;
}

.text_field:focus, .err_text_field:focus {  
	box-shadow:0px 0px 2px #2f2f2f;
}

.select_field {
	padding:5px;  
	font-size:12px;  
	line-height:20px;  
	border:1px solid #203B4A;
	width:202px;
	color:#203B4A;
}

.select_field:focus {  
	box-shadow:0px 0px 4px #2f2f2f;  
}

.textarea, .textarea_big { 
	resize:none;
	padding:2px;  
	font-size:13px;  
	line-height:15px;  
	border:1px solid #9fa8ad;
	background:#f4f4f4;
	margin-bottom:10px;
}

.textarea {
	width:160px;
	min-height:120px;
}

.textarea_big {
	width:285px;
	min-height:80px;
}

.textarea:focus, .textarea_big:focus {  
	box-shadow:0px 0px 2px #2f2f2f;  
}

.submit_btn {
	cursor:pointer;
	background: url(../img/img_submit.jpg) 0 0 no-repeat;
	border: 0;
	width: 85px;
	height: 20px;
}

.submit_btn2 {
	cursor:pointer;
	background: url(../img/img_submit_2.jpg) 0 0 no-repeat;
	border: 0;
	width: 200px;
	height: 20px;
}

.submit_box {
	text-align: right;
}

.radio_field {
	margin-right:5px;	
}

.radio_text {
	margin-right:25px;	
}

a:link {
	font-family:Helvetica, sans-serif, Arial;
	font-size:13px;
	color:#555555;
	text-decoration: none;
}

a:hover {
	font-family:Helvetica, sans-serif, Arial;
	font-size:13px;
	color:#555555;
	font-weight:bold;
}

a:active {
	font-family:Helvetica, sans-serif, Arial;
	font-size:13px;
	color:#555555;
	font-weight:bold;
}

a:visited {
	font-family:Helvetica, sans-serif, Arial;
	font-size:13px;
	color:#555555;
	text-decoration: none;
}

a:focus {
	outline: none;
}

#formular_schatten {
	position:absolute;
	height:34px;
	width:651px;
	margin-left:-7px;
	margin-top:-3px;
	background-image:url(http://p181820.webspaceconfig.de/images/formular_schatten.png);
	visibility: visible;
	z-index:1000;
}

#formular_schatten2 {
	position:absolute;
	height:34px;
	width:651px;
	margin-left:-7px;
	margin-top:-3px;
	background-image:url(http://p181820.webspaceconfig.de/images/formular_schatten.png);
	visibility: visible;
	z-index:1000;
}
