/* B L O C K S*/

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

header h2,
nav h2,
main h2,
footer h2,
aside h2 {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	/* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8rem;
	line-height: 1rem;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #333;
	background-color: #666;
	letter-spacing: 0.03em;
}

#editorbody {
	background-color: #fff;
	position: relative;
}

#sitecontainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	background-color: #fff;
	-webkit-box-shadow: 3px 0px 5px #666;
	-moz-box-shadow: 3px 0px 5px #666;
	box-shadow: 3px 0px 5px #666;

}



#contentcont {
	position: absolute;
	min-height: 20px;
	background-image: url(../bilder/bg_content.jpg);
	background-repeat: repeat-y;
	z-index: 30;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 3px 5px 5px #666;
	-moz-box-shadow: 3px 5px 5px #666;
	box-shadow: 3px 5px 5px #666;
	margin-bottom: 1rem;
}




/* LOGO */
#head {
	height: 140px;
	width: 990px;
	background: url(../bilder/logo.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;

}

#head a img {
	height: 140px;
	border: 0px;
}

#headercontainer {
	height: 190px;
	width: 990px;
}

#headerbild {
	position: absolute;
	height: 190px;
	width: 990px;
	z-index: 20;
}

#headerbild_admin {
	position: absolute;
	height: 190px;
	width: 950px;
	margin-left: 20px;
	background-color: #666;
	z-index: 20;
}

.headerpic_admin {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

#topwahl {
	position: absolute;
	width: 950px;
	background: rgba(120, 120, 120, .95);
	background-repeat: repeat;
	float: left;
	height: 190px;
	color: #fff;
	overflow: auto;
	z-index: 80;
}

#maske {
	position: absolute;
	height: 190px;
	width: 990px;
	background: url(../bilder/headmaske.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	z-index: 21;
}

/* Servicenavigation oben */
#servicebox {
	position: absolute;
	letter-spacing: 0.04em;
	text-align: right;
	top: 110px;
	font-size: 0.7rem;
	font-weight: bold;
	color: #333;
	right: 20px;
	height: 25px;
	z-index: 80;
}

li.service {
	float: left;
	padding-right: 7px;
}

.service a {
	text-decoration: none;
}

div.nav_space {
	width: 10px;
	float: left;
}


/* INHALTSBEREICH */
#content {
	padding-top: 30px;
	width: 560px;
	min-height: 300px;
	float: left;
	background-image: url(../bilder/bg_center.jpg);
	background-repeat: repeat-y;
}

#inhalt {
	margin-top: 0px;
	margin-left: 20px;
	width: 520px;
}

/* ??? ZU BEARBEITEN */
#inhalt_abschluss {
	height: 10px;
	padding: 10px;
}


/* ??? ZU BEARBEITEN */
#bildbox {
	margin-left: 10px;
	width: 750px;
	height: 170px;
	background-color: #333;
	float: left;
}


/* N A V I G A T I O N */

#topnavi {
	background-image: url(../bilder/bg_left.jpg);
	background-repeat: repeat-y;
	padding-top: 30px;
	margin-left: 20px;
	width: 190px;
	height: 460px;
	vertical-align: top;
	float: left;
}

#mobilenavi {
	display: none;
}

li.topnav {
	border-bottom: 1px solid #fff;
	height: 16px;
	width: 178px;
	padding: 2px 2px 2px 10px;
}

li.topnav:hover {
	height: 16px;
	width: 178px;
	padding: 2px 2px 2px 10px;
	background-color: #eee;
}

li.topnav_act {
	border-bottom: 1px solid #fff;
	height: 16px;
	width: 178px;
	padding: 2px 2px 2px 10px;
	background-color: #eee;
}


li.subnavidiv {
	border-bottom: 1px solid #fff;
	height: 16px;
	width: 173px;
	padding: 2px 2px 2px 15px;
}

li.subnavidiv_act {
	border-bottom: 1px solid #fff;
	height: 16px;
	width: 173px;
	padding: 2px 2px 2px 15px;
	background-color: #eee;
}


/* F O O T E R */
#fuss {
	position: absolute;
	bottom: 40px;
	left: 30px;
	height: 100px;
	font-size: 0.7rem;
	text-align: left;
	line-height: 13px;
	vertical-align: top;
	z-index: 57;
}

#fuss p {
	font-size: 0.7rem;
	text-align: left;
	line-height: 0.8rem;
	color: #333;
	letter-spacing: 0.05em;

}

#footer_admin {
	position: absolute;
	z-index: 200;
}


