body{
  margin: 0;
  padding: 0;
  color: black;
  background-color: #CFCFCF;
  text-align: center;
  font-family: sans-serif;
  color: #303030;
}

a{
  color: #3B8A9C;
}

h1,h2,h3{
  color: #CF9211;
  margin-top: 0;
}

#navi {
  width: 75%;
  float: right;
}

#navi a:hover {
  background:#ff7200;
}


/*<group=Allgemeine Container>*/

#body_container{
 
  padding: 0;
  width: 950px;
  margin: auto;
  text-align: left;
}

.border_left{
  background-position: left;
  background-image: url(/pix/border-left.gif);
  background-repeat: repeat-y;
  padding: 0;
}

.border_bottom{
  background-position: bottom;
  background-image: url(/pix/border-bottom.gif);
  background-repeat: repeat-x;
  padding: 0;
}

.corner-left{
  background-position: bottom left;
  background-image: url(/pix/corner-left.gif);
  background-repeat: no-repeat;
  padding: 0;
}

.corner-right{
  background-position: bottom right;
  background-image: url(/pix/corner-right.gif);
  background-repeat: no-repeat;
  padding: 0;
}


.border_right{
  background-position: right;
  background-image: url(/pix/border-right.gif);
  background-repeat: repeat-y;
  padding: 0;
  background-color: white;
}

.body_center{
  padding: 0px 40px 0px 40px;
}

#main_menu{
  background-color: #303030;
  height: 50px;
  line-height: 40px;
  vertical-align: middle;
  background-image: url(/pix/background-header.gif);
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

/*</group>*/


/*<group=Main Menu>*/
#main_menu ul{
  margin: 0;
  padding: 0px 30px 0px 30px;
}

#main_menu ul li{
  display: inline;
  margin-right: 2em;
}

#main_menu a{
  color: white;
  font-family: monospace;
}

#footer{
  font-size: 0.8em;
  padding-top: 15px;
  padding-bottom: 40px;
  margin-top: 20px;
}


/*</group>*/

div.content_navigation{
  background-color: #ff7200;
  color: white;
  padding: 10px 20px 10px 20px;
  font-size: 0.9em;
}

div.content_navigation h2{
  color: white;
  margin:0px 0px 0.5em 0px;
  padding:0;
  font-size: 1.11em;
  font-family: monospace;
  font-weight: normal;
}

div.content_navigation a{
  color: white;
}

div.content_navigation ul{
  margin: 0;
  padding: 0;
  
}

div.content_navigation ul li{
  margin: 0px 0px 2px 0px;
  list-style: none;
  background-image: url(/pix/arrow_white.gif);
  background-color: transparent;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 17px;
}


div.start_left {
  width: 49%;
  float: left;
 
}

div.start_right {
  width: 44%;
  float: right;
}


/* *** Hauptbereiche *** */
div.leftarea{
  width: 73%;
  float: left;
}

div.rightarea{
  width: 25%;
  float: right;
}

div.imgbox{
  width: 190px;
  height: 220px;
  padding: 10px 5px 10px 5px;
  text-align: center;
  vertical-align:middle;
  margin-right: 5px;
  margin-bottom: 5px;
  float:left;
  background-color: silver;
  
}

/* album liste */
.alb{
  margin-bottom: 1em;
}

.albleft{
  float:left;
  width: 28%;
}

.albright{
  float:right;
  width: 70%;
}


/* misc */
.hint{
  font-size: 0.80em;
}

.ad{
  text-align: center;
  margin-bottom: 30px;
}