/*
* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

 /* @import url("../extra/galleria.css"*/ 
.galleria{list-style:none;width:530px}
.galleria_image { width:530px; height:450px; position:relative; overflow:hidden; border:1px #000000 solid;}
.galleria_wrapper { width:530px; height:400px; position:relative; overflow:hidden;}
.galleria_wrapper img { margin-left:auto; margin-right:auto; display:block;}
.galleria li {display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
.galleria #galleria-image { width:500px; height:400px; }
.galleria-nav {overflow:hidden; margin-left:auto;margin-right:auto;margin-top:10px;}
.galleria-nav .prevbutton { margin-left:5px;}
.galleria-nav .nextbutton { margin-left:440px;}
* html .galleria li div span{width:400px} /* MSIE bug */

div#body .gallery div.text { margin-top:10px; margin-bottom:15px;}
div#body .lightbox li { list-style:none; width:200px; height:80px; float:left; margin:5px; vertical-align:top; overflow:hidden;}
div#body .lightbox li img { margin-left:0px; width:auto; float:left;}


 /* @import url("../extra/lightbox.css"*/ 
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1100;
	text-align: center;
	line-height: 0pt;
	}

#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: 0pt;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(./imgid:lightbox.blank.jpg) 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(./imgid:extra.lightbox.prevlabel.jpg) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./imgid:extra.lightbox.nextlabel.jpg) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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: 1090;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

 /* @import url("../extra/fancybox.css"*/ 
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 3000;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 3100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('./imgid:extra.fancybox.fancy_progress.jpg') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 3090;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 3100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 3100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 3100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('./imgid:extra.fancybox.fancy_closebox.jpg') top left no-repeat;
	cursor: pointer;
	z-index: 3181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 50px; 
	cursor: pointer;
	z-index: 3111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 20px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 3112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	/* left: -9999px; */
	left:20px;
	
	background: transparent url('./imgid:extra.fancybox.fancy_left.jpg') no-repeat;
}

span#fancy_right_ico {
/*	right: -9999px; */
  right:0px;
	background: transparent url('./imgid:extra.fancybox.fancy_right.jpg') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 0px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 3070;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 3070;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('./imgid:extra.fancybox.fancy_shadow_n.jpg') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('./imgid:extra.fancybox.fancy_shadow_ne.jpg') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('./imgid:extra.fancybox.fancy_shadow_e.jpg') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('./imgid:extra.fancybox.fancy_shadow_se.jpg') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('./imgid:extra.fancybox.fancy_shadow_s.jpg') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('./imgid:extra.fancybox.fancy_shadow_sw.jpg') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('./imgid:extra.fancybox.fancy_shadow_w.jpg') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('./imgid:extra.fancybox.fancy_shadow_nw.jpg') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 3100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('./imgid:extra.fancybox.fancy_title_left.jpg') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('./imgid:extra.fancybox.fancy_title_main.jpg') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('./imgid:extra.fancybox.fancy_title_right.jpg') repeat-x;
}

 /* @import url("common.css"*/ 
@CHARSET "US-ASCII";


 /* @import url("special.css"*/ 
div.notebook {
   width:100%;
   height:100%;
   position:relative;
}

.notebook .bar ul {
  margin: 0px;
  padding: 0px;
  overflow:hidden;
}

.notebook .bar li.title {
   display:inline;
   margin-right:0px;
   cursor:pointer;
}

/*
.notebook .bar li.visible {
	
	
}
*/

.notebook .title.invisible .visible {
	display:none !important;
}

.notebook .title.visible .invisible {
	display:none !important;
}

.notebook .contentarea div.invisible {
   display:none;
   width:100%;
   height:100%;
}

.notebook .contentarea div.visible {
  display:block;
   width:100%;
   height:100%;
}



 /* @import url("galleria.css"*/ 


 /* @import url("lightbox.css"*/ 


 /* @import url("colors.css"*/ 
body { background:#ffffff;}

div#page div#gesamt, #fancy_inner {
	border-color:#808285;
	background-color:/*#f0e6b0;*/  #fbe58e; 
}

