
@charset "utf-8";


  html
{
	width:100%;
  }

  body
{
    margin:0px;
    padding:0px;
    background-color: #b78451;
    font-family:Verdana, Arial;

}

a {outline:none;}

a{color:#b78451;text-decoration:none;}
a:hover {text-decoration:underline;}

h1 {font-size:14px;color:#f9f9f9;}
h2 {font-size:13px;color:#f9f9f9;}

img {border:none;}

.table_content
{
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    width:950px;
   }


  .ohne_schatten_home
{
    width:950px;
    height:6px;
    background-color:#340e03;
  }

    .ohne_schatten
{
    width:735px;
    height:6px;
    background-color:#340e03;
    background-image:url(images/content_bg.jpg);
    background-repeat:repeat-y;
    background-position:top left;
  }

  .schatten_ecke_oben
{
    width:6px;
    height:6px;
	background-image:url(images/shadow_top_corner.jpg);
	background-repeat:no-repeat;
    background-position:top left;
  }
  
  .schatten_unten
{
    width:950px;
    height:6px;
	background-image:url(images/shadow_bottom.jpg);
	background-repeat:no-repeat;
    background-position:top left;
  }

  .schatten_rechts
{
    width:6px;
	background-image:url(images/shadow_right.jpg);
	background-repeat:repeat-y;
    background-position:top left;
  }

  .schatten_ecke
{
    width:6px;
    height:6px;
	background-image:url(images/shadow_corner.jpg);
	background-repeat:no-repeat;
    background-position:top left;
  }

  .content_home
{
    margin:0px;
    padding-top:10px;
    background-color:#340e03;
    min-height:570px;
    background-image:url(images/start_image.jpg);
    background-repeat:no-repeat;
    background-position:bottom center;
}

  .content
{
    margin:0px;   
    background-color:#340e03;
    min-height:570px;
    color:#f9f9f9;
    font-size:12px;
}

.content_logo
{
    padding: 30px 45px 0px 0px;
    margin-bottom:50px;
}

.left_frame
{
    width:200px;
    float:left;
    margin:0px;
    padding:125px 0px 10px 0px;
    color:#ffffff;
    font-size:14px;
}

.left_frame .menu_link
{
    display:block;
    margin-left:35px;
    color:#f9f9f9;
    padding:17px 10px 17px 0px;
    text-decoration:none;
}

.left_frame .menu_link:hover
{
    color:#b78451;
}

.left_frame .menu_link_fixed
{
    display:block;
    margin-left:35px;
    padding:17px 10px 17px 0px;
    text-decoration:none;
    color:#b78451;
}

.center_frame
{
    float:right;
    margin-left:205px;
    width:655px;
    min-height:550px;
    margin:0px;
    background-image:url(images/content_bg.jpg);
    background-repeat:repeat-y;
    background-position:top left;
    padding:0px 20px 20px 50px;

}

.clearer {clear:both;}

.center_frame .kugeln_header { height: 25px; background-color:#d6b388; font-size:12px; padding-left:10px; color:#340e03; }

.bild_link_kugeln {display:block;width:150px;height:150px;cursor:pointer;}
.bild_gross_kugeln {display:none;position:absolute;top:0px;left:-400px;z-index:1;}

.cc_container .cc_btn {
background-color: #fff !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #582503 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #b78451 !important; /* Textlink-Farbe "Mehr Infos" */
}
.cc_container a:hover {
text-decoration: underline;
}

ul {list-style-type:square;}

ol {list-style-type: lower-alpha;}
   