
/**************************************************
formate fr die contentseiten
***************************************************/
h1{
	font-weight: normal;
	font-size: 18px;
	line-height:26px;
	border-bottom: 1px solid #ff8702;
	background: url(../images/decorations/h1.gif) top left no-repeat;
	color: #333333;
	margin-bottom: 10px;
}
h1 span{	
	color: #fff;
	font-size: 11px;
	font-weight: bold;	
	position:relative;
	top: -4px;
	left: 7px;
	margin-right: 20px;
}
#contentFrame h2{
	font-size: 13px;
	color: #2f2e2e;
	margin: 14px 0px 14px 0px;
	font-family: arial, sans-serif;
	font-weight: bold;
}
h3{
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 6px;
	color: #5e5b5b;
	background: url(../images/decorations/h3.gif) center left no-repeat;
	text-indent: 11px;
}
h3 a{
	color: #FF8702;
}

/*styles fr den inneren contentbereich*/
#contentFrame p{
	margin: 0px 10px 20px 0px;
	text-align:justify;	
	font-family: "Lucida Grande", arial, verdana, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
}
/*fuer die urteile*/
#contentFrame ul.urteile{
	margin: 10px 0px 20px 18px;
	text-align:left;	
	font-family: "Lucida Grande", arial, verdana, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
}
#contentFrame p.glossarGroup{
	text-align: left;
}

#contentFrame p a:link, 
#contentFrame p a:visited, 
#contentFrame p a:hover, 
#contentFrame p a.active, #contentFrame ul.urteile a{
	color: #ff8702;
}
dl dt{
	width: 15%;
	float: left;
	font-weight: bold;
}
dl dd{
	width: 85%;
	float: left;
}
#contentFrame ul{	
	list-style: outside;	
	margin: 0px 40px 0px 40px;
}
#contentFrame ul li{	
	margin-bottom: 11px;
	line-height: 18px;
	text-align:justify;
}
/********formulare***********************************/
.icon{	
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}

.line{
 	line-height: 150%;
 }
/********formulare**********************************
***************************************************/
form{
	width: 510px;
	margin-bottom: 10px;
}
form fieldset{	
	color: #000;
	border: none!important;
	padding: 10px 4px 10px 4px;
}
form fieldset select{
	width: 175px;
}
form input.submit{
	background: url(../images/decorations/suchen.gif) no-repeat;
	width: 66px;
	height: 20px;
	border:1px solid #000;
	margin-top: 10px;
}
form input, 
form textarea, 
form select{
	background: #EFEFEF;
	height: 18px;
	border:1px solid #BFBFBF;
	width: 250px;
	float:right;	
	clear:right
}
form select{
	height: 20px;
}
form textarea{
	height: 100px;
}
/********formular urteile**********************************
***************************************************/
form#findUrteil input, form#findUrteil select{
	float:none;
	width: 150px
}
form#findUrteil input.submit{
	width: 66px;
	height: 20px;
	border:1px solid #000;
}
/********formulare kontakt**********************************
***************************************************/
form.kontaktForm{
	width: 450px;
	background: none;
	margin-bottom: 40px;
}
form.kontaktForm label{
	display: block;
	height: 20px;
	margin-bottom: 6px;	
}
form.kontaktForm span{
	float:left;
}
form.kontaktForm input.submit{
	background: url(../images/decorations/senden.gif) no-repeat;
}
form input.inputRadio{
	width: auto;
	height:auto;
	vertical-align: middle
}
form.kontaktForm label.labelRadio{
	display: inline;
	float:left;
	margin-right: 8px;
}
form.kontaktForm label.labelRadio input{
	float: none;
	margin-right: 2px;
	border:none;
	background:none;
}

/********anfahrt**********************************
***************************************************/
#anfahrtLeftBox{
	float:left;

}
#anfahrtRightBox{
	float: right;
	width: 344px;
	height: 200px;

}
.impressum-logo{
	margin: 3px 0px 5px 0px;
}
