body{
height:100%;
margin:0;
padding:0;                 
}

/* formatierungscontainer */
#contentbox {
	width: 650px;
	margin-left: 10%;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
#contentboxklein {
	width: 550px;
	margin-left: 10%;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

#dashbox {
	border: 1px dashed #999;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* für Telefonnummern */
span.tel {
	font-family: Georgia, verdana, arial, helvetica, sans-serif;
	font-size: 14px;
}
/* für das Kleingedruckte*/
span.sub {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
}
/* für besondere Hervorhebungen */
span.wichtig {
	font-weight: bold;
	color: #44BB00;
}
/* noch nicht besuchter link */
a:link {
	text-decoration:none;
	color: #039;
}
/* bereits besucht */
a:visited {
	text-decoration:none;
	color: #039;
}
/* on mouse over*/
a:hover {
	text-decoration:underline;
	color: #039;
}
/* gerade angeklickt*/
a:active {
	text-decoration:none;
	color: #039;
}
/* toggle with tab */
a:focus {
	text-decoration:none;
	color: #039;
}
/* Seitenueberschrift */
h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 22px;
	color: #039;
	line-height: 1.7em;
	text-align: left;
	margin-bottom: 12px;
	font-weight: bold;
}
/* Ueberschrift 2. Ordnung*/
h2 {
	font-family: arial, helvetica, sans-serif;
	line-height: 20px;
	color: #039;
	font-size: 16px;
	font-weight: bold;
	margin-top:30px;
	margin-bottom:12px;
}
h3 {
	font-family: arial, helvetica, sans-serif;
	line-height: 20px;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:12px;
}
/* Linienstyle */
hr {
	border: none 0;
	border-top: 1px solid #999;
	height: 1px;
	margin-top: 40px;
	margin-bottom: 60px;
}

/* Textabsätze */
p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.7em;
	text-align:left;
	margin-bottom:12px;
}
/* Tabellen*/

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.7em;
	text-align:left;
	margin-bottom:12px;
}
img {
	padding: 5px;
}

/* Design für php/aktuelles.php*/
table.akt{
	width: 420px;
	background-image: akt_bg.gif;
}

td.aktbild {
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px;

}
td.akttitel {
	font-family: arial, helvetica, sans-serif;
	line-height: 20px;
	color: #039;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	width: 550px;

	/*border-bottom: 1px dashed #ddd;*/
}
td.akttext {
	padding-bottom: 15px;
		
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.4em;
	text-align: left;
	margin-bottom: 12px;
	vertical-align: top;

	
}
td.aktdatum {
	font-size: 9px;
	text-align: right;
	line-height: 20px;
	padding-top: 8px;
	

}
/*Auflistungen*/
ul {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:10px;
	color:#333;
	line-height:1.7em;
	text-align:left;
	margin-bottom:12px;
}



/* Design Gebührenordnung*/
table.gebuehr {
	border: 1px dashed #ffffff;
}
td.text{
	border-bottom: 1px dashed #B7B7B7;
	padding-top: 8px;
	padding-bottom: 2px;
}
td.titel {
	padding-top: 22px; /* border-bottom: 1px dashed #B7B7B7;*/
	font-weight: bold;
	border-bottom: 1px solid #003366;
}
td.kat {
	text-align: right;
	padding-top: 22px; /* border-bottom: 1px dashed #B7B7B7;*/
	border-bottom: 1px solid #003366;
}
td.kosten {
	border-bottom: 1px dashed #B7B7B7;
	font-weight: bold;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 2px;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.6em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 

Infoblock ----------------------------------------------------------------------
*/
/*
gesamte Infoblock-Spalte (rechte Seite)
Tag: <div>
Info: Die IBSpalte kann mehrere Blocks enthalten, bestehend aus ibtitel und ibcontent.
*/
.ibspalte {
	width: 150px;
}
/* Bild in einem InfoblockTag: <img> */
.ibbild {
	position: absolute;
	top: 20px;
	left: 26em;
}
/* Titel eines InfoblocksTag: <h2> */
.ibtitel {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#333;
	background-color: #eeeeee;
	border: 1px solid #666666;
	border-bottom: 0em;
	margin: 0em;
	padding-top: 0.25em;
	padding-left: 0.375em;
	padding-right: 0.375em;
	page-break-after: avoid;
}
/* Inhalt eines InfoblocksTag: <div> */
.ibcontent {
	border: 1px solid #666666;
	padding-left: 0.375em;
	padding-right: 0.375em;
	padding-top: 0.375em;
	padding-bottom: 0.5em;
	margin-bottom: 0.9375em;
}



	