div#nav-tabs {
	background:#f9e79f;
	border-color:#c8c8c8;
}


div#page div#inhalt {
	border-color:#c8c8c8;
	
	background-color:/* #fff6d3; */ /*#f9e79f*/ #ffefad ;
	color: #333333;
}


div#page div#inner {
	background-color:#ffffff;
}

div#plz-suche {
	background: /*#fffae0 #fdf2b4 */ #cccccc;
}
div#plz-suche input {
	border-color: #ad2030;
}

a:link ,a:active, a:visited       {  color: #333333; }
#mitte a, #mitte a:visited        {  color: #ad2030; }
#mitte a:active      { color: #cf4050; }
#mitte a:hover, a:hover {        		color: #1E71b8;}

div#topnavigation div.tabmenu {
    background-color: #ffffff;
    -moz-opacity:0.95;                    
    opacity:0.95; 
    border-color: #c8c8c8;    
}

div#topnavigation a:hover, div#topnavigation div.tabmenu td:hover, div#topnavigation div.tabmenu td span   { 
    color:#ad2030;
    background: #c8c8c8;
}
  
div#topnavigation li.tab-selected div.image-label, div#topnavigation li:hover div.image-label {
    background-color: #c8c8c8;
    color:#ad2030;
}

div#topnavigation li.tab-selected div.image-label a, div#topnavigation li:hover div.image-label a {
    color:#ad2030;
}

#inhalt strong	       { color:#4c4c4c;}


h1, h2, h3, h4, h5, h6 {
 	color:#4c4c4c;
}

div#breadcrumb {
	color:#ffffff;
}

#breadcrumb a {
    color: #ffe6b3;
}

h3.topobj {
	color: #ad2030;
}


  /* (en) clearfix method for clearing floats */
  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* (en) essential for Safari browser !! */
  /* (de) Diese Angabe ben??tigt der Safari-Browser zwingend !! */
  .clearfix { display: block; }

  /* (en) overflow method for clearing floats */
  /* (de) Overflow-Methode zum Clearen der Float-Umgebungen */
  .floatbox { overflow:hidden; }

  /* (en) IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
  /* (de) IE-Clearing: Ben??tigt nur der Internet Explorer und ??ber iehacks.css zugeschaltet */
  #ie_clearing { display: none; }
        

             
.toggler {
	cursor: pointer;
}

.hoversized {
	position:relative;
	z-index:10000;
}

.alignright {
	float:right;
	overflow:hidden;
	border:1px solid;
}

.alignleft {
	float:left;
}

.alignright:after,.alignright:before, .alignleft:after,.alignleft:before {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear:both;
}

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

a img {
	border: 0px solid;
}

span.jsdata {display:none}


 /* @import url("kopf.css"*/ 

div#nav-top ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	float:right;
}

div#nav-top li {
	float:left;
	margin: 5px 5px 0px 5px;
}
div#nav-top li a{
	font-family:arial;
	text-decoration:none;
}


div#kopf-bilder {
	background:url(./imgid:standard.kopf.jpg);
	position:relative;
	height:100px;
	width:980px;
	top:0px;
	left:0px;
	
}

.height800 div#kopf-bilder {
	height:80px;
}

div#roter-balken {
	height:30px;
	width:980px;
	position:relative;
	top:0px;
	left:0px;
	background: #ad2030;
}

.height800 div#roter-balken {
	height:25px;
}

div#m-ag {
	position:absolute;
	right:10px;
	top:-20px;
	width:195px;
	height:64px;
	z-index:1010;
}

.height800 div#m-ag {
	right:16px;
	top:-17px;
	width:180px;
	height:59px;
}

.height800 div#m-ag img {
	height:59px;
}


 /* @import url("tabs.css"*/ 

div#topnavigation ul {    
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
    list-style-type:none;
}

div#topnavigation li {    
    position:relative;
    float:left;
    display:inline;
    list-style-image:none;
    margin-left:1px;
    margin-right:0px;
    margin-top:0px;
    z-index:10;
    height:auto;
}

