body {
	font: 12px "Lucida Grande", Helvetica, sans-serif;
	color: #222;
}
a, a:visited, a:active {
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #222;
	text-decoration: none;
}
h1 {
	font: 24px Georgia, Times, serif;
	text-align: center;
	text-transform: uppercase;
}
h1 span {
	font-size: 14px;
	display: block;
}
p {
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
ul li {
	line-height: 1.5em;
}
cite {
	font: italic Georgia, Times, serif;
	display: block;
	margin-bottom: 30px;
}
label {
	width: 100px;	
	display: block;
	float: left;
}
form {
	margin-bottom: 20px;
}
input, textarea {
	font: 1em "Lucida Grande", Helvetica, sans-serif;
	color: #0860B3;
	width: 200px;
	margin: 4px 0;
	padding: 3px;
	background-color: #FFF;
	border: 1px solid; 
	border-color: #7C7C7C #DDD #DDD #C3C3C3;
} 
textarea {
	width: 300px;
}
img {
	padding: 6px;
	background-color: #F7F7F7;
	border: 1px solid #EEE;
}
a:hover img {
	border: 1px solid #CCC;
}
strong {
	font-family: Georgia, Times, serif;;
	font-weight: bold;
}
.clear {
	clear: left;
}    
.fl, .fr {
	width: 50%;
	float: left;
}
* html .fl, * html .fr {
	margin-right: -3px;	/* IE6 */
}
.blue {
	color: #0860B3;
}
.noBorder {
	padding: 0;
	background-color: #FFF;
	border: 0;
}
.back {
	display: none;
}
#emailbox {
	display: none;
}
#home #content, #kanzlei #content, #gebiete #content {
	padding-top: 10px;
}
#content h3 {
	font: 1.5em Georgia, Times, serif;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 10px 0 0 0;
}
#content h4 {
	font: bold 1em Georgia, Times, serif;
	text-transform: uppercase;
	margin: 30px 0px 15px 0px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #CCC;
} 
#content ul {
	margin: 0 25px 20px 20px;
}
#content ul li {
	line-height: 1.5em;
}
#content #portrait {
	margin-bottom: 20px;
	padding: 20px 0 20px 0;
	border-bottom: 5px solid #EEE;
	border-top: 5px solid #EEE;
}
#content .infobox  {
	margin: 20px 0 20px 0;
}
#content .infobox strong {
	font-size: 1.12em;
}
#content .errorbox {
	color: #B82626;
	margin: 20px 0 20px 0;
}
#content .correctbox {
	color: #17ab4c;
	margin: 20px 0 20px 0;
}
#content .box  {
	margin: 20px 0 20px 0;
	padding: 5px 8px 5px 8px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
#content .box strong, #content .infobox strong, #content .errorbox strong, #content .errorbox strong {
	font: 1.12em Georgia;
	font-weight: bold;
}
#content .list ul li a, #content .list li a:visited, #content .list li a:active {
	color: #222;
	text-decoration: none;
	display: block;
}
#content .list h4 {
	margin-top: 0;
}
#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;   
	clear: left;
}
#content .gallery li {
	width: 200px;
	margin: 0 30px 40px 0;
	padding: 0;
	float: left;
}
#content .gallery li h3 {
	font-size: 1em;
	margin: 0;
	border: 0;
}
#content .areas li {
	font-weight: bold;
	color: #0860B3;
}
#content #welcome {
	font: 20px Georgia, Times, sans-serif;
	text-align: center;
	margin-bottom: 40px; 
	padding-bottom: 30px;
	border-bottom: 5px solid #EEE;
}
#content .news {
	margin-bottom: 40px;
	display: block;
}
* html #content .news {
	height: 1%;
}
#content .date {
	font-family: Georgia, Arial, serif;
	color: #333;
	line-height: 1em;
	padding: 2px 4px 4px 4px;
	border: 1px solid #000;
	position: absolute;
}
#content .news h4 {
	padding-top: 2px;
	margin-left: 6em;
}
* html #content .news h4 {
	margin-left: 0;	/* IE6 */
}
#topnav, #navigation {
	display: none;
}
#column h2 {
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 20px;
}
#column .contact, #column .address {
	font-size: 12px;
	padding-left: 10px;
	border-left: 4px solid #CCC;
}
#column #selection, #column #subnav {
	display: none;
}
#footer {
	font-size: 0.8em;
	margin-top: 40px;
	padding-top: 5px;
	border-top: 1px solid #CCC;
	clear: both;
}
#footer #copyright {
	font-weight: bold;
}
#top {
	display: none;
}