/* NEWS CONTENT */

div.boxdatum {
	font-size: 0.8rem;
}

article.middlebox {
	font-size: 0.8rem;
	padding-bottom: 10px;
	text-align: left;
	background-color: #ddd;
	padding: 10px;
}

article.middlebox_team {
	font-size: 0.8rem;
	margin-bottom: 10px;
	text-align: left;
	background-color: #ddd;
	padding: 10px;
}

img.team {
	float: left;
	width: 200px;
	padding-right: 10px;
}

header.middleboxtop {
	font-weight: bold;
	font-size: 0.8rem;
	height: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}

img.thumbnail {
	border: 0px;
	height: 100px;
	margin-right: 10px;
}

img.thumbnail_small {
	border: 0px;
	height: 50px;
	margin-right: 10px;
}

/* I N F O B O X */

#infos {
	background-image: url(../bilder/bg_right.jpg);
	background-repeat: repeat-y;
	float: left;
	padding-left: 10px;
	padding-top: 30px;
	width: 210px;
}

#infoswahl {
	position: absolute;
	background-image: url(../bilder/darktrans.png);
	background-repeat: repeat;
	float: left;
	padding-left: 10px;
	height: 500px;
	padding-top: 30px;
	width: 210px;
	color: #fff;
	overflow: scroll;
	z-index: 80;
}

div.rightbox {
	line-height: 0.9rem;
	font-size: 0.7rem;
	width: 180px;
	letter-spacing: 0.05em;
	padding: 5px;
	background-color: #ddd;
	margin-bottom: 10px;
}

div.rightbox img {
	width: 180px;
	margin-bottom: 5px;
}

div.rightboxbild {
	line-height: 0.9rem;
	font-size: 0.7rem;
	width: 190px;
	letter-spacing: 0.05em;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

div.rightboxbild img {
	height: 130px;
}


img.pfeil {
	vertical-align: top;
	width: 9px;
	height: 9px;
	border: 0px;
	margin-top: 2px;
}

div.rightboxtop {
	font-size: 0.7rem;
	width: 190px;
	height: 12px;
	margin-bottom: 5px;
}

div.rightboxbottom {
	height: 3px;
	width: 190px;
	margin-bottom: 10px;
}

div.boxhead {
	letter-spacing: 0.04em;
	font-size: 0.8rem;
	padding-top: 4px;
	font-weight: bold;
}

div.rightboxbottom {
	height: 3px;
	width: 140px;
	margin-bottom: 10px;
}

#abschluss {
	clear: both;
}



/* BACKEND */
div.formhead {
	font-size: 0.8rem;
	padding: 2px;
	color: #fff;
	background-color: #4379a3;
	margin-bottom: 2px;
	clear: both;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background: url(../bilder/headblau.jpg);
}

div.clear {
	clear: both;
}

div.forms {
	float: left;
	padding: 2px;
	margin-right: 2px;
	height: 45px;
	text-align: center;
	background-color: #ccc;
}

div.formsclear {
	clear: both;
	padding: 2px;
	margin-top: 2px;
	height: 60px;
	text-align: center;
	background-color: #ccc;
}

div.formssmal {
	float: left;
	padding: 2px;
	margin-right: 2px;
	text-align: center;
	background-color: #ccc;
}


/* N A V I G A T I O N */
a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #015fa9;
}

a.titel {
	font-size: 0.7rem;
	line-height: 0.9rem;
	color: #fff;
	text-decoration: none;
}

a.titel:hover {
	color: #015fa9;
}

a:hover:visited {
	color: #015fa9;
}

a.Active {
	color: #015fa9;
	text-decoration: none;
	font-size: 0.8rem;
}

a.Active2 {
	color: #015fa9;
	font-weight: bold;
	font-size: 0.8rem;
	text-decoration: none;
}

a.Active3 {
	color: #015fa9;
	font-size: 0.7rem;
	text-decoration: none;
}

a.nav {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8rem;
}

a.nav:hover {
	color: #015fa9;
	text-decoration: none;
}

a.nav2 {
	color: #333;
	text-decoration: none;
	font-size: 0.8rem;
}

a.nav2:hover {
	color: #015fa9;
	text-decoration: none;
}

a.box {
	color: #333;
	font-size: 0.7rem;
	text-decoration: none;
}

a.box:hover {
	color: #015fa9;
	text-decoration: none;
}

a.navActive {
	color: #ccc;
	text-decoration: none;
}

span.alert {
	font-size: 0.7rem;
	line-height: 0.7rem;
	color: #ff0033;
}

