/*DOWNLOAD mit KATEGORIEN*/
h4 {
    font-size: 14px;
    color: black;
    padding: 1px;
    border-bottom: 3px solid #011079;
    background-color: #75C43D;
    margin: 5px 0px 2px 0px;
}
.dl_tbl {
    margin-bottom: 15px;
}
.dl_head {
    padding: 1px;
    color: black;
    background-color: #75C43D;
}
.dl_anzeigen {
    background: #fff url(../images/dl_plus.gif) no-repeat left center;
    padding-left: 20px;
    margin-left: 4px;
}
.dl_verbergen {
    background: #fff url(../images/dl_minus.gif) no-repeat left center;
    padding-left: 20px;
    margin-left: 4px;
}
.lastmodified {
    margin: -22px 5px 10px 0px;
    text-align: right;
    font-size: 10px;
}









/* Bildergallery*/

   div.ifgallery {

      margin: 5px 0;

      width: 100%;

      font-size: 11px;

   }

   div.gallery {

      margin: 5px 0;

      width: 100%;

      font-size: 11px;

   }

/*   div.gallery a {

      color: #fff;

      font-size: 11px;

   }

   div.gallery a:hover {

      color: #ff8c00;

   }
*/

   div.gallery div.cont {

      width: 100%;

   }

   div.gallery table.gTable td {

      vertical-align: top;

      padding-bottom: 5px;

   }

   div.gallery td.gallery_image div.link {

      border: 0px solid #333;

      margin-top: 5px;

      height: 150px;

      width: 150px;

      overflow: hidden;

      text-align: center;

   }

   div.gallery td.gallery_image div.link a img {

      filter: Gray();

      -moz-opacity:0.3;

   }

   div.gallery td.gallery_image div.link a:hover img {

      filter: none();

      -moz-opacity: 1;

   }

/*
   div.gallery div.medianame {

      display: none;

   }

   div.gallery div.description {

      display: none;

   }
*/
   /* Hover Thumb in der Übersicht */

   div.gallery #trailimageid {

      position: absolute;

      visibility: hidden;

      left: 0;

      top: 0;

      height: 1px;

      z-index: 5000;

   }

   /* Detailansicht */

   div.gallery div.gallery_detail {

      position: absolute;

      width: auto;

      top: auto;

      left: auto;

      z-index: 500;

   }

   div.gallery div.gallery_detail div.cont {

      position: absolute;

      top: -300px;

      left: -100px;

      width: 650px;

      background: #000;

      border: 10px solid #fff;

      border-bottom: 0;

      z-index: 600;

   }

   * html div.gallery div.gallery_detail div.cont {

      width: 700px;

   }

   /* Allgemein Links */

      div.gallery div.gallery_detail a {

         color: black;

      }

      div.gallery div.gallery_detail a:hover {

         color: #ff8c00;

      }

      div.gallery div.gallery_detail div.image {

         text-align: center;

         margin-bottom: 5px;

      }

      /* Bild */

      div.gallery div.gallery_detail div.image {

      }

      /* Breitenangaben der Container */

      div.gallery div.gallery_detail h3,

      div.gallery div.gallery_detail p.description,

      div.gallery div.gallery_detail div.option,

      div.gallery div.gallery_detail div.back,

      div.gallery div.gallery_detail table.galleryNav {

         text-align: left; /* Nicht entfernen */

         width: 95%;

      }

      /* Überschrift */

      div.gallery div.gallery_detail h3 {

         margin: 10px auto 5px auto;

         color: white;

         text-align: left;

      }

      /* Beschreibung */

      div.gallery div.gallery_detail p.description {

         margin: 0 auto;

         text-align: left;

      }

      /* Optonen */

      div.gallery div.gallery_detail div.option {

         text-align: left;

         margin: 10px auto;

         display: none;

      }

      /* PopUp Link */

      div.gallery div.gallery_detail span.popup {

      }

      /* Download Link */

      div.gallery div.gallery_detail span.download {

      }

      div.gallery div.gallery_detail span.download span.size {

      }

   /* Navigation Detailansicht */

      div.gallery div.gallery_detail div.gTop,

      div.gallery div.gallery_detail div.gBottom {

         width: 100%;

         background: white;

         text-align: left;

         padding: 2px 0;

         margin-top: 10px;

      }

      div.gallery div.gallery_detail div.gTop {

         display: none;

      }

      div.gallery div.gallery_detail div.gTop table.galleryNav,

      div.gallery div.gallery_detail div.gBottom table.galleryNav {

         width: 95%;

         margin: 0 auto;

      }

      div.gallery div.gallery_detail div table.galleryNav td.next,

      div.gallery div.gallery_detail div table.galleryNav td.back,

      div.gallery div.gallery_detail div table.galleryNav td.prev {

         width: 33%;

      }

      div.gallery div.gallery_detail div table.galleryNav td.back {

         text-align: center;

      }

      div.gallery div.gallery_detail div table.galleryNav td.next {

         text-align: right;

      }

      div.gallery div.gallery_detail div a {

      }

      div.gallery div.gallery_detail div a:hover {

      } 











