* {
	margin: 0 auto;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #348A32;
	line-height: 150%;
	background: #FFFFFF url(../images/template/bg_all.gif) top center repeat-Y;
}
input, textarea, a, p {
	margin-left: 0px;
	margin-top: 0px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #348A32;
	font-size: 12px;
}

/* Boxen */

#all {
	text-align: center;
}
#content {
	padding: 30px 5px 10px 5px;
}
#content ul {
	padding-left: 25px;
}
#content blockquote {
	padding-left: 35px;
}
#all table {
	text-align: left;
}

/* Formatierung alternativer Schriften */

h1 {
	font-family:  Arial, Helvetica, sans-serif;
	color: #236400;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	padding-bottom: 15px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #236400;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	padding-bottom: 15px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #236400;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding-bottom: 5px;
	font-variant: small-caps;
}	
.klein {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight : none;
}
.mittel {
	color: #236400;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.rechtstitelklein {
	font-family:  Arial, Helvetica, sans-serif;
	color: #348A32;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.rechtstitel {
	font-family:  Arial, Helvetica, sans-serif;
	color: #348A32;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.pfm_titel {
	font-family:  Arial, Helvetica, sans-serif;
	color: #348A32;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

/* Formatierungen der Bilder */

.img_left {
	float: left;
	padding: 5px 5px 0px 0px;
}

/* Formatierungen der Tabellen */

td.pfm {
	background-color: #B3DD3E;
	color: #348A32;
}
table.navigat {
	width: 155px;
	text-align: right;
	background-color: #FFFFFF;
}
td.navigat_linie {
	background-color: #236400;
}
td.navigat_right {
	width: 4px;
	background-color: #236400;
}
td.suche {
	background-color: #B3DD3E;
	border: 1px;
	border-color: #236400;
	border-style: solid;
}

/* Hover Tabellenzeilen in der Navigation*/

.navtr a {
	background-color: #B3DD3E;
	display: block;
	width: 100%;
	padding: 2px;
	border: 1px;
	border-color: #236400;
	border-style: solid;
}
.navtr a:hover {
	background-color:#FFFFFF;
}

/* Hyperlink-Formatierungen allgemein */

a:link, a:visited {
	font-weight: normal;
	font-family: arial, helvetica;
	text-decoration: underline;
	color: #236400;
}
a:active {
	font-weight: normal;
	font-family: arial, helvetica;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	font-family: arial, helvetica;
	text-decoration: none;
}
/* Hyperlink-Formatierungen der Navigation */

A.copy {
	COLOR: #FFFFFF;
	text-decoration: none;
}
A.nav:link {
	font-weight: bold;
	COLOR: #236400;
	font-family: arial, helvetica;
	text-decoration: none;
}
A.nav:visited {
	font-weight: bold;
	COLOR: #236400;
	font-family: arial, helvetica;
	text-decoration: none;
}
A.nav:active {
	font-weight: bold;
	COLOR: #236400;
	font-family: arial, helvetica;
	text-decoration: none;
}
A.nav:hover {
	font-weight: bold;
	COLOR: #236400;
	font-family: arial, helvetica;
	text-decoration: none;
}
A.klein:link {
	font-weight: none;
	font-size : 11px;
	COLOR: #000000;
	font-family: arial, helvetica;
	text-decoration: none;
}
A.klein:visited {
	font-weight: none;
	font-size : 11px;
	COLOR: #000000;
	font-family: arial, helvetica;
	text-decoration: none;
}
A.klein:active {
	font-weight: none;
	font-size : 11px;
	COLOR: #000000;
	font-family: arial, helvetica;
	text-decoration: none;
}
A.klein:hover {
	font-weight: none;
	font-size : 11px;
	COLOR: #000000;
	font-family: arial, helvetica;
	text-decoration: underline;
}
/* Formatierungen der Volltextsuche */

input {
	background-color: #EFF1EF;
	border-right: #34ADD1 1px solid;
	border-top: #34ADD1 1px solid;
	border-left: #34ADD1 1px solid;
	border-bottom: #34ADD1 1px solid;
	width: 300px;
	height: 18px;
	padding-top: 3px;
	margin-bottom: 5px;
}
input.suche {
	background-color: #EFF1EF;
	border-right: #34ADD1 1px solid;
	border-top: #34ADD1 1px solid;
	border-left: #34ADD1 1px solid;
	border-bottom: #34ADD1 1px solid;
	width: 190px;
	height: 20px;
	padding-top: 5px;
	margin-bottom: 5px;
}

textarea  {
	border-right: 0px solid; 
	border-top: 0px solid; 
	border: #34ADD1 1px solid; 
	height: 100px;
	width: 350px;
	background-color: #EFF1EF;
}

input.button  {
	font-weight: bold;
	background-color: #EFF1EF;
	border: 1px solid #34ADD1;
	width: 150px;
	height: 28px;
}
input.rat {
	background-color: #FFFFFF;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	width: 330px;
}
input.betriebe {
	background-color: #FFFFFF;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	width: 180px;
}