#alert {
	left: 10px;
	top: 0px;
	padding-top: 100px;
	width: 970px;
	min-height: 600px;
	padding-bottom: 20px;
	position: absolute;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #ffffff;
	z-index: 120;
	background: url(../bilder/redtrans.png);
	background-attachment: scroll;
	background-repeat: repeat;
	text-align: center;
}

#softalert {
	left: 10px;
	top: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 970px;
	min-height: 600px;
	position: absolute;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #fff;
	z-index: 120;
	background: url(../bilder/darktrans.png);
	background-attachment: scroll;
	background-repeat: repeat;
	text-align: center;
}


a.alert {
	font-size: 0.7rem;
	line-height: 0.8rem;
	text-decoration: none;
	color: #ff0033;
}

a.alert:hover {
	text-decoration: none;
	color: #000000;
}


input.button {
	font-size: 0.8rem;
	font-weight: bold;
	border: solid 1px #333;
	background-color: #333;
	color: #fff;
}

input.txt {
	height: 12px;
	padding: 2px;
	font-size: 0.8rem;
	border: solid 1px #333;
	background-color: #ccc;
	color: #333;
}

.bemerkung {
	height: 12px;
	padding: 2px;
	font-size: 0.8rem;
	border: solid 1px #333;
	background-color: #fff;
	color: #000;
}

select.txt {
	padding: 2px;
	font-size: 0.8rem;
	border: solid 1px #333;
	background-color: #ccc;
	color: #333;
}

span.blau {
	color: #333333;
}

input.send {
	border: 1px solid #fff;
	background-color: #333;
	color: #fff;
	padding: 2px;
	font-size: 1rem;
	cursor: pointer;
}

input.senden {
	background-color: #333;
	vertical-align: middle;
}

span.back {
	border: 1px solid #fff;
	background-color: #333;
	color: #fff;
	padding: 3px;
}

a.back {
	color: #fff;
	text-decoration: none;
}

a.back:hover {
	color: #015fa9;
}

.copy {
	font-size: 0.8rem;
	color: #333;
}

h1 {
	font-size: 1.4rem;
	line-height: 1.6rem;
	font-weight: bold;
	color: #015fa9;
}

h3 {
	font-size: 0.8rem;
	font-weight: bold;
	color: #000;
}

h3 a {
	font-size: 0.8rem;
	font-weight: bold;
	color: #015fa9;
	text-decoration: none;
	text-transform: uppercase;
}

h3 a:hover {
	color: #333;
}

strong {
	font-weight: bold;
}

div.rightbox p a img {
	border: 0px;
	padding-top: 2px;
}

div.rightbox p a img:hover {
	opacity: 0.5;
}

/* BOX CAPTION */

.boxcaption h3 {
	margin: 10px 10px 0px 10px;
	color: #fff;
	font: 0.8rem Arial, sans-serif;
	font-weight: bold;
}

.boxgrid {
	width: 190px;
	height: 130px;
	overflow: hidden;
	position: relative;
}

.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxgrid p {
	padding: 0 10px;
	color: #fff;
	font: 0.8rem Arial, sans-serif;
}

.boxcaption {
	float: left;
	position: absolute;
	background: #333;
	height: 100%;
	width: 190px;
	opacity: 0.9;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.caption .boxcaption {
	top: 0;
	left: 288px;
}

.boxcaption a {
	font: 0.8rem Arial, sans-serif;
	color: #fff;
}

/* K O N T A K T F O R M */
#kontaktformular input.txt {
	background: #ccc;
	border: 0px solid #fff;
	height: 20px;
	width: 80%;
}

#kontaktformular textarea.txt {
	background: #ccc;
	border: 0px solid #fff;
	width: 80%;
}

#kontaktformular input.radio {
	padding-top: 4px;
	display: inline-block;
	margin-top: 8px;
}

#kontaktformular input.button {
	display: block;
	margin-top: 20px;
	padding: 10px;
	max-width: 80%;
	clear: both;
	background-color: #015fa9;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#kontaktformular input.button:hover {
	cursor: pointer;
	opacity: 0.5;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/* C A L L T O A C T I O N*/
div.cta {
	display: block;
	margin-top: 20px;
	padding: 10px;
	max-width: 380px;
	clear: both;
	background-color: #015fa9;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}

div.cta:hover {
	opacity: 0.5;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

div.cta a {
	font-weight: bold;
	color: #fff;
	font-size: 1rem;
	line-height: 1.2rem;
	text-decoration: none;
}