 /* general.css by formarteam Design Studio*/
 
 /* Normalisieren von margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Normalisieren der Schriftgröße für Überschriften */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
 
/* Entfernen von list-style aus Listen */
ol,ul {
	list-style: none;
}

/* Normalisieren von font-style und font-weight auf Normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Entfernen von list-style aus Listen */
table {
	border-collapse: separate;
	border-spacing: 0;
}

/* Entfernen von border aus fieldset und img */
fieldset,img {
	border: 0;
}

/* Linksbündigkeit von Text in caption and th */
caption,th {
	text-align: left;
}

/* Entfernen von Anführungszeichen aus q */
q:before, q:after {
	content: '';
}

/* Startup font weight */

h1,h2,h3,h4,p,a,li {
	font-weight: normal;
}

/* Standard-Schriftgrößen  */
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #257bb9;
	margin-bottom: 19px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 19px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #202020;
	margin-bottom: 8px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	line-height: 32px;
	color: #ffffff;
}
h5 {
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
	color: #ffffff;
}
p {
	font-size: 12px;
	line-height: 19px;
	text-decoration: none;
}
p.judgement {
	font-size: 11px;
	line-height: 19px;
	text-decoration: none;
	font-style: bold;
	color: #000000;
}
p.judgementhead {
	font-size: 11px;
	line-height: 19px;
	text-decoration: none;
	font-style: normal;
	margin: 6px 0 6px 0;
	color: #000000;
}
p.linebreak {
	font-size: 12px;
	line-height: 19px;
	text-decoration: none;
	margin-top: 6px;
}
p.linebreakdown {
	font-size: 12px;
	line-height: 19px;
	text-decoration: none;
	margin-bottom: 6px;
}
p.linebreakdowngrey {
	font-size: 12px;
	color: #696969;
	line-height: 19px;
	text-decoration: none;
	margin-bottom: 6px;
}
p.sub {
	font-size: 11px;
	text-decoration: none;
	color: #257bb9;
}
.bold {
	font-weight: bold;
}
.boldspace {
	font-weight: bold;
	margin-bottom: 4px;
}
.boldmorespace {
	font-weight: bold;
	margin-bottom: 8px;
}
.boldwidespace {
	font-weight: bold;
	margin: 20px 0 12px 0;
}
li {
	font-size: 11px;
}
ul_txt {
	list-style-type: disc;
	margin-left: 25px;
}
li_txt {
	font-size: 12px;
}

/* Einstellen des font styles für die komplette html Seite.*/
html {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	text-align: center; /* IE-Hack Zentrierung */
	margin: 0;
	background-color: #000000; /* Hintergrund Base */
	color: #202020; /* Schriftfarbe für alle divs incl. Vererbungen */
}

/* Zentrierter Seitencontainer */
div#wrapper {
	margin: 0 auto;
	background: transparent;
	text-align: left;
	width: 930px;
	min-height: 711px;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Schriftformatierung */
/*  --------------------------------------------------------------------------------------------------------------- */
a, a:link, a:visited {
    color: #257bb9;
    text-decoration: none;
}
a:active, a:hover {
    color: #257bb9;
	text-decoration: underline;
}

h5 a:link, h5 a:visited {
	color: #ffffff;
	text-decoration: none;
}
h5 a:active, h5 a:hover {
	color: #aad9f3;
	text-decoration: none;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Sprachumschaltung */
/*  --------------------------------------------------------------------------------------------------------------- */

div#lang {
	float: right;
	width: 180px;
	text-align: right;
}
div#lang ul {
	color: #ffffff;
	padding: 6px 26px 0 0;
}
div#lang ul li {
	display: inline;
	font-size: 11px;
}
div#lang ul li a, div#lang ul li a:visited {
	color: #bcc6d0;
	text-decoration: none;
}
div#lang ul li a:hover {
	color: #257bb9;
}
div#lang ul li.active a {
	color: #ffffff;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Header*/
/*  --------------------------------------------------------------------------------------------------------------- */
div#head {
	width: 930px;
	height: 256px;
	background: url(../images/head.jpg) no-repeat;
}
div#info {
	width: 135px;
	height: 175px;
	float: right;
	padding: 56px 20px 25px 0;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Menü */
/*  --------------------------------------------------------------------------------------------------------------- */
div#menustrip {
	width: 930px;
	height: 25px;
	background: url(../images/bgmenu.png) no-repeat;
}
div#menu {
	width: 700px;
	height: 25px;
	padding: 6px 0 0 17px;
}
div#menu ul {
	float: left;
	width: 100%;
}
div#menu ul li {
	display: inline;
}
div#menu ul li a, div#menu ul li a:visited {
	padding: 0 9px;
	color: #bcc6d0;
	background: url(../images/menuspacer.gif) no-repeat right;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	float: left;
}
div#menu ul li a:hover {
	color: #257bb9;
}
div#menu ul li.active a {
	color: #ffffff;
}
div#menu ul li.wflast a {
	background: none;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Submenü */
/*  --------------------------------------------------------------------------------------------------------------- */
ul#mainnav li a, ul#mainnav li a:visited {
	display: block;
	text-align: left;
	padding-left: 12px;
	color: #202020;
	text-decoration: none;
	line-height: 24px;
	list-style-type: none;
}
ul#mainnav li a:hover {
	text-decoration: none;
	/*font-weight: bold;*/
	color: #257bb9;
}
ul#mainnav li.current a {
	text-decoration: none;
	/*font-weight: bold;*/
	color: #257bb9;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Breadcrumbs*/
