form {
    padding: 0;
    margin: 0;
	display:inline;
}
label { 
	cursor:pointer; 
}
.err_mlg {
	color: #CC3333;
	font-weight: bold;
}
.inf_mlg {
	color: #090;
	font-weight: bold;
}
.input_normal  {
	margin-left:5px;
	margin-bottom:3px;
	background-color:#FFF;
	width:250px;
}
.input_focus  {
	margin-left:5px;
	margin-bottom:3px;
	background-color:#FFC;
	width:250px;
}
.input_breit  {
	margin-left:5px;
	margin-bottom:3px;
	background-color:#FFF;
	width:400px;
}
.input_focus_breit  {
	margin-left:5px;
	margin-bottom:3px;
	background-color:#FFC;
	width:400px;
}
.button_normal {
	margin-left:5px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background: url(/v5/site_structur/images/button_bg_1.gif) repeat-x;
	color: #B01534;
	height:21px;
}
.button_normal:hover {
	border-bottom:1px solid #FFF;
	background: url(/v5/site_structur/images/button_bg_1h.gif) repeat-x;
	margin-top:1px;
	padding-top:2px;
}
.ContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
	padding: 4px;
}
.scroll_field {
	border: 1px solid #CCC;
	overflow: auto;
	height: 85px;
	background-color: rgb(255, 255, 255);
	font-size: 0.9em;
	line-height: 1.2em;
	padding:2px;
}
.txt_hinweis {
	font-size: 0.75em;
	line-height: 1.5em;
}

