body{
	margin: 0px;
	padding: 0px;
}

#topspacer{
	height:30px;
}

#center{
	width:600px;
	margin-left:auto;
	margin-right:auto;
}


.contenttxt{
	width:400px;
	text-align:justify;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size:11px;
	color:#003871;
	padding-top:10px;
	padding-bottom:10px;
}

.contentpix{
	width:200px;
	text-align:center;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size:10px;
	color:#003871;
}

.line{
	width:400px;
	height:1px;
	background-color:#999999;
}





a:link {
	color:#003871;
	text-decoration: underline;
	font-weight:bold;
}

a:visited {
	color:#003871;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	color:#003871;
	text-decoration: underline;
	font-weight:bold;
}

a:active {
	color:#003871;
	text-decoration: underline;
	font-weight:bold;
}

.kontakt_label_normal{
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size:11px;
	color: #003871;
}
.kontakt_label_error{
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size:11px;
	color: #eb4e01;
}

.kontakt_input_normal{
	width: 280px;
	border-top: solid 1px #003871;
	border-left: solid 1px #003871;
	border-bottom: solid 1px #4B97CD;
	border-right: solid 1px #4B97CD;
	margin-bottom: 4px;
	margin-top: 4px;
}

.kontakt_textarea_normal{
	width: 280px;
	border-top: solid 1px #003871;
	border-left: solid 1px #003871;
	border-bottom: solid 1px #4B97CD;
	border-right: solid 1px #4B97CD;
	margin-bottom: 4px;
	margin-top: 4px;
}

.kontakt_input_error{
	width: 280px;
	border-top: solid 1px #eb4e01;
	border-left: solid 1px #eb4e01;
	border-bottom: solid 1px #f39866;
	border-right: solid 1px #f39866;
	margin-bottom: 4px;
	margin-top: 4px;
}

.kontakt_textarea_error{
	width: 280px;
	border-top: solid 1px #eb4e01;
	border-left: solid 1px #eb4e01;
	border-bottom: solid 1px #f39866;
	border-right: solid 1px #f39866;
	margin-bottom: 4px;
	margin-top: 4px;
}


