html, body, div, p, h1, h2, h3, h4, h5, ul, ol, 
table, td, th, form, img, li, map, area, input, form, .textfelder, .buttons, object {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #060;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #060;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}

body { background-color:#626669; padding: 18px 0; }

/* Formular Layout */
.formtable { margin: 8px 11px; width: 90% }
.textfelder {
	background-color: #efefef;
	border: 1px solid #333;
	color: #333;
	height: 15px;
	width: 100px;
	margin: 2px 0;
	text-indent: 2px;
	padding:2px 0 0 0;
}
.textfelder:focus, .nachricht:focus {
	background-color: #fff;
}
#Nachricht { height:65px; width:95%; border:1px solid #333; color: #333; }
.buttons {
	font-weight: bold;
	background-color: #82BC78;
	border: 1px solid #333;
	color: #fff;
	width: 100px;
	margin: 7px 0;
	cursor: hand;
}
.buttons:hover {
	background-color: #fff; 
	color:#333;
}
/* Formular Layout Ende */

#globalWrapper { margin: 0 auto; width: 760px; position:relative; border: 3px solid #fff; border-width: 3px 3px 0 0; }
#head {
	border: 3px solid #fff;
	border-width: 0 0 0 3px;
	background-color:#8FC586;
	height: 117px;
	background-image: url(images/keypics/kanzlei_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#head span.logo {
	display:block;
	height: 117px;
	background-image: url(images/bg_logo.gif);
	background-repeat: no-repeat;
	background-position: 24px 16px;
	overflow:hidden;
}
#head h1 { display:none; }
.mininav01 { position:absolute; top:0px; right:0px; background-color:#8FC586; border: 3px solid #fff; border-width: 0 0 2px 2px; }
.mininav01 span { display:block; width:155px; height:19px; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; line-height: 18px; }
.mininav01 a:link, .mininav01 a:visited, .mininav01 a:hover, .mininav01 a:active { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#000; }

#content {
	border:3px solid #fff;
	border-width: 0 0 3px 3px;
	background-color:#DCEBD6;
	background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0 0 0 166px;
	padding-bottom: 100px;
}
.mininav02 {
	background-color:#fff;
	padding: 6px 0 0 5px;
	height:17px;
	background-image: url(images/keypics/kanzlei_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size:11px;
	font-weight:bold;
}
.mininav02 a:link, .mininav02 a:visited { color:#000; text-decoration:underline; }
.mininav02 a:hover, .mininav02 a:active { color:#333; text-decoration:none; }
#nav {
	position:absolute;
	z-index:2;
	top:117px;
	left:0;
	width:164px;
	background-color:#B1D4A6;
	background-image: url(images/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
}

#nav ul { border:1px solid #fff; border-width: 1px 1px 0 3px; }
#nav li { border-bottom:1px solid #fff; list-style-type:none; }
#nav a { color:#000; padding: 3px 8px 2px; display:block; }
#nav li span.navhead { padding: 4px 8px 2px; display:block; background-color:#82BC78; color:#fff; font-weight:bold; }
#nav a:hover { background-color:#fff; text-decoration:none; }
#nav a:active { background-color:#fff; text-decoration:none; color:#666; }

.text { margin: 10px 32px 0 20px; }
.text p { line-height:18px; margin: 8px 0 8px 12px; }
.text p.endpar { margin-right: 70px; }
.text h3 { line-height:18px; margin: 18px 0 8px 12px; }
.text h2 { font-size:14px; margin: 15px 0; }

.text ul { margin: 15px 0; }
.text li {
	margin: 6px 20px 6px 0;
	list-style-type:none;
	padding: 0 0 0 40px;
	background-image: url(images/bullet_01.gif);
	background-repeat: no-repeat;
	background-position: 20px 4px;
}

.picoutline { border:1px solid #360; padding:2px; background-color:#fff; }