div#topnavigation li:first-child {
    margin-left:0px;
}

div.image-label {
    padding: 4px 5px 4px 5px;
    height:22px; 
    min-width:111px; 
    text-align:center;
}

div.image-label > a {
    display:block;
}

.height800 div.image-label {
    padding: 2px 5px 3px 5px;
    height:20px; 
}

div#topnavigation a {
    text-decoration:none;font-weight:normal;
}

/* Submenu */

div#topnavigation div.tabmenu {
    min-width:134px;
    position:absolute;
    top:30px;
    left:0px;
    border:1px solid;
    display:none;
    z-index:20;
    padding: 5px 3px 5px 3px;
    
}



.height800 div#topnavigation div.tabmenu {
    top:25px;
    padding: 3px 3px 5px 3px;    
}


div#topnavigation li:hover div.tabmenu, div#topnavigation a:hover div.tabmenu  {
    display:block;
    z-index:30;
}

div#topnavigation div.tabmenu td {
    min-width:134px;
    display:block;
}

div#topnavigation div.tabmenu td a {
    white-space:nowrap;
    min-width:130px;
    display:block;
    padding: 2px 2px 2px 2px;
}

.height800 div#topnavigation div.tabmenu td a {
    padding: 1px 2px 1px 2px;
}


div#topnavigation div.tabmenu td span {
    font-weight:normal;
    display:block;
    padding: 2px 2px 2px 2px;
}


 /* @import url("inhalt.css"*/ 

 /* @import url("mitte.css"*/ 
   div#mitte div#body {
   	margin-bottom:10px;
   }
   
   div#mitte div.content-home-element {
   	margin-left:auto;
   	margin-right: auto;
   	display:block;
   	overflow:hidden;
   }
   
   div#mitte div.content-home-element img {
   	float:left;
   	margin-right:30px;
   	margin-top:10px;
   	margin-bottom: 40px;
   }
   div#mitte div.content-home-element p a {
   	display:inline-block;
   	margin-bottom:5px !important;
   }
   


 /* @import url("rechts.css"*/ 
div#plz-suche {
	margin-left:-10px;
	padding:0px 10px 5px 10px;
	width:213px;
}

div#plz-suche div {
	margin: 0px;
	padding:0px;
}
div#plz-suche div input {
	height:20px;
	width:150px;
	border:#ad2030 1px solid;
	margin: 0px 0px 3px 0px;
	padding: 3px 0px 2px 0px;
	display:inline-block;
	font-size:12px;
	
}

div#plz-suche button {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	border: 0px none;
	width:23px;
	height:24px;
	top:8px;
	position:relative;
}

div#plz-suche img {
	border: none;
	margin-top:0px;
	
}
div#kontakt-kurz {
	padding-left:0px;
	padding-right:7px;
	padding-bottom:10px;
	margin-top:10px;
}

div#kontakt-kurz .form-label {
	text-align:left;
}

div#kontakt-kurz input {
	width:190px;
	margin:0px;
	height:23px;
	border:1px #c8c8c8 solid;
	margin-bottom:5px;
}

div#kontakt-kurz a {
	margin-left:102px;
	margin-right:10px;
	display:inline-block;
	margin-top:10px;
	cursor:pointer;
	padding:3px;
}

div#plz-suche h2,  div#kontakt-kurz h2 {
    font-size: 12px;
    color: #4c4c4c;
    margin-top: 10px;
    margin-bottom:0px;
    text-align:left;
    font-weight:bold;
}

div#plz-suche h3, div#kontakt-kurz h3 {
    font-size: 16px;
    color: #4c4c4c;
	 margin:0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    text-align:left;
    font-weight:bold;
	/* border-top:  solid 1px #BB9999; */
}

div#rechts p {
   width:193px;
	text-align:left;
	margin-top:2px;
}

div.nav-right-element {
	height:180px;
	padding-top:10px;
}





/*--------------------------------------------------------------------------------*/
/*  Links, Mitte, Rechts                                                          */
/*--------------------------------------------------------------------------------*/
div#links, div#rechts, div#mitte { position:relative; }

