html,body {
    padding:0;
    margin:0;
}


body {
    text-align:center;
    background: url(img/bg) repeat-y center center #D2D2D2 ;
    /*min-width:760px;
    for mozilla*//*background: url(img/bg) repeat-y #415600 center;
    */color: #000000;
    width: 100%;
    
  }
strong {color:inherit}

.unterschrift {
    font-size: 9px;
  }


.anchor{visibility: hidden;
            display: block;
             height: 1px; 
             font-size: 1px; 
             overflow: hidden; 
             color:transparent;
             margin-top: -1px}

/*breadkrumen */
.bc {
    position: absolute;
    top: 273px;
    left:45px;
    padding: 0px;
    color:#999999;
    z-index: 6;
    width: 750px;
    overflow:hidden;
    background: white;
  }


.bc , .bc a:link, .bc a, .bc a:visited {
    font-size: 9px;
    font-weight: normal;
    color: #999999;
    text-decoration: none;
  }


.bc a:hover, .bc * {
    font-size: 9px;
    font-weight: normal;
    color:#999999;
    text-decoration: underline;
  }

/***********************************************************
 Alles was nicht explizit definiert ist   
************************************************************/
 

* {
    margin: 0pt;
    padding: 0pt;
    color: rgb(83, 89, 97);
    font-size: 12px;
    font-family: Arial, Sans Serif, verdana,"sans serif";
  }


a img {
    border: 0;
  }


p {
    margin: 5px 0;
    padding: 0;
  }


li {
    list-style-type:circle;
    list-style-position: outside;
    margin: 0 0 0 15px;
  }



/* startpage */


.start {
    width:810px;
    border: 0px solid red;
    position:absolute;
    z-index: 0;
    top: 120px;
    margin:0;
    background: #3B8CC4;
    border-bottom: 1px solid silver
  }


.start img {
    position:absolute;
    top: 0;
    left: 0px;
  }


.start .box1 {
    position:absolute;
    top: 280px;
    left: 350px;
    width: 130px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    
  }


.start .box2 {
    position:absolute;
    top: 280px;
    left: 485px;
    width: 130px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    
  }


.start .box3 {
    position:absolute;
    top: 280px;
    left: 630px;
    width: 130px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    
  }
.start div h1 {
    color: white;
    font-size: 17px;
    font-weight: bold;
    }
.start * {color: white}
.start .box4 {
    position:absolute;
    padding: 8px;
    height: 195px;
    background: #176DB8;
    top: 500px;
    left: 25px;
    width: 350px;
    color: white;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    border: 2px solid white;
  }

.start .box5 {
    position:absolute;
    padding: 8px;
    height: 195px;
    background:#176DB8;
    top: 500px;
    left: 420px;
    width: 350px;
    color: white;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    border: 2px solid white;
  }




/***********************************************************
 Layout:
************************************************************/

.layout {
    padding: 0;
    margin: 0;
    width:1010px;
    color: #000000;
    text-align:left;
    margin: auto;
    background: transparent;
    position:relative;
    min-height:100%;
    border: 0px solid red;
  }


.standards {
    position: absolute;
    top: 10px;
    z-index: 400;
    left: 810px;
  }


.standards * {
    font-size:10px;
    text-decoration: none;
  }


.search {
    position: absolute;
    top: 40px;
    z-index: 400;
    left: 810px;
  }


.sbg {
    background: url(img/sbg) no-repeat white;
    width: 161px;
    height: 18px ;
    padding: 4px 0 0 0;
  }


.sbs {
    background: transparent;
    color: white;
    border: 0;
    font-weight: bold;
  }


.banner {
    width: 810px;
    overflow: hidden;
    position: relative;
    z-index:6;
    left: 0px;
    top: 28px;
    height: 140px;
    border-top: 2px solid white;
    
  }


.werbung {
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/angebot');
    */ position: absolute;
    height: 150px;
    width: 100px;
    right: -33px;
    top: -6px;
    z-index: 500;
  }