/*  --------------------------------------------------------------------------------------------------------------- */
div#breadcrumbs {
	width: 930px;
	height: 16px;
	padding-top: 3px;
	background: url(../images/bgbreadcrumbs.gif) no-repeat;
}
span.B_crumbBox {
	margin-left: 141px;
	font-size: 9px;
	text-decoration: none;
}
a.B_Crumb, a.B_Crumb:link, a.B_Crumb:visited {
	color: #0a253f;
	text-decoration: none;
}
a.B_Crumb:hover, a.B_Crumb:active {
	color: #257bb9;
	text-decoration: none;
}
a.B_currentCrumb, a.B_currentCrumb:link, a.B_currentCrumb:visited {
	color: #0a253f;
	text-decoration: none;
}
a.B_currentCrumb:hover, a.B_currentCrumb:active {
	color: #257bb9;
	text-decoration: none;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Hauptcontainer*/
/*  --------------------------------------------------------------------------------------------------------------- */
div#showcase {
	width: 930px;
	height: 423px;
	background: url(../images/bgmain.jpg) repeat-y;
}
div#submenu {
	width: 126px;
	min-height: 300px;
	padding-top: 10px;
	float: left;
	background: url(../images/bgsubmenu.jpg) no-repeat;
}
div#content {
	width: 804px;
	height: 423px;
	float: right;
	background: url(../images/bgcontent.jpg) no-repeat;
}

/*  --------------------------------------------------------------------------------------------------------------- */
div#mainarea {
	width: 530px;
	height: 365px;
	padding: 24px 34px 34px 34px;
	float: left;
	overflow: auto;
}
div#innersplitleft {
	width: 235px;
	height: 265px;
	float: left;
}
div#innersplitright {
	width: 275px;
	height: 226px;
	float: right;
}
div#addressarea {
	width: 145px;
	min-height: 250px;
	padding: 18px 30px 0 27px;
	float: right;
	position: relative;
	z-index: 10;
	text-align: left;
}
div#addressimg {
	width: 145px;
	height: 86px;
	background: url(../images/addressimg.jpg) no-repeat;
	z-index: 20;
}
div#address {
	width: 134px;
	height: 150px;
	padding: 12px 0 0 8px;
	z-index: 20;
}
h2.address {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
p.address {
	font-size: 10px;
	font-weight: bold;
}

/*  --------------------------------------------------------------------------------------------------------------- */
div.aboutbox {
	width: 530px;
	min-height: 166px;
	margin-top: 20px;
}
div.aboutimg {
	width: 119px;
	height: 166px;
	float: left;
}
div.abouttxt {
	width: 400px;
	min-height: 166px;
	float: right;
}

/*  --------------------------------------------------------------------------------------------------------------- */
.trennliniel {
	width: 310px;
	height: 1px;
	background-color: #9fa6ac;
}
.trennlinier {
	width: 395px;
	height: 1px;
	background-color: #9fa6ac;
}
div#spacer {
	width: 1000px;
	height: 41px;
	background: url(../images/bgspacer.jpg) no-repeat;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* FocusArea*/
/*  --------------------------------------------------------------------------------------------------------------- */
div#focusarea {
	width: 1000px;
	height: 155px;
	background: url(../images/bgfocusarea.jpg) no-repeat;
	z-index: -50;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Kontaktformular */
/*  --------------------------------------------------------------------------------------------------------------- */
form#kontakt span.label {
	font-size: 11px;
	float: left;
	padding: 3px 0 0 0;
	width: 70px;
}
input.text {
	height: 16px;
	padding: 2px 4px 0 4px;
	border: 1px solid #929aa1;
	background: #ffffff;
	color: #202020;
	font: 11px Arial, Helvetica, sans-serif;
	overflow: hidden;
}
input.button {
	background: url(../images/submitbtn.jpg) 0 0 no-repeat;
	margin: 10px 0 10px 70px;
	width: 70px;
	height: 22px;
	border: 1px solid #929aa1;
	font-size: 11px;
	color: #202020;
	cursor: pointer;
}
input.button:hover {
	background-position: 0 -22px;
	color: #257bb9;
}
select {
	height: 18px;
	border: 1px solid #929aa1;
	background: #ffffff;
	color: #202020;
	font: 11px Arial, Helvetica, sans-serif;
}
textarea {
	padding: 2px 2px 2px 4px;
	border: 1px solid #929aa1;
	background: #ffffff;
	color: #202020;
	font: 11px Arial, Helvetica, sans-serif;
	overflow: auto;
}
.commentfield {
	width: 262px;
}
form#kontakt div.zeile {
	clear: both;
	padding: 2px 0;
}
form#kontakt img {
	margin: 5px 0 5px 70px;
	border: 1px solid #929aa1;
}
.errors {
	font-size: 9px;
	color: #257bb9;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* MaxiGallery*/
/*  --------------------------------------------------------------------------------------------------------------- */
.thumbscontainer {
	width: 100%;
	text-align: center;
}
.thumbnail {
	float: left;
	margin: 3px;
	width: 54px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	border: solid 1px #cbced1;
}
.thumbnail:hover, .thumbnailnews:hover {
	border-color: #858789;
}
.thumbnailnews {
	float: left;
	margin: 0;
	width: 286px;
	height: 73px;
	text-align: center;
	text-decoration: none;
	border: solid 1px #cbced1;
}
.middle {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 54px;
	height: 54px;
	cursor: pointer;
}
.middle * {
	vertical-align: middle;
}
/*\*//*/
.middle {
    display: block;
}
.middle span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
.pagenumbers {
	font-size: 11px;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Footer*/
/*  --------------------------------------------------------------------------------------------------------------- */
div#footer {
	width: 930px;
	height: 55px;
	background: url(../images/bgfooter.jpg) no-repeat;
}
div#footercontent {
	width: 920px;
	text-align: right;
	padding-top: 37px;
}
p.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: normal;
	color: #cfd6dd;
}
