/* ... IN VALID CODE WE TRUST ...http://www.intensivstation.ch */
/* css created by miss monorom 2005 http://www.monorom.to */
/* This css is made specialy for BX-CMS  */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by/2.0/deed.en  */

/* @import url(bx-additions.css); */

/**

*/
/*body element, you can overwrite that with a custom stylesheet for example in mozilla*/

#body {
    background-color: #ffffff;
    font-size: 12px;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    color:#222;  
    padding:0px;
    margin: 0px;
}

/* for iePC */ td{
    font-size: 12px;
}

a {
    color: #666;
    border-bottom: 1px solid #666;
    text-decoration: none; 
}

a:visited {
    color: #666;
    border-bottom: 1px dashed #666;    
}

a:hover , a:active {
    color: #000;
    border-bottom: 1px solid #000;    
}

h1{
    font-size:18px;
}
h2{
    font-size:16px;
}
h3{
    font-size:14px;
}
h4{
    font-size:12px;
}

form{
    padding: 0px;
    margin: 0px;
}

.form{
    padding: 0px;
    margin: 5px 50px 15px 50px;
}

textarea, .formgenerell input, input.formgenerell {
    width:300px;
    border: 1px solid #69f; 
    margin-top: 5px;
    padding: 2px;
}

.formbutton {
    width:100px;
    border: 1px solid #69f; 
}

/* patforms filter */
.formErrors {
    margin: 5px 25px 25px 25px;
    padding: 5px 5px 5px 5px;
    border: 1px solid ;
    background-color: #FFBBBB;
}

.formlabelerror {
    color: #BB1111;
    font-weight: bold;
}

/* container to center the layout
-------------------------------------- */
#container {
    width: 800px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

/* head container for logo and metanavi
-------------------------------------- */
#banner {
    padding: 0px;
    margin: 0px;
    /*background-color: #fff;*/
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;

}
#banner a{
    color: #FF9900;
    text-decoration:none; 
    border:0;
}

#banner  a:hover {
    color: #FF0000;
}

#banner h1 {
    font-size: 30px;
    padding: 10px 0px 0px 50px;
    margin: 0px;
}

#banner h2{
    color: #FF9900;
    font-size: 14px;
    padding: 5px 0px 25px 50px;
    margin: 0px;
}

#metanavi { 
    float: right;
    padding: 5px 15px 0px 0px;
    margin: 0px;
}

/*- Menu Tabs 4--------------------------- */

    #tabs4 {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #FF0000;
      }
    #tabs4 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs4 a {
      float:left;
      background:url(img/tableft4.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #tabs4 a span {
      float:left;
      display:block;
      background:url(img/tabright4.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FF9900;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs4 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs4 a:hover span {
      color:#FF0000;
      }
    #tabs4 a:hover {
      background-position:0% -42px;
      }
    #tabs4 a:hover span {
      background-position:100% -42px;
      }

      #tabs4 #current a {
              background-position:0% -42px;
      }
      #tabs4 #current a span {
              background-position:100% -42px;
      }
-->


/* main-navi
-------------------------------------- */
/** #topnavi {
    background-color: #eee;
/*    border-top: 1px solid #666; 
    border: 1px solid #666;    
    margin: 0px;
    padding: 0 0 0 35px;
}

#topnavi a { 
    color: #666;
    text-decoration: none; 
    font-weight:bold;
    margin: 0px;
    padding: 0 15px;
    border-bottom:0;
}

#topnavi a:visited {
    color:#666;
}

#topnavi a:hover {
    color: #666;
}


#container  #topnavi a.selected {
    background-color: #ffffff;
    color: #666;
    border-left: solid 1px #666;
    border-right: solid 1px #666;    
}  
*/


/* content elements
-------------------------------------- */
#content {
    padding: 25px  0px;
    margin:0px;
    margin-left:0px;
    margin-right:200px;
    background-color: #ffffff;
}

#content h1, #content h2, #content h3, #content h4 {
    padding: 0px 50px 0px 50px;
    margin:0px 0px 15px 0px;
}
#content p{
    line-height: 18px;
    padding: 0px 50px 0px 50px;
    margin:0px 0px 15px 0px;
}
#content ul{
    padding: 0px 50px 0px 75px;
    margin:0px 0px 15px 0px;
}
#content p.center{
    text-align:center;
}
/* elements for the gallery
-------------------------------------- */
#content #gallerie{
    float:left;
    padding: 0px 0px 10px 50px;
    margin:0px 0px 20px 0px;
}

#gallerie a{
    border:0;

} 

#content .thumbnail{
    float:left;
    width:100px;
    margin: 15px 15px 0px 0px;
    padding: 0px;
}
#content .thumbnail img{
    border: 1px solid #666;
    padding: 1px;
}

#content  br.antileft {
    clear: left;
}

.antifloat {
    clear: both;
    visibility: hidden;
}

/* elements for the gallery_preview-plugin
-------------------------------------------*/
gallerie_preview{
    padding: 0px 10px 10px 25px;
    margin:0px 20px 20px 20px;
    border: 1px solid #666;
}

#gallerie_preview .thumbnail{
    float:left;
    width:100px;
    margin: 10px 10px 0px 0px;
    padding: 0px;
}
#gallerie_preview .thumbnail img{
    border: 1px solid #666;
    padding: 1px;
}

#gallerie_preview_navi {
    margin-top: 10px;
}
#gallerie_preview_info {
    margin-top: 10px; visibility: visible;
}

/* elements for left and right navigation
-------------------------------------- */
#left {
    margin: 0px;
    padding: 25px 0px;
    background-color: #fff;
    border-bottom:1px solid #666;    
    border-left:1px solid #666;
    border-right:1px solid #666;    
}

#right {
    float: right;
    width: 200px;
    margin: 0px;
    padding: 0px;
}

#right p{
    padding: 0px 15px 5px 25px;
    margin:0px;
}

#left a, #right a {
    border:0;
    text-decoration: none;
    color:#666;
}

#left .selected, #right .selected {
    text-decoration: underline;
}

#left ul, #right ul {
    list-style-type: none;
    margin: 0px 25px;
    padding: 0px;
} 
#left li, #right li {
    margin-bottom: 8px;
}
#left h3, #right h3{
    margin: 0px 0px 10px 0px;
    padding: 15px 0px 0px 25px;
}

/*footer
-------------------------------------- */
#footer {
    clear: both;
    padding: 0 50px;
    color: #666;
    font-weight: bold;
    margin: 0px;
    background-color: #fff;
}