/*html > body .werbung {	 background:url(img/angebot) no-repeat;}*/		


.logo {
    background:url(img/logo) no-repeat;
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/logo');  */ 
    position: relative;
    height: 90px;
    width:1010px;
    left:0px;
    top: 0px;
    border: 0px solid red;
    z-index: 399;
    overflow: hidden
  }


html > body .logo {
    background:url(img/logo) no-repeat;
  }


h6 {
    font-size: 9px;
    font-weight: normal;
    line-height: 12px;
    width: 380px;
  }
.childlinks * {display:block}
/*--------------------- Subnavigation ----------------*/



.navi {
    position:relative;
    border: 0px solid red;
    width:180px;
    float:left;
    top:310px;
    /*wie header*/position: absolute;
    overflow: hidden;
    left: 620px;
    /*schatten*/margin-right: 0px;
    /*nach rechts*/ padding: 0 0px 0 0;
    z-index: 5000;
  }

.navi a img {margin-top: -3px} 
.navi a,  .navi a:link,  .navi a:visited {
    color:#0070BA;
    margin: 5px 0px 0 0px;
    text-decoration: none;
    line-height:18px;
    display: block;
    font-size: 12px;
	padding:3px 10px 0 ;
    overflow: hidden;
	line-height:105%
 }


.pchecked {
    font-weight: bold;
  }


.navi img {
    float: left;
    margin: 0px 6px 4px 0;
  }


.navi a:hover {
    color: #0070BA;
    /*background: url(img/info) repeat-x;
    */;
  }


.navi a.checked,  .navi a:link.checked, .navi a:visited.checked {
    color: #0070BA;
    font-weight: bold;
    /*border-bottom: 1px solid silver;
    border-left: 4px solid #B80018*/;
  }

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

.topnavi_box {
    background: #0070BA;
    position:absolute;
    z-index:1200;
    top: 91px;
    left: 0px;
    height: 26px;
    width:100%;
    z-index: 12;
    border-top: 1px solid #fff;
    overflow: hidden;
    margin: 0;
    padding: 0px 0px 0px 0;
  }


.topnavi {
    padding: 0px 0px 0px 0;
    z-index: 300;
    text-align: right;
    position:relative;
    top: 0px;
    left: 27px;
    height: 27px;
    width: 1010px;
    margin: 0px auto 0 auto;
    border-width: 0px 0px 0px 0px;
    border-color: white;
    border-style: solid;
  }


.topnavi_box * {
    font-size: 9px;
    color: white;
    text-decoration: none;
  }


.topnavi a:link, .topnavi a:visited {
    padding: 0px 13px;
    border-color: white ;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    font-size: 11px;
    color: white;
    margin: 0 ;
    display: block;
    float: left;
    line-height: 255%;
  }


.topnavi a.checked , .topnavi a:visited.checked, .topnavi a:hover {
    
    border-color: white;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    font-size: 11px;
    color: white;
    background: #ffaa00;
    line-height: 255%;
    
  }

/*  --------------- Content ----------------*/



.content {
    width:610px;
    border: 0px solid red;
    position:absolute;
    z-index: 0;
    top: 295px;
    margin:0 0 0 45px ;
    padding-bottom: 30px;
  }


.content * {
    line-height: 150%;
  }


.img_left, .img_right {
    margin-top: 0px;
  }


.img_left {
    margin-right: 7px;
    margin-bottom: 5px;
  }

.inner_info_box .img_left {margin: 0}
.img_left img, .img_right img, .img_center img {
    margin: 0 0px;
  }

.content img {border: 1px solid silver}
.content .etagen img {border: 1px solid silver}
.content h1 {
    font-size: 18px;
    font-weight: lighter;
    color: #0070BA;
    font-weight : normal;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom : 7px;
    margin-top : 0px;
    line-height : 24px;
    border-bottom: 1px dotted silver;
    padding-bottom: 5px;
  }


