/*
Autor : DICKE Kreativbüro (Mario Schwartz)
Layout: Bildschirm, Projektor
*/

/*===== Main CSS STYLE =====*/
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form, fieldset, div
{
	margin: 0px;
	padding: 0px;
}
html, body
{
	width: 100%;
	height: 100%;
}
body
{
	color: #000;
	background: #f2f2f2 none repeat-x scroll left top;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
img, form fieldset, hr
{
	border: 0px solid #0eaa9b;
}
hr
{
	height: 1px;
	background-color: #000;
	color: #000;
}
p, dl, ul, ol, h1, h2, h3, h4, h5, h6, fieldset legend, hr
{
	margin: .8em 5px;
}
h1, h2, h3, h4, h5, h6, fieldset legend
{
	color: #4197C7;
	background-color: transparent;
}
h1, fieldset legend
{
	font-size: 17px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	color: #0e4b7c;
	background-color: transparent;
}
h2
{
	font-size: 15px;
}
h3
{
	font-size: 13px;
}
h4
{
	font-size: 11px;
}
h5
{
	font-size: 9px;
}
h6
{
	font-size: 7px;
}
a
{
	text-decoration: none;
	color: #4197c7;
	background-color: transparent;
}
a:hover
{
	text-decoration: none;
}
fieldset legend
{
	margin: 0px 10px;
}
ul, ol
{
	margin-left: 36px;
}
label
{
	cursor: pointer;
}
table, td, th
{
	border: 0px dotted #939598;
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
th, td
{
	text-align: left;
	padding: 3px;
	vertical-align: top;
	color:#939598;
	background-color: transparent;
}
th
{
	font-weight: bold;
	text-align: left;
	color:#939598;
	background-color: transparent;
}
td
{
	text-align: left;
	vertical-align: top;
}
dt
{
	color: #000;
	background-color: transparent;
	font-weight: bold;
}
dd
{
	margin-left: 0px;
}
.tooltip
{
	position: absolute;
	display: none;
	z-index: 40;
	padding: 3px;
	background-color: #f1f1f1;
	color: #736c6c;
	text-align: left;
	border: 1px solid #e4e4e4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;
}
.clear
{
	clear: both;
}
.nowrap
{
	white-space: nowrap;
}
.post_ok
{
	color: Green;
}
.post_err
{
	color: #939598;
}
.print
{
	display: none;
}
.align_left
{
	text-align: left;
}
.align_center
{
	text-align: center;
}
.align_right
{
	text-align: right;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
/*===== End of Main CSS STYLE =====*/
/*===== Stark CSS STYLE =====*/
div.seite{
	width:1000px;
	margin:0px auto;
}
div.kopf{
	float:left;
	width:1000px;
	/*height:473px;*/
	background: url(../../_img/1/kopf_bg.jpg) repeat-x top left;
}
div.kopf div.kopf_1{
	float:left;
	height:170px;
	width:1000px;
}
div.kopf div.logo{
	position:relative;
	float:left;
	z-index: 1;
	height:121px;
	width:280px;
	margin-left:89px !important;
	margin-left:45px;
	margin-top:26px;
	background: transparent url(../../_img/1/logo.jpg) no-repeat;
}
div.kopf div.logo a{
	display: block;
	height:121px;
	width:280px;
}
div.kopf div.schnellmenu{
	float:right;
	margin-right:60px !important;
	margin-right:30px;
}
div.kopf div.schnellmenu a{
	float:left;
	display:block;
	width:44px !important;
	width:45px;
	height:49px;
	border-left:#0378ba 1px solid;
}
div.kopf div.schnellmenu a.home{
	width:45px;
	height:49px;
	border:none;
	background: url(../../_img/1/home.gif) no-repeat center;
}
div.kopf div.schnellmenu a.impressum{
	background: url(../../_img/1/impressum.gif) no-repeat center;
}
div.kopf div.schnellmenu a.kontakt{
	background: url(../../_img/1/kontakt.gif) no-repeat center;
}
div.kopf div.schnellmenu a.sitemap{
	background: url(../../_img/1/sitemap.gif) no-repeat center;
}
div.kopf div.menu{
	float:left;
	position:relative;
	z-index: 2;
	width:1000px;
	height:32px;
	margin-top:-9px;
}
div.kopf div.menu ul.menue {
	margin:0px 0px 0px 135px !important;
	margin:0px 0px 0px 136px;
	height:32px;
	width:865px !important;
	width:864px;
	list-style: none;
	background: transparent url(../../_img/1/blauerbalken.gif) repeat-x;
}
div.kopf div.menu ul.menue li{
	float:left;
	height:32px;
}
div.kopf div.menu ul.menue li a{
	display: block;
	font-size:14px;
	color:#ffffff;
	background-color:#0679bb;
	text-decoration: none;
	padding: 8px 27px 8px 27px;
}
div.kopf div.menu ul.menue li a:hover,
div.kopf div.menu ul.menue li.aktiv a{
	color:#0679bb;
	background-color:#ffffff;
}

div.kopf div.menu ul.menue li ul.untermenue {
	padding-top:10px;
	list-style:none;
	margin:0px !important;
	margin:0px;
	padding:0px;
	width: 320px !important;
	width: 322px;
	position: absolute;
	float: none;
	display: none;
	color: inherit;
	background-color: #0679BB;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

div.kopf div.menu ul.menue li:hover ul.untermenue {
	display: block;
}

div.kopf div.menu ul.menue li ul.untermenue li{
	text-align:left;
	float:none;	
	height: auto;
}
div.kopf div.menu ul.menue li ul.untermenue li a{
	font-size:12px;
	text-decoration: none;
	color:#ffffff;
	background-color: #0679BB;	
	padding: 6px 27px 6px 27px;
	font-size:12px;
}
div.kopf div.menu ul.menue li ul.untermenue li.aktiv{
	border-left:1px solid #4197C7;
	border-right:1px solid #4197C7;
	color:#0579BA;
	background-color:#ffffff;	
}
div.kopf div.menu ul.menue li ul.untermenue li.aktiv a{
	color:#0579BA;
	background-color:#ffffff;		
}
div.kopf div.menu ul.menue li ul.untermenue li a:hover{
	text-decoration: underline;
}


div.kopf div.header_container{
	float:left;	
	width:1000px;
	height:303px;
	background: transparent url(../../_img/1/header_bg.jpg) no-repeat;
}
div.kopf div.header{
	float:left;
	width:1000px;
	height:303px;
	/*margin-top:170px;*/
	background: transparent url(../../_img/1/header/14.jpg) no-repeat 49px;
}

div.kopf div.header_2{
	float:left;
	width:902px;
	height:303px;
/*	background: transparent url(../../_img/1/overlay.png) no-repeat;*/
	background: transparent no-repeat;
	margin-left: 49px !important;
	margin-left:24px;
}
div.kopf div.header_s{
	float:left;
	width:1000px;
	height:303px;
	/*margin-top:170px;*/
	background: #ffffff url(../../_img/1/header/14.jpg) no-repeat 49px;
}
div.kopf div.header_2s{
	float:left;
	width:902px;
	height:303px;
/*	background: transparent url(../../_img/1/overlay.png) no-repeat;*/
	background: transparent no-repeat;
	margin-left: 49px !important;
	margin-left:24px;
}
div.mitte{
	clear:both;
	width:1000px;
	background-color: #ffffff;
	padding-bottom:28px;
	overflow:hidden !important;
	overflow:visible;
}
div.mitte div.inhalt{
	color:#939598;
	background-color: transparent;
	text-align: left;
	width:902px !important;
	width:951px;
	float:left;
	padding: 0px 0px 0px 49px;
	margin:0px 0px 0px 0px;
	border-top:10px solid #4599c8;	
}
div.mitte div.inhalt_start{
	border-top:10px solid #4599c8;
	padding: 0px 74px 0px 74px;
	margin:0px;
	width:466px !important;
	width:614px;	
}
div.mitte div.inhalt_menu{
	padding:0px 0px 0px 49px;
	color:#939598;
	background-color: transparent;
	text-align: left;
	float:left;
	width:602px !important;
	width:651px;	
}
div.mitte div.inhalt div.blueh1{
	width:902px;
	height:48px;
}
div.mitte div.inhalt_menu div.blueh1{
	width:602px;
	height:48px;
}
div.mitte div.inhalt_menu h1,
div.mitte div.inhalt h1{
	float:left;
	margin:0px 0px 0px 0px;
	padding:20px 20px 10px 20px;
	color:#ffffff;
	background-color:#4197c7;
	font-size:14px;
	font-weight:bold;
}
div.mitte div.inhalt_start h1{
	margin: .8em 5px;
	color:#0478b9;
	background-color: transparent;
	font-size:16px;
	float: none;
	padding:0px;
}
div.mitte div.inhalt_menu p,
div.mitte div.inhalt p{
	color:#939598;
	background-color: transparent;
/*	float:left;	*/
}
div.mitte div.inhalt div.team_container{
	float:right;
	width:600px;
	height:223px;
}
div.mitte div.inhalt div.team{
	width:104px;
	height:223px;
	float:left;
	margin-right:15px;
}
div.mitte div.inhalt div.team_container p{
	width:107px;
	text-align: center;
	margin-left:0px;
	margin-right:0px;
	font-size:11px;
	color:#0278ba;
	background-color:transparent;
}
div.mitte div.kontakt{
	text-align: left;
	float:left;
	background-color:#e3f0f7;
	width:321px !important;
	width:337px;
	height:75px !important;
	height:93px;
	font-size:11px;
	padding: 18px 0px 0px 16px;
}
div.mitte div.kontakt span{
	color:#0278ba;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
}
div.mitte div.kontakt p{
	float:left;
	margin-left:0px;
	margin-right:20px;
	color:#939598;
	background-color: transparent;
}
div.mitte div.kontakt div.vcf{
	float:right;
	position:absolute;
	height:23px;
	width:32px;
	background: transparent url(../../_img/1/vcf.gif) no-repeat;
	margin: 24px 0px 0px 277px;
}
div.mitte div.kontakt div.vcf a{
	display:block;
	height:23px;
	width:32px;
}
div.fuss{
	height:86px;
	width:1000px:
	background-color:#ffffff;
	margin-top:-28px;
	font-size:11px;
	text-align:left;
}
div.fuss div.logo{
	position:absolute;
	z-index: 3;
	background: transparent url(../../_img/1/fuss_logo.gif) no-repeat top left;	
	width:116px;
	height:86px;
	margin-left:527px;
}
div.fuss div.hintergrund_l{
	position:absolute;
	z-index: 1;
	height:58px;
	width:580px;
	margin-top:28px;
	color:inherit;
	background-color:#0579ba;
}
div.fuss div.hintergrund_r{
	position:absolute;
	z-index: 1;
	height:58px;
	width:420px;
	margin-top:28px;
	margin-left:580px;
	color:inherit;
	background-color:#ffffff;
}
div.fuss div.copyright{
	float:left;
	position: absolute;
	z-index: 2;
	height:35px !important;	
	height:46px;	
	width:454px !important;
	width:478px;
	margin-top:39px;
	margin-left:49px;
	border-top:1px solid #ffffff;
	color:#ffffff;
	background-color: transparent;
	padding-left:24px;
	padding-top:11px;
}
div.fuss div.copyright a{
	color:#ffffff;
	background-color:transparent;
	text-decoration: none;
}
div.fuss div.copyright a:hover{
	text-decoration: underline;
}
div.fuss div.fuss_menu{
	float:left;
	position: absolute;
	z-index: 2;
	height:35px !important;	
	height:46px;	
	width:290px !important;	
	width:308px;	
	margin-top:39px;
	margin-left:643px;
	border-top:1px solid #c4c5c6;
	color:#0178ba;
	background-color: transparent;
	padding-top:11px;	
	padding-right:18px;
	text-align: right;
}
div.fuss div.fuss_menu a{
	color:#0178ba;
	background-color:transparent;
	text-decoration: none;	
}
div.fuss div.fuss_menu a:hover{
	text-decoration: underline;
}
/*===== Stark CSS STYLE =====*/
/*===== Site CSS STYLE =====*/
div.inhalt input, div.inhalt textarea, div.inhalt select
{
	width: 210px !important;
	width: 212px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f3f2;
	color: #696969;
	border: 1px solid #4c4c4c;
}
div.inhalt textarea
{
	height: 113px !important;
	height: 117px;
}
div.inhalt select, div.inhalt input.box, div.inhalt input.button, div.inhalt a.button
{
	width: auto !important;
	width: auto;
	cursor: pointer;
}
div.inhalt input:hover, div.inhalt textarea:hover, div.inhalt input:focus, div.inhalt textarea:focus
{
	background-color: White;
	color: #000;
	border-color: #2e2e2e;
}
div.inhalt input.button, div.inhalt a.button
{
	background-color: transparent;
	color: #4197C7;
	font-weight: bold;
	border-width: 1px;
	border-color: #000;
}
div.inhalt a.button
{
	padding: 3px 2px;
	text-decoration: none;
	border-style: solid;
}
div.inhalt input.button:hover, div.inhalt a.button:hover
{
	border-color: #4197C7;
	background-color: transparent;
	color: #4197C7;
}
div.inhalt input.missing, div.inhalt textarea.missing, div.inhalt select.missing
{
	border-color: red;
}
div.inhalt dl.news_arcive dt
{
	padding: 5px;
}
div.inhalt dl.news_arcive dd
{
	margin: 0px 0px 5px 0px;
	padding: 10px;
}
div.inhalt p.skizze
{
	display:block;
	float:left;
	margin-left:40px !important;
	margin-left:0px;
}
div.inhalt p.sitemap
{
  margin-left: 50px;
  border-style: solid;
  border-color: #443d2a #fff #fff #443d2a;
  border-width: 1px;
}
div.inhalt p.sitemap:hover, div.inhalt p.sitemap:focus
{
  border-color: #fff #443d2a #443d2a #fff;
}
div.inhalt .sitemap a
{
  padding: 3px 15px;
  text-decoration: none;
}
div.inhalt ul.sitemap
{
  margin-left: 50px;
}
div.inhalt ul.sitemap li
{
  margin: 0px;
  padding: 1px 3px 1px 15px;
  list-style: circle inside;
  background-image: none;
}
div.inhalt div.galerie
{
	margin-left: 20px;
	width: 310px;
	overflow: hidden !important;
	overflow: visible;
	float: left;
}
div.inhalt div.galerie p.ueberschrift
{
	font-weight: bold;
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #000;
}
div.inhalt div.galerie p.img
{
	float: left;
	margin: 0px 5px;
	width: 127px !important;
	width: 129px;
	text-align: center;
	border: 1px solid #f2f2f2;
	font-size: 0px;
}
div.inhalt div.galerie2
{
	margin-right: 5px;
	margin-bottom: 5px;
	height: 85px !important;
	height: 87px;
	width: 160px !important;
	width: 162px;
	float: left;
	border: 1px solid #f2f2f2;
	font-size: 0px;
}
div.inhalt div.galerie2 p.img
{
	margin: 0px;
}
div.inhalt div.gallery_line
{
  overflow: hidden !important;
  overflow: visible;
  clear: both;
}
div.inhalt div.gallery_line div.gallery
{
	float: left;
	width: 134px !important;
	width: 136px;
	overflow: hidden !important;
 	overflow: visible;
	border: 1px solid #f2f2f2;
	margin: 5px;
	text-align: center;
	font-size: 0px;
}
div.inhalt ul.page_numbers
{
	margin: 1em 17px;
	list-style: none;
	float: right;
}
div.inhalt ul.page_numbers li
{
	float: left;
	margin: 2px;
}
div.inhalt ul.page_numbers li#leader
{
	font-weight: bold;
	text-decoration: underline;
}
div.inhalt ul.page_numbers li a, div.inhalt ul.page_numbers li span
{
	text-decoration: none;
	border: 1px solid #f2f2f2;
	padding: 3px;
}
div.inhalt ul.page_numbers li a:hover, div.inhalt ul.page_numbers li.current-page span
{
	border: 1px solid #4197C7;
}
/*===== End of Site CSS STYLE =====*/

/*===== Lightbox CSS STYLE =====*/
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(../../_img/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(../../_img/overlay.png);
}
* html #lightboxOverallView, * html #overlay {
	background-color: #e5e5e5;
	background-image: url(../../_img/blank.gif);
	filter: Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/*===== End of Lightbox CSS STYLE =====*/

#subtitle
{
	border: 1px solid #323232;
	color: #000;
	background-color: #fff;
	padding: 5px;
	display: none;
	position: absolute;
	text-align: left;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*===== Begin of AjaxPopUp =====*/
div#AjaxPopUp
{
	width: 100%;
	height: 100%;
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #e5e5e5;
	background-image: url(../../_img/overlay.png) !important;
	background-image: url(../../_img/blank.gif);
	filter: Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	z-index: 50;
}
div#PopUpInfo
{
	position: fixed !important;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	color: #000;
	z-index: 60;
	display: none;
}
div#PopUpInfo input, div#PopUpInfo select, div#PopUpInfo textarea
{
	width: 350px;
	background-color: #ababab;
	color: #000;
	border: 0px solid #000;
}
div#PopUpInfo a.button
{
	width: auto;
	cursor: pointer;
	text-decoration: none;
	padding: 0px 5px;
}
div#PopUpInfo textarea
{
	height: 80px;
}
div#PopUpInfo input.box
{
	width: auto;
	cursor: pointer;
}
div#PopUpInfo ul
{
	text-align: left;
	margin: 0px;
	list-style: none;
	overflow: auto;
}
div#PopUpInfo ul li
{
	border-left: 10px solid #fff;
	padding-left: 5px;
	line-height: 18px;
}
div#PopUpInfo ul li.active
{
	border-left: 10px solid #6ca055;
	font-weight: bold;
}
div#PopUpInfo ul li a
{
	text-decoration: none;
	display: block;
}
/*===== End of AjaxPopUp =====*/