/* Lightbox BILDERGALLERIE*/
	#lightbox {
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		/*z-index: 100;*/
		z-index: 990;
		text-align: center;
		line-height: 0;
	}
	#lightbox a img { border: none; }
	#outerImageContainer {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#imageContainer {
		padding: 10px;
	}
	#loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#hoverNav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		/*z-index: 10;*/
		z-index: 970;
	}
	#imageContainer>#hoverNav { left: 0;}
	#hoverNav a { outline: none;}
	#prevLink, #nextLink {
		width: 49%;
		height: 100%;
		background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	#prevLink { left: 0; float: left;}
	#nextLink { right: 0; float: right;}
	#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
	#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
	#imageDataContainer {
		font: 12px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
	}
	#imageData {
		padding:0 8px;
	}
	#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
	#imageData #caption{ font-weight: bold;	}
	#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
	#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
	#overlay {
		position: absolute;
		top: 0;
		left: 0;
		/*z-index: 90;*/
		z-index: 980;
		width: 100%;
		height: 500px;
		background-color: #000;
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* << */



/* Hauptnavigation */
	.navSpc {
		width: 160px;
		height: 20px;
		display: none;
	}
	div.HauptNav {
        
	}
	/* Alle Links */
	div.HauptNav a {
	}
	div.HauptNav a:hover {
		color: #e8e8ee;
	}
	div.HauptNav div {
	}
	
	/* Ebene 1 */
		/* Hauptcontainer */
		div.HauptNav div.NavFirstIn {
                /*background: #011079;*/
		}
		/* Alle Links */
		div.HauptNav div.NavFirstOff,
		div.HauptNav div.NavFirstOn,
		div.HauptNav div.NavFirstOpen {
			padding: 10px 0;
		}
		/* Alle Links */
		div.HauptNav div.NavFirstOff a,
		div.HauptNav div.NavFirstOn a,
		div.HauptNav div.NavFirstOpen a {
			font-weight: bold;
			font-size: 16px;
			padding: 1px 3px;
			color: #75C43D;
			background: #011079;
		}
		/* Alle Links beim ueberfahren */
		div.HauptNav div.NavFirstOff a:hover,
		div.HauptNav div.NavFirstOn a:hover,
		div.HauptNav div.NavFirstOpen a:hover{
			background: #75C43D;
			color: #000;
		}
		/* Link hier, Im Pfad */
		div.HauptNav div.NavFirstOn a,
		div.HauptNav div.NavFirstOpen a {
			font-weight: bold;
			color: #000;
			background: #75C43D;
		}
	/* Ebene 2 */
		/* Hauptcontainer */
		div.HauptNav div.NavSecondIn {
			margin-left: 10px;
		}
		div.HauptNav div.NavSecondOff,
		div.HauptNav div.NavSecondOn,
		div.HauptNav div.NavSecondOpen {
			padding: 3px 0;
		}
		div.HauptNav div.NavSecondOff a,
		div.HauptNav div.NavSecondOn a,
		div.HauptNav div.NavSecondOpen a {
		        font-weight: bold;
			font-size: 13px;
			padding: 1px 3px;
			color: #75C43D;
			background: #011079;
		}
		/* Alle Links beim ueberfahren*/
		div.HauptNav div.NavSecondOff a:hover,
		div.HauptNav div.NavSecondOn a:hover,
		div.HauptNav div.NavSecondOpen a:hover {
			background: #75C43D;
			color: #000;
		}		
		/* Link hier, Im Pfad */
		div.HauptNav div.NavSecondOn a,
		div.HauptNav div.NavSecondOpen a {
			font-weight: bold;
			color: #000;
			background: #75C43D;
		}
	/* Ebene 3 */
		/* Hauptcontainer */
		div.HauptNav div.NavThirdIn {
			margin-left: 3px;

		}
		/* Alle Links */
		div.HauptNav div.NavThirdOff a,
		div.HauptNav div.NavThirdOn a,
		div.HauptNav div.NavThirdOpen a {
			font-weight: bold;
			font-size: 11px;
			padding: 1px 3px;
			color: #75C43D;
			background: #011079;
		}
		/* Alle Links beim ueberfahren*/
		div.HauptNav div.NavThirdOff a:hover,
		div.HauptNav div.NavThirdOn a:hover,
		div.HauptNav div.NavThirdOpen a:hover {
			background: #75C43D;
			color: #000;
		}
		/* Link hier, Im Pfad  */
		div.HauptNav div.NavThirdOn a,
		div.HauptNav div.NavThirdOpen a {
			font-weight: bold;
			color: #000;
			background: #75C43D;
		}
