* {
	padding: 0;
	margin: 0;
}
body {
	font-family: arial,Verdana,Trebuchet MS,sans-serif;
	font-size : 12px;
	color: #000000;
	background: silver url(../img/zemora/bgline.png) repeat-x;
}

#container {
	margin: 0 auto;
	width: 916px;
	background-color: #ffffff;
	background-image: url(../img/zemora/body.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(../img/zemora/header.jpg);
	background-repeat: no-repeat;
	height: 163px;
}
	
#breadcrumbnavi {
	padding: 5px 0px 5px 50px;
}
  
#main {
	width: 850px;
	padding-left: 40px;
 }
  
#sidebar {
	float:left;
	width: 206px;
}
  
#sidebar .box {
  margin: 0px 0px 15px 0px;
  width: 206px;
  }

#sidebar .boxheader {
	background-image: url(../img/zemora/boxheader.jpg);
	background-repeat: no-repeat;
	background-color: #ffcc33;
	font-weight: bold;
	height: 16px;
	padding: 7px 0px 0px 10px;
}

#sidebar .boxmain {
	background-image: url(../img/zemora/boxbody.jpg);
	background-repeat: repeat-y;
	background-color: #fff;
	padding: 5px 10px;
}

#sidebar .boxfooter {
	background-image: url(../img/zemora/boxfooter.jpg);
	background-repeat: no-repeat;
	background-color: #ffcc33;
	font-weight: bold;
	height: 23px;
	
}
  
#contentarea {
	margin-left: 240px;
	margin-right: 5px;
	min-height: 520px;
}

#footer {
	clear: both;
}

#footer_innen {
	padding: 72px 0px 4px 0px;
	text-align: center;
	font-size: 12px;
	color: gray;
	background-color: #ffcc33;
	background-image: url(../img/zemora/footer.jpg);
	background-repeat: repeat-x;
}

#footer_innen a {
	color: #777777;
}

	/* navi */
ul.navi {
   	margin: 0px;
   	padding: 6px;
}

ul.navi li {
   	list-style: none;
   	margin: 1px;
   	padding: 0px;
}

ul.navi a:hover, a.navi#active1 {
   	color: #000000;
   	background-color: #ffcc33;
}

ul.navi a:hover, a.navi#active2 {
   	color: #000000;
   	background-color: #ffcc33;
}
/* layerbox */
.layer {
   background: #FEFFBB;
   border: 2px solid #000000;
   font-size: 13px;
   position: absolute;
   padding: 5px;
   display: none;
   width: 400px;
   -moz-border-radius: 10px;
}