.content h2 {
    margin-bottom: 5px;
  }


.content a, .content a * {
    color: #0070BA;
    text-decoration: none;
    font-weight: bold;
  }


.content a:hover {
    color: #0070BA;
    text-decoration: underline;
    font-weight: bold;
  }


.content td {
    vertical-align: top;
    padding: 4px 15px 0 0;
  }


.content td p {
    padding: 0;
    margin:0;
  }

.half {margin:0 5px 5px 0; width: 247px; overflow: hidden; padding: 5px; border: 1px solid silver}
.half img {border: 0}
.files {
    margin-bottom: 10px;
  }
.files .info {display:none}

/*  --------------- Kurzexpose ----------------*/




.kurzexpose {
    width: 260px;
    height: 243px;
    overflow: hidden;
  }


.kurzexpose img {
    border: 1px solid #999999;
    margin-bottom: 10px;
  }

.kurzexpose  div{
  height: 170px;
  overflow: hidden
  }


.kurzexpose h1 {
    color:#ffaa00;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    border: 0;
    margin: 0 0 -5px 0;
  }


.kurzexpose table {
    clear: both;
    width: 240px;
	height:40px !important;
	overflow:hidden;
    border-collapse: collapse;
    padding:0;
    margin: 0;
  }

.kurzexpose tr {padding:0;
	                     margin:0}
.kurzexpose td {
    padding: 0px 0;
    border-bottom: 1px solid #999999;
  }


sup {
    font-size: 7px;
  }


.kurzexpose tr {
    padding:0;
  }

/*  --------------- expose ----------------*/



.expose {
    clear: both;
    margin-top: 10px;
  }


.expose_head {
    clear: both;
  }


.expose_spez {
    float: right;
    padding-left: 10px;
    width: 240px;
    border-collapse: collapse;
    padding:0;
    margin: 0 0 0px 0;
  }


.expose_spez tr {
    padding:0;
    margin:-2px 0;
  }


.expose_spez td {
    color: #666666;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 0;
    margin:0;
    border: 0px solid red;
  }



.expose_spez sup {
    color: #0070BA;
  }


.expose .imgdiv {
    width: 250px;
    text-align: center;
    border: 1px solid #999999;
    margin:7px 0 10px 0;
  }


.expose table {
    border-collapse: collapse;
    padding:0;
    margin: 0;
  }


.expose td {
    padding: 1px 0;
    border-bottom:1px dotted silver;
  }


.etagen td {
    border-bottom:1px dotted silver;
  }

.etagen td b {    font-size: 14px;}
.etagen table td b {    font-size: 12px;}
.etagen td table {
    border: 0px solid red;
  }


.etagen table {
    border: 0px solid red;
    width: 240px;
    float: right;
  }

/*sup {font-size: 7px} */
                      



.expose tr {
    padding:0;
  }

/*  --------------- Infos ----------------*/
 

.infobar {
    border: 2px solid white;
    border-right: 0px;
    border-top: 1px solid white;
    border-bottom: 0px;
    width: 199px;
    overflow: hidden;
    right: 0px;
    z-index: 500;
    margin-top: 0px;
    background: #EBEBEB;
    position: absolute;
    top: 90px;
  }


.infobar * {
    line-height: 130%;
    font-size: 11px;
  }


.info_text {
    padding: 3px 8px 5px 8px;
    border: 0px solid #fff;
    border-left: 0;
    border-bottom: 0;
    border-right:0
  }


.info_box {
    padding: 0;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 200px;
    clear: both;
    border-top: 1px solid white;
    
  }


.info_box h1 {
    margin: 0px 0 0px 0;
    font-size: 11px;
    padding: 0px 0 0 35px;
    color: white;
    letter-spacing: 0;
    background: url(img/rechts_gelb) no-repeat 6px 5px #BFBFBF;
    font-weight: normal;
    line-height: 240%;
    height: 26px;
    overflow: hidden;
    border-bottom: 2px solid white
  }