/* << */














/* General */
* {
	margin: 0;
	padding: 0;
}

html, body {
	/*background: url(../images/bg.gif) repeat-y;*/
	font-size: 14px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
        color: #000;
}

body {
	font-size: 100.01%;
}

td, p {
	font-size: 14px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
        color: #000;
        align:left;
}

li {
	font-size: 14px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
        color: #000;
}
a {
	text-decoration: none;
}

a.fuss{
	
         font-size:10px;
         font-weight:bold;
         color:#ffffff;

}

a.langnavi {
        font-size:10px;
        color: #a0a0a0;
        font-weight:bold;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	background-color:#ffffff;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:2px;
}

a.langnavi2{
        font-size:12px;
        font-weight:bold;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	background-color:#ffffff;
	color:#011079;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:2px;
}
a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.y {
	clear: both;
}

.x {
	height: 0px;
	width: 0px;
	display: block;
	overflow: hidden;
}

ul, li, ol {
	list-style: none;
}

div#wrap {
 //width: 800px;

}

div#vnews-list {
	padding: 5px 5px 5px 5px;

}



/* Meta navigation */
div#meta {
	background: #F1F1F1;
	font-size: 0.6875em;
	padding: 3px 0 0 0;
	width: 779px;
}

div#meta p {
	background: #fff;
	width: 170px;
	margin: 0 0 0 609px;
	padding: 0 0 3px 0;
	text-align: center;
	color: #a0a0a0;
}

div#meta p a {
	color: #a0a0a0;
}

/* Header */
div#header {
	/*background: url(../images/bg2.gif);*/
	padding: 2px 0 5px 0;
        text-align: center;
}

div#header p {
	background: #fff no-repeat top right;
	height: 80px;
}

div#header p img {
	margin: 10px 0 0 630px;
}

/* Layout columns */
div#col-left {
	width: 180px;
	float: left;
	font-size: 0.6875em;
        align:left;
        background: #011079;
        /*background-image: url(../images/himmel_1.gif);*/
}

div#col-body {
	width: 620px;
	float: left;
        align: left;
}

div#dynadown {
        padding: 5px 5px 5px 5px;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

div#dynadown ax {
        padding: 0px 0px 0px 0px;
	font-size: 24px;
	color: #000000;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

div#col-right {
	width: 1px;
	float: left;
}

/* Main navigation */
div#mnavi a {
	display: block;
	color: #001795;
	background-color: #75C43D;
	border-bottom: 1px solid #aaaaaa;
}

div#col-left ul.e1 {
	margin: 15px 0 0 0;
}

div#col-left li a.e1p {
	padding: 3px 5px 3px 10px;
}

div#col-left li a.e1a,
div#col-left li a.e1o,
div#col-left li a.e1oa {
	padding: 3px 5px 3px 10px;
	background: #fff url(../images/navi_pfeil_rechts.gif) no-repeat right center;
}