div#page div#inhalt div#links {
	vertical-align: top;
	overflow: hidden;
	width: 193px;
	padding: 30px 10px 30px 10px;
	float:left;
}

.height800 div#page div#inhalt div#links {
	padding: 25px 10px 25px 10px;
}

div#page div#inhalt div#mitte {
	vertical-align: top;
	padding:30px 20px 30px 20px;
	width: auto;
	min-height:560px;
	overflow:visible;
	margin:0px 213px 0px 210px;
	background:#ffffff;
	border-left: 1px #c8c8c8 solid;
	border-right: 1px #c8c8c8 solid;
}


.height800 div#page div#inhalt div#mitte {
	padding-top:25px;
}


div#page div#inhalt div#rechts {
	padding:30px 10px 30px 10px;
	vertical-align:top;
	overflow: hidden;
	width: 193px;
	float:right;
}

.height800 div#page div#inhalt div#rechts {
	padding-top:25px;
}

div#page div#inhalt.full div#mitte { margin-left: 0px; margin-right: 0px;}

div#page div#inhalt.full div#rechts, div#page div#inhalt.full div#links, 
div#page div#inhalt.rechts div#links, div#page div#inhalt.links div#rechts { 
	display:none;
} 

div#page div#inhalt.rechts div#mitte { margin-left:0px; margin-right:210px;}
div#page div#inhalt.links div#mitte {margin-left:200px; margin-right:0px;}




 /* @import url("menu.css"*/ 

/*--------------------------------------------------------------------------------*/
/*  Navigation                                                                    */
/*--------------------------------------------------------------------------------*/

div#navigation_top {
   display:none;
}  
      
#page ul#navigation {
	margin-top:0px;
	margin-left:0px;
	padding-top:0px;
	padding-left:0px;
}


ul#navigation li {
	vertical-align:middle;
	text-align: left;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 20px;
	margin-left:0px;
	padding-bottom:15px;	
	list-style:none;
	background: url(./imgid:buttons.bullet2.jpg) no-repeat 2px 10px; 
}

ul#navigation li:hover, ul#navigation li.navigation-selected {
	background: url(./imgid:buttons.bullet.jpg) no-repeat 0px 8px; 
}

.height800 ul#navigation li {
	padding-top: 5px;
	padding-bottom:10px;	
}


#links div.nav-home-element {
	padding-left:20px;
	background: url(./imgid:buttons.bullet2.jpg) 0px 4px no-repeat;
	overflow:visible;
	margin-bottom:15px;
}

.height800 #links  div.nav-home-element {
	margin-bottom:10px;
	
}

.menuitem-1 a, .menuitem-selected-1 {
    font-weight:normal;
}

.menuitem-1 a:link, .menuitem-1 a:visited {
    color:#4c4c4c;    
}


.menuitem-selected-2, .menuitem-selected-3, .menuitem-selected-4 {
    color:#ad2030;
	background:#c8c8c8;
}

div.menuitem-selected-2, .menuitem-2 a, .menuitem-2 a:hover, .menuitem-2 a:link, .menuitem-2 a:visited {
	font-weight: normal;
	text-decoration: none;
}

.menuitem-3 a, .menuitem-selected-3, .menuitem-3 a:hover, .menuitem-3 a:link, .menuitem-3 a:visited {
}

.menuitem-3, .menuitem-selected-3 {
	margin-left:10px;
	margin-top: 5px;
	margin-right:5px;
	padding-top:0px;
	
}

.menuitem-4 a, .menuitem-4 a:hover, .menuitem-4 a:link, .menuitem-4 a:visited, .menuitem-selected-4 {
    font-size:11px;
}

.menuitem-4, .menuitem-selected-4 {
	margin-left: 10px;
	margin-top: 3px;
	margin-right:5px;
	padding-top:5px;
}


 

 /* @import url("parts.css"*/ 
#div_info, #div_multi {
	display:none;
}
div#page {
	height:auto;
	width: 1000px;
	position:relative;	
	visibility:visible;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
}