.info_box img {
    border: 0px none ;
    margin: 0px 0;
  }

.termine {border-top:1px solid white;
             margin-bottom: 0px}
.termine * {
    color: #0070BA;
    text-decoration:none;
  }


.termine div {
    border-bottom: 1px solid white;
    padding: 3px 7px;
  }


.termine .heute, .termine .aktuell {
    border:0;
    padding: 0 7px;
    background:#D6D6D6;
  }


.termine .heute {
    padding-top: 2px;
  }


.termine .aktuell {
    padding: 2px 7px;
    margin-bottom: -2px;
    border-bottom: 1px solid white;
  }


a:link.last,  a:visited.last, a:hover.last {
    border-bottom: 1px solid white;
    color: #0070BA;
    margin: 0;
    text-decoration: none;
    display: block;
    font-size: 11px;
    background: transparent;
    padding: 2px 0px ;
    overflow: hidden;
  }

/*  --------------- termintemplate ----------------*/
.termintemplate
       {margin-bottom: 10px;
         padding: 0 7px 7px 7px;
         background: #F7F7F7;
         border: 1px solid #FFAA00;
         font-size: 11px
        }
.termintemplate *, .termintemplate h1 {font-size: 11px; padding:0; margin: 0 ; border:0  }
/*  --------------- Forms ----------------*/


input {
    border: 1px solid silver;
  }


fieldset {
    border: 1px solid silver;
    width: 500px;
    overflow: hidden;
    padding: 0px 10px 10px 10px;
    margin-bottom: 8px;
  }


legend {
    margin: 5px 0;
    padding: 0 7px;
  }

fieldset div {height: 20px; clear: both}
fieldset input {
    float: right;
    width: 360px;
    margin:5px 0;
  }


fieldset label {
    width: 110px;
    display: block;
    float: left;
    margin:5px 0;
  }


.submit {
    color: #666666;
    width: 100px;
    font-size: 10px;
    float: left;
    margin-left: 30px;
   
  }


textarea {
    float: right;
    width: 360px;
    height: 250px;
    margin-top: 5px;
    border: 1px solid silver;
  }

/*  --------------- Footer ----------------*/



.clear {
    width:100%;
    height:52px;
    clear:both;
  }

/* --- RSS -Button --- */



a.rss_button, a:link.rss_button, a:hover.rss_button , a:visited.rss_button {
    font-size: 10px;
    font-weight: normal;
    padding: 0 0.5em;
    border: 1px solid;
    text-decoration: none;
    background: #F60;
    color: #FFF;
    line-height: 100%;
    margin-top: 3px;
    display: block;
    width: 17px;
    height: 12px;
    font-family: verdana;
    border-color: #FFC8A4 #7D3302 #3F1A01 #FF9A57;
  }


.comment_form {
    width: 90%;
  }


.comment_form div {
    clear: both;
    margin-top: 4px;
    font-size: 10px;
  }


.comment_form * {
    font-size: 10px;
  }


.comment_form div input {
    width:400px;
    display: block;
    height: 15px;
    border: 1px solid silver;
    font-size: 12px;
  }


.comment_form div textarea {
    width:400px;
    display: block;
    height:200px;
    border: 1px solid silver;
    font-size: 12px;
  }


.comments {
    border:1px solid silver;
    padding: 4px;
    margin-bottom: 5px;
    font-size: 10px;
  }


.comments * {
    font-size: 10px;
  }


.comments h2 {
    font-size: 10px;
    margin: 0;
  }


.c_absatz {
    height: 5px;
  }

/***********************************************************
Mousevents in Gallerien
************************************************************/




.moutevent {
    background-color: white;
    -moz-opacity: 1;
    opacity:1;
    filter: alpha(opacity=100);
    cursor:pointer;
  }


.moverevent {
    background-color: white;
    -moz-opacity: 0.5;
    opacity:.5;
    filter: alpha(opacity=50);
    cursor:pointer;
  }