div#col-left li a.e1oa {
	background: #fff url(../images/navi_pfeil.gif) no-repeat right center;
}

div#col-left li a.e1o {
	background: #e8e8ee url(../images/navi_pfeil.gif) no-repeat right center;
}

div#col-left li a.e2p {
	padding: 3px 5px 3px 20px;
}

div#col-left li a.e2a,
div#col-left li a.e2o,
div#col-left li a.e2oa {
	padding: 3px 5px 3px 20px;
	background: #fff url(../images/navi_pfeil_rechts.gif) no-repeat right center;
}

div#col-left li a.e2oa {
	background: #fff url(../images/navi_pfeil.gif) no-repeat right center;
}

div#col-left li a.e2o {
	background: #e8e8ee url(../images/navi_pfeil.gif) no-repeat right center;
}

div#col-left li a.e3p {
	padding: 3px 5px 3px 30px;
	background: #e8e8ee url(../images/pf_navi1.gif) no-repeat 25px 8px;
}

div#col-left li a.e3a,
div#col-left li a.e3o {
	padding: 3px 5px 3px 30px;
	background: #fff url(../images/navi_pfeil_rechts.gif) no-repeat right center;
}

div#col-left li a.e3o {
	background: #e8e8ee url(../images/navi_pfeil.gif) no-repeat right center;
}

div#col-left ul.e3 {

}

/* Boxes, left */
div.boxleft,
div.logoutbox {
	background: #75C43D;
	width: 180px;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	margin: 25px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 10px;
}

div.boxleft label {
        font-size:12px;
        color: #001795;
        margin: 0 0 0 2px;

}

div.boxleft input {
	float: left;
	width: 125px;
	margin: 0 5px 5px 2px;
	font-size: 10px;
}

div.boxleft a {
	float: left;
	width: 30px;
	color: #001795;
	padding: 1px 0 0 0;
	font-size: 10px;
}

div.boxleft a:hover {
	text-decoration: none;
}

div.boxleft select {
	float: left;
	width: 85px;
	font-size: 0.6875em;
	margin: 0 5px 5px 59px;
}

div.logoutbox p {
	font-size: 12px;
	padding: 0 10px 10px 10px;
}


div.logoutbox p a {
	color: #011079;
	padding: 0 13px 0 0;
	background: url(../images/navi_pfeil_rechts.gif) no-repeat right center;
}


/* Content */
h1 {
	font-size: 16px;
	color: #011079;
	padding: 0 10px 0px 0px;
}
h2 {
	font-size: 36px;
	color: #011079;
	padding: 0 10px 0px 0px;
}

div#col-body h2 {
	font-size: 16px;
	color: #011079;
	padding: 4px 4px 4px 4px;
}

div#col-body p {
	font-size: 14px;
	color: #000;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

div#col-body div.artikelliste p {
	padding: 5px 20px 10px 10px;
}

div#col-body h2 a,
div#col-body div.artikelliste p a {
	font-size: 14px;
	color: #011079;
	padding: 55px 2px 2px 2px;
}

div#col-body div.downloads td {
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

div#col-body div.downloads tr {
	padding: 5px 5px 5px 5px;
	font-size: 16px;
        font-weight:bold;
	color: #000000;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
        text-align: center;
}

div#col-body a {
	font-size: 14px;
	color: #011079;
}

div#col-body div.content ul {
	color: #3E4D74;
	padding: 10px 10px 0 10px;
	font-size: 0.6875em;
}

div#col-body div.content ul li {
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 0px 7px;
	padding: 3px 0 3px 10px;
}

* html div#col-body div.content ul {
	width: 100%;
}

* html div#col-body div.content ul li {
	float: left;
	width: 400px;
}

div#bc {
	color: #001795;
	font-size: 8px;
	padding: 2px 10px 10px 10px;
}

div#bc a {
	color: #a0a0a0;
        font-size: 9px;
}

/* Footer */
div#footer {
	border-top: 1px solid #d2d2d2;
	margin: 40px 10px 50px 10px;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 0.6875em;
	color: #a0a0a0;
}