div#nav-top {
	text-align:right;
	width:auto;
	padding: 0px 0px 0px 0px;
	height: 25px;
	position:absolute;
	top:-27px;right:10px;
	vertical-align:middle;
}


div#page div#gesamt {
	border-width:1px;
	border-style:solid;
	padding: 9px 9px 9px 9px;
	position:relative;
	top:0px;left:0px;
	width:980px;
	height:auto;	
}

div#nav-tabs {
	width:978px;
	height:30px;
	position:relative;
	top:0px;left:0px;
	z-index:1000;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style:  solid;

}

.height800 div#nav-tabs {
	height:25px;
}


div#page div#inner {
	font-family: arial;
	width:980px;
	position:relative;
	top:0px;
	left:0px;	
	height:auto;
	margin: 0px;
	padding: 0px;
}

div#page div#inhalt {
	width:978px;
	position:relative;
	height:auto;
	top:0px;left:0px;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style:  solid;
	
}

div#page div#nav-bottom {
	width:980px;
	position:relative;
	top:0px;left:0px;
	height:auto;
	
}




 /* @import url("bottom.css"*/ 
div#page div#nav-bottom {
	background: url(./imgid:standard.bottombg.jpg);
	display:none;
}

div#page div#nav-bottom div.kategorie {
	padding: 0px 0px 5px 0px;
	width: 160px;
	float:left;
}

div#page div#nav-bottom div.anzahl-5 {
	width: 190px;

}

div#page div#nav-bottom div.anzahl-6 {
	width: 160px;

}

div#page div.kategorie ul {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

div#page div#nav-bottom ul.subkat {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;	
}

div#page div#nav-bottom li {
	margin-left:5px;
	line-height:13px;
}

div#page div#nav-bottom li li {
	margin-left:0px;
}

div#page div.kategorie > ul.topkat > li > a {
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
	font-size:12px;	
}

div#page div.kategorie  ul.subkat > li > a {
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
}
div#page div.kategorie  ul.subkat > li {
	padding: 0px 0px 0px 0px;
}

.mag {
    font-weight:bold;
}

div#bottom {
	height:30px;
	background:#c8c8c8;
	text-align:right;
	overflow:hidden;
	width:980px;
}

.height800 div#bottom {
	height:25px;
}

div#bottom div#balken {
	width:195px;
	height:30px;
	background-color: #ad2030;
	margin-right:11px;
	float:right;
}

div#bottom div#seitzeichen {
	position:relative;
	top:4px;
	left:350px;
	width:200px;
	float:left;
}
.height800 div#bottom div#balken {
	height:25px;
	width:180px;
	margin-right:16px;
}

div#bottom table {
    width: 100%;
}

div#bottom table#bottom-line td {
    padding-left:3px;
    padding-right:3px;
}

#bottom_telefon {
    font-size:11px;
    font-weight:normal;
    position:absolute;
    top:16px;
    left:5px;
}

#bottom_impressum {
    position:absolute;
    right:5px;
    top:12px;
}

#bottom_druck {
    position:absolute;
    left:300px;
    top:12px;
}

div#bottom_edit * {
    text-align: center;
    background-color: transparent;
}

div#bottom_edit table {
    width: 100%;
   padding: 5px 0px 5px 0px;
}
   

 /* @import url("special.css"*/ 


 /* @import url("kontakt.css"*/ 
div#kontakt-erweiterung {
	position:absolute;
	z-index:2000;
	top:-30px;
	left:50%;
	margin-left:-293px;
	width:576px;
	height:540px;
	display:none;
	background-color:#fff6d3;
	padding:10px 0px 10px 10px;
	border:1px #333333 solid;
	
}

div#kontakt-erweiterung-box {
	width:550px;
	height:515px;
	background-color:#fff6d3;
	font-size:12px;
	color: #333333;
	padding: 5px 9px 5px 9px;
	border: 1px solid #ad2030;
}

#kontakt-erweiterung-form li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 5px 5px;
	
}

#kontakt-erweiterung-form p {
	font-weight:bold;
}
#kontakt-erweiterung-form ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}

