

body {
	margin: 0px auto;
	text-align: center;
	padding: 0;
	font-family: Arial, sans-serif;
	background: #f4f4f4;
	font-size: 0.75em;
}

.BL {
	opacity: 0.4;
	-moz-opacity:0.4;
	filter:alpha(opacity=50);
}

a:hover .BL {
	opacity: 1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}

a:hover .BL2 {
	opacity: 0.4;
	-moz-opacity:0.4;
	filter:alpha(opacity=50);
}

#wrap {
	background: #CCCCCC;
	text-align: left;
	color: #303030;
	margin: 0 auto;
	width: 760px;
}


#topper { 
	height: 24px;
	width: 100%;
	background-color: #004;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#topper p { /* Schriftzug im Design-Rahmen oben */
	color: #fff;
	font-size: 10px;
	line-height: 24px;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	float: left;
	width: 30%
}
#header {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	height: 75px;
	background-color:rgb(240,240,240);
}
#header h1 {
	width: 400px;
	margin: 25px 0 0 10px;
	float: left;
	font-size: 25px;
}
#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:focus {
	color: #fff;
	text-decoration: none;
}
#header p {
	width: 360px;
	float: right;
	text-align: center;
	color: #a0a0a0;
	margin: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.2em;
}
.mainNav {
	margin: 0 0 15px 0;
	height: 24px;
	width: 100%;
	background-color: #004;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.mainNav a, .mainNav a:visited {
	background-color: #004;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 24px;
	padding: 0 16px 0 13px;
	border-right: 1px solid #fff;
	text-decoration: none;
}
.mainNav a:active, .mainNav a:hover {
	background-color:rgb(41,22,111);
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 24px;
	padding: 0 16px 0 13px;
	border-right: 1px solid #fff
}
.mainNav a.current, .mainNav a.current:hover, .mainNav a.current:visited, .mainNav a.current:active {
	background-color:rgb(41,22,111);
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 24px;
	padding: 0 16px 0 13px;
	border-right: 1px solid #fff
}

div.teaser {
	margin-bottom: 25px;
	border-bottom: 1px solid #606060;
}
#navigation {
	float: left;
	width: 150px;
	padding: 0px 0;
	background: #CCCCCC;
}

#navigation ul.nav2nd li {
	padding: 0 0 0 0;
	margin: 2px 0 0 -35px;
	list-style-type: none;
	background: #f4f4f4;
}

#navigation ul.nav2nd a {
	display: block;
	padding: 0 0 0 10px;
	font-size: 1em;
	width:135px;
	font-weight: normal;
	line-height: 32px;
}
#navigation ul.nav2nd a.current, #navigation ul.nav2nd a:hover {
	text-decoration: none;
	color: #fff;
	background: #008;  
}


#extras { /* rechte Spalte, falls eingerichtet.*/
	float: right;
	width: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
#extras p {
	margin: 0 0 1.5em 0;
}
#content {
	margin: 0 5px 20px 160px;
	border-left: 1px solid #004;
	/*border-right: 1px solid #004;*/
	padding: 0 8px 0 10px;
	line-height: 1.6em;
	text-align: left;
	background: #CCCCCC;
}
#content h1 {
	font-size: 1.2em;
	line-height: 24px;
	padding: 1px 1px 1px 10px;
	color:white;
	background-color: #004;
}
#content h2 {
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
}
#content h3 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}
#content h4 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
}
#content img {
	padding: 1px;
	display: inline;
	background: #cccccc;
	border: 1px solid #f0f0f0;
}
#content div.flRight { /* floating images, inserted via textile*/
	float: right;
	margin-left: 10px;
}
#content div.flLeft { /* floating images, inserted via textile*/
	float: left;
	margin-right: 10px;
}

a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: #286ea0;
}
a img {
	border: 0;
}


div#content fieldset {
		border: 1px solid #3d4c98;
		padding: 10px;
		}
div#content fieldset .formgen_error {
			color: #f00;
		}
div#content fieldset legend {
			padding: 0 5px;
		}
div#content fieldset label,
div#content fieldset div.formheadline {
			display: inline-block;
			width: 100px;
			margin: 5px 0;
		}
div#content fieldset input,
div#content fieldset textarea {
			border: 1px solid #3d4c98;
			background-color: #e2eef6;
		}
div#content fieldset input.formgen_error,
div#content fieldset textarea.formgen_error {
			background-color: #f00;
		}
div#content fieldset input:hover,
div#content fieldset input:active,
div#content fieldset input:focus,
div#content fieldset textarea:hover,
div#content fieldset textarea:focus,
div#content fieldset textarea:active {
		background-color: #fff;
		}
div#content fieldset input.formsubmit {
			background-color: #8bb7de;
			padding: 2px 7px;
			margin: 10px 0 0 0;
		}
div#content fieldset textarea {
			display: block;
			font-family: Arial, verdana, sans-serif;
			font-size: 10pt;
		}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 12px solid #004;
	width: 760px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
}
#footer a {
	color: #808080;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.left {
	margin: 10px 10px 5px 0;
	float: left;
}
.right {
	margin: 10px 0 5px 10px;
	float: right;
}
.textright {
	text-align: right;
}
.center {
	text-align: center;
}
.small {
	font-size: 0.8em;
}
.bold {
	font-weight: bold;
}
.hide {
	display: none;
}