div#footer a {
	color: #a0a0a0;
}

/* Contact form */
div.kontaktformular label {
	float: left;
	width: 100px;
}

div.kontaktformular input {
	vertical-align: middle;
}

div.kontaktformular p.abschicken {
	margin: 0 0 0 100px;
}

div.kontaktformular p.abschicken input {
	font-size: 11px;
}

div.kontaktformular input.eingabe,
div.kontaktformular textarea {
	width: 300px;
}

div.kontaktformular textarea {
	height: 150px;
}

/* Right column */
div#col-right h1 {
	padding: 10px 10px 0 10px;
}

div#col-right h3 {
	font-size: 0.6875em;
	padding: 0 10px;
}

div#col-right p {
	font-size: 0.6875em;
	padding: 0 10px 20px 10px;
	color: #3E4D74;
	line-height: 1.5;
}

div#col-right a {
	color: #D9681C;
}

/* Search results */
div.suchausgabe hr.noshade {
	border: none;
	border-top: 1px solid #a0a0a0;
	height: 0px;
	margin: 15px 10px 0 10px;
}

div.suchausgabe h2 {
	padding: 0;
}

div.suchausgabe p {
	padding: 0;
	margin: 0;
        font-size: 40px;
}

div.suchausgabe h2 span {
	color: #000;
	font-weight: normal;
        font-size: 10px;
}

div.suchausgabe h3 span {
        color: #a0a0a0;
        font-size: 10px;
        font-weight:bold;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	background-color:#ffffff;
}

/* Image gallery */
table.gallery {
	margin: 20px 10px 0 10px;
	width: 410px;
}

table.gallery td.gallery-navigation {
	font-size: 0.6875em;	
}

table.gallery tr.thumbnails td {
	padding: 0 0 30px 0;
}

table.gallery dd {
	font-size: 0.6875em;
}

div.download {
	font-size: 0.6875em;
	padding: 3px 0 3px 10px;
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 0px 7px;
}

div.download-img {
	font-size: 0.6875em;
	padding: 3px 0 3px 20px;
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
	font-size: 0.6875em;
	margin: 20px 10px 0 10px;
	color: #3E4D74;
}

dl.gallery-detail dt {
	text-align: center;
	padding: 0 0 5px 0;
}

/* Sitemap */
ul.sitemap {
	width: 400px;
	margin: 20px 0 0 0;
}

ul.sitemap li {
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
	padding: 3px 0 3px 20px;
	float: left;
	font-size: 0.6875em;
	width: 390px;
}

ul.sitemap li ul {
	width: 350px;
	margin: 5px 0 0 0;
}

ul.sitemap li ul li {
	float: left;
	width: 300px;
}

ul.sitemap li ul li {
	font-size: 1em;
}

a.extern {
	padding: 0 0 0 12px;
	background: url(../images/button_externen_link.gif) no-repeat 0 4px;
}




/* Kontaktformular 1.2*/
	div.KontaktForm {
		margin-top: 10px;
		width: 100%;
	}
	div.KontaktForm table.Kontakt {
		width: 100%;
	}
	div.KontaktForm td {
		padding-bottom: 1px;
	}
	div.KontaktForm td.tdleft {
		padding-left: 3px;
		white-space: nowrap;
	}
	div.KontaktForm td.tdright {
		display: block;
                padding-right: 10px;                 
		width: 100%;
	}
	div.KontaktForm input,
	div.KontaktForm textarea {
            background-color:#75C43D;
	}
	div.KontaktForm label {
		display: block;
	}
	/* PLZ/Ort */
	div.KontaktForm label.plz {
		display: inline;
	}
	div.KontaktForm label.ort {
		display: inline;
	}
	div.KontaktForm input.plz {
		width: 25%;
		float: left;
	}
	div.KontaktForm input.ort {
		width: 70%;
		float: right;
	}
	/* Submit */
	div.KontaktForm tr.submit {
	}
	div.KontaktForm tr.submit input {
		margin-right: 10px;
	}
	/* Pflichtfelder */
	div.KontaktForm tr.pflicht {
	}
	/* Buttons */
	div.KontaktForm input.button {
		width: auto;
	}
/* << */