#kontakt-erweiterung-form li label {
	list-style: none;
	display: inline-block;
	width:100px;
}

#kontakt-erweiterung-form li input {
	width:410px;
	margin: 0px 0px 0px 10px;
	border: 1px solid;
}

#kontakt-erweiterung-form li input#ort {
	width:334px;
}

#kontakt-erweiterung-form li input#plz{
	width:60px;
}

#kontakt-erweiterung-form textarea {
	width:540px;
	height:150px;
	border: 1px solid;
}

div#kontakt-erweiterung .closebutton {

	margin-right:10px;
}

div#kontakt-erweiterung-box button, div#kontakt-erweiterung-box .submitbutton {
	margin-top:10px;
	border: 1px solid #b21232;
	background: #99999;
	color:#333333;
	font-size:13px;
	font-weight:normal;
	padding: 3px;
	margin-right:10px;
}

div#kontakt-erweiterung-box h2  {
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
}



 /* @import url("info.css"*/ 
div#page div#news-info-hauptartikel h2.titel a {
	font-size:14px;
	text-decoration:none;
	
}

div#page div#news-info-hauptartikel {
	font-size:12px;
}

 /* @import url("colors.css"*/ 




      /* Stylesheet                                                */
      /* ========================================================  */
      /* .: www.m-ag.com */
      /* Date: Bonn - 2008-12-15 */
      /* Formatvorlage Hintergrund */
      /* ========================= */
      
        body {
           padding:0px;
           font-size: 100.01%;
	   	  font-family:arial, sans-serif;
	   	  text-align:left;
	   	  position:relative;
	   	  line-height:120%;	   	  
        }
        
        body.height800 {
	   	  line-height:110%;	   	          
        }

/* page */
span.jsdata {display:none}

#div_etracker {
    display:none;
}
#page {
    padding: 0px;
    margin: 0px;
}

#breadcrumb {
    padding: 5px 0px 3px 10px;
}

.height800 #breadcrumb {
    padding: 3px 0px 3px 10px;
}

#breadcrumb a {
    text-decoration: none;
    font-weight:normal;
}


.crossheading { font-weight: normal; font-size: 110%; }

h1 {
    font-size: 20px;
    margin-top:0px;
    margin-left:-2px;
    font-weight:normal;
}

h2 {
    font-size: 16px;
 /*    border-bottom: solid 1px #BB9999; */
    margin-top: 10px;
    font-weight:normal;
}

h3 {
    font-size: 14px;
	margin-top:5px;
    padding-top: 5px;
    font-weight:normal;
	/* border-top:  solid 1px #BB9999; */
}
h4 {
  font-size:12px; 
    font-weight:normal;
}

.asset { 
    font-size:11px;
    display: inline;
    margin:0px;
    
}


/* Broken Internal Links in Authoring area */
a.brokenlink {
    background-color: yellow;
    border: 1px dashed #000000;
    text-decoration: none;
}

      /* Formatvorlage Text */
      /* ================== */

      /* Standardformate */
        
        #inhalt              {  font-size:12px; }
        #inhalt li            { list-style-image:url(./imgid:buttons.bullet2.jpg);}
        #inhalt p             { margin-top:8px; margin-bottom:8px;}

      /* Sonderformate */
        #page					{  font-size: 12px; }
        #page .small       {  font-size: 8px;}
        #page .fat         {  font-weight: normal; }
        #page .fatbig	   {  font-weight: normal; font-size:110.01%; }
        #page p.ns	      { margin-bottom:0px; margin-top:0px;}


        /* Formatvorlage Links */
        /* =================== */
        
        
        a { text-decoration: none; font-size:12px;}
        /* Standard Hyperlink */
        
		  #mitte a { text-decoration: underline; font-size:12px;}
        /* Standard Hyperlink */
        
        /* Gehoverter Hyperlink */ 
         #mitte a:hover, a:hover {  text-decoration: none }
        
        
        /* Float-CSS */

			hr.clear {
 				clear:both;
 				visibility:hidden;
 				border:0px none;
 				height:1px;
 				padding:0px;
 				margin: 0px;
 			}
 
