* {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Sans-Serif;
  font-size: 12px;
  padding: 0;
  margin:0;
  border: 0;
}
.clear {
  clear: both;
}




/** KOPFBEREICH **/
#header {
    padding-top: 95px;
    padding-left: 25px;
    padding-bottom: 20px;
}

#topgfx {
    background-color: #a8a874;
    position: relative;
    height: 146px;
    overflow:hidden;
}
#topgfx img {
    position: absolute;
}
#topgfx .topFade {
    z-index: 200;
    position: absolute;
    top: 0;
}


/** CONTAINER **/
#cont_menu, #cont_rechts, #cont_content {
    padding-top: 50px;
    padding-bottom: 50px;
}

#cont_menu {
    float:left;
    background-color: #d3c9ae;
    width: 123px;
    padding-top: 30px;
}
#content {
    background: url(bg.gif) repeat-y left top #ebe2c9;
    border-top: 3px solid white;
}
#cont_rechts {
    margin-left: 14px;
    float:left;
    background-color: #ebe2c9;
    width: 110px;
}
#cont_content {
    width: 491px;
    margin-left: 4px;
    background-color: #ebe2c9;
    float:left;
    padding-left: 25px;
    padding-right: 10px;
}


/**  MENU **/
#cont_menu * {
    list-style-type: none;
}
#cont_menu li {
}
#cont_menu li a.akt {
    font-weight: bold;
    text-decoration: none;
}
#cont_menu li a.sub_akt {
    text-decoration: underline;
}
#cont_menu li a {
    text-align: right;    
    display: block;
    color: white;
    text-decoration: none;
    padding-top: 20px;
    padding-right: 10px;
}
#cont_menu li a:hover {
    color: #8e5362;
    border-color: #8e5362;
    font-weight: bold;
 }
#cont_menu li li a {
    padding-top: 2px;
    color: #86865d;
    font-size: 11px;
}
#cont_menu li li li a {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: 22px;
    font-size: 10px;
}

#cont_menu li a{
    text-align: right;    
    display: block;
}
#menu2 {
    padding-top: 20px;
}
#menu2 li a {
    color: #8e5362;
}







#cont_content h1, #cont_content h2, #cont_content h3  {
    color: #110;
}
#content * {
    color: #595958; /*6f6f6e*/
}

#cont_content p {
    line-height: 180%;
    padding: 7px 10px 7px 35px;
}
#cont_content a:hover {
    text-decoration: none;
    color: #5E1020;
}
#cont_content a {
    color: #4d4d4d; 
}
#cont_content  ul {
    padding-left: 50px;
}
.csc-sitemap a {
    color: #6f6f6e!important;
}
.kofu tr th {
  padding-top: 5px;
  padding-bottom: 1px;
  text-align: left;
}
.input input, .input textarea, .input select {
  width: 100%;
  #width: 98%;
  border: 1px solid #6f6f6e;
}
.input input.iehack {
  #width: 230px;
}
input {
  border: 1px solid #6f6f6e;
}
#cont_rechts h1 {
    color: #8e5362;
}

#cont_rechts a {
    color: #4c899f;
    text-decoration: none;
}
#cont_rechts a:hover{
    text-decoration: underline;
}
#cont_rechts .csc-textpic {
    line-height: 130%;
    padding-top: 13px;
}




#foot {
    color: #a8a874;
    padding-left: 128px;
    border-top: 3px solid white;
    padding-bottom: 10px;
}
#foot a {
    color: #a8a874;
    text-decoration: none;
}
#foot a:hover {
    text-decoration: underline;
}
#foot a.akt {
    color: black;
}
