/* CSS Document */
html { height: 100% } 
body {
    font-family: arial;
    margin: 0;
    padding: 0;
    font-size : 12px;
    text-align: left;
    line-height: 20px;
    color: #333333;
    height: 100%;
    background-image: url(../image/hg_2.gif);
}
.page-header {
    border: none;
    margin-bottom: 0px; 
}
h1{
    margin: 0px 0px 15px 0px;
    font-size: 3.8rem;
    font-weight: bold!important;
    color: #945c06;
}
h2{
    margin: 0px 0px 15px 0px;
    font-size: 2rem;
    font-weight: bold;
    color: #5dad24;
}
h3{
    margin: 8px 0px;
    font-size: 2rem; 
    font-weight: bold;
    color: #ffffff;
}
h4{
    margin: 8px 0px;
    font-size: 1.7rem; 
    font-weight: bold;
    color: #006fb4;
}
h5{
    margin: 5px 0px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #ffffff;
}
h6{
    margin: 0px;
    font-size: 1.2rem;
    color: #ffffff;
}
.mh {
  min-height: 450px;
}

.bg-hge {
    background-color: #ffffff;
}
.bg-s {
    background-color: #006fb4;
}
.bg-w {
    background-color: #ffffff;
}
.bg-t {
    background-image: url(../image/bg.png);
}
.sh {
//    box-shadow: 0px 4px 14px 4px #cccccc;
//    -moz-box-shadow: 0px 4px 14px 4px #cccccc;
}
@media (min-width: 768px) { 
    .bg-c-up-sm {
        background:-webkit-gradient(linear, left top, right top,
            from(#945c06),
            color-stop(0.416, #945c06),
            color-stop(0.416, #ffffff),
            to(#ffffff));
          background:-moz-linear-gradient(left,
            #945c06,
            #945c06 41%,
            #ffffff 41%,
            #ffffff);
    }
}
@media (max-width: 768px) {
    .bg-or-xs {
        background-color: #ec7404;
    }

    .bg-ws-xs {
        background-color: #fef8f7;
    }

}

.container {
    position: relative;
//    min-height: 100%;
//    background-color: #eeeeee;
    box-shadow: 0px 4px 14px 4px #cccccc;
    -moz-box-shadow: 0px 4px 14px 4px #cccccc;
}
#block_top {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 1018px; 
    height: 392px;
    border: none;
}
#logo{
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 12px;
    left: -37px;
    width: 320px;
    height: 247px;
    background-image: url(../image/kreis.png);
    z-index: 10000;
}
#logo img {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 45px;
    left: 18px;
}
.logo_bg {
    background-image: url(../image/logo_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}
#homelink{
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: -37px;
    width: 330px;
    height: 247px;
    z-index: 10001;
}
#spic {
    position: absolute;
    top: 9px;
    left: 9px;
    margin:0px;
    padding: 0px;
    height: 374px;
    width: 231px;
    
}
#pic {
//    position: absolute;
    top: 9px;
    right: 9px;
    margin:0px;
    padding: 0px;
    height: 374px;
    width: 760px;
}
#picw {
    position: relative;
//    top: 9px;
//    right: 9px;
    margin: 9px -5px;
    padding: 0px;
//    height: 374px;
//    width: 1000px;
}
#block_middle {
    position: relative;
    margin:0px;
    padding: 0px;
    width: 100%; 
}
.main-content {
//    border-left: 1px solid red;
//    border-right: 1px solid red;
}
.mc-sl {
    position: absolute;
    top: 0px;
    left: -14px;
    bottom: -30px;
    width: 14px;
    background-image: url(../image/schatten_links.png);
    background-position: top right;
    background-repeat: repeat-y;
}
.mc-sr {
    position: absolute;
    top: 0px;
    right: -14px;
    bottom: -30px;
    width: 14px;
    background-image: url(../image/schatten_rechts.png);
    background-position: top left;
    background-repeat: repeat-y;
}

#content_st {
    position: relative;
    margin: 0px 0px 0px 47px;
    width: 500px;
    border-top: 1px solid transparent;
}
#block_content_w {
    position: relative;
    float: left;
    margin: 0px 0px 0px 330px;
    padding: 0px;
    width: 627px; 
    border-bottom: 1px solid transparent;
}



.block_menu {
    margin: 0px -15px;
//    background-color: #396b64;
}
.block_menu a{
    margin: 0px;
    color: #eeeeee;
    font-size : 18px;
    font-weight: normal;
}
.navbar {
    min-height: 0px;
}
.block_menu .nav-pills > li > a,
.block_menu .nav-pills > li > a:hover,
.block_menu .nav-pills > li > a:focus {
  background-color: transparent;
}
.block_menu a:link {
    color: #eeeeee;
    text-decoration: none;
}
.block_menu a:visited {
    color: #ffffff;
    text-decoration: none;
}  
.block_menu a:hover {
    text-decoration: none;
    color: #cbcbcb;
}

.block_menu_sub li{
    text-align: center;
    border-bottom: 1px dotted #396b64;
}
@media (min-width: 992px) {
    .block_menu_sub li{
        text-align: left;
    }
}

 

a{
  color: #585857;
  font-size :100%;
  border-width: 0px;
}
a:link {
  color: #585857;
  text-decoration: none;
}
a:visited {
  color: #585857;
  text-decoration: none;
}  
a:hover {
  color: #585857;
  text-decoration: underline;
}
a img{
  border-width: 0px;
}

hr {
    background-color: #ffffff;
    border-top: 1px dashed #ec7404;
}

.kaiser {
  color: #ffffff;
}

/************** .content styles *****************/

.bodytext {  
  font-size: 11px; 
  text-decoration: none ; 
  line-height: 17px 
}
.contenttable {  
  padding: 0px;
  border:0px solid yellow; 
  text-decoration: none ; 
}
.font {  
  padding: 0px;
  text-decoration: none ; 
}
.text  {
  font-size :100%;
  color: #3c4242;
}

/************** rte extra styles *****************/

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }
p.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, td.align-justify { text-align: justify; }

div.csc-frame-indent3366 {
    margin-left: 80px;
}
DIV.csc-textpic{
  border: 0px solid #ffffff;
}
DIV.csc-textpic-center {
    text-align: center;
}
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG{
  border: 0px solid #cacfc9;
}
DIV.csc-textpic-clear {
  margin-top: 0px;
  padding: 0px;
  clear: both; 
  height: 8px;
}
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
  margin-right: 20px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
  margin-left: 20px !important;
}
DIV.csc-frame-indent {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 9px;
}


/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {
    border: 3px solid #cbcbcb;
}
ul.csc-bulletlist {
    padding: 0px 0px 0px 15px;
}
ul.csc-bulletlist li {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
}

p{
  margin: 0px 0px 5px 0px;
}
.clear_b10 {clear: both; height: 10px;}
.clear_b20 {clear: both; height: 20px;}
.clear_both {clear: both; height: 35px;}
.nowrap {white-space: nowrap;}
