*{
  margin:0;
  border:0;
  padding:0;
  text-decoration:none;
  list-style-type:none;
  font-family:tahoma,arial,helvetica,sans-serif;
}
body{
	background:#fff url(../bilder/bg.png) repeat-x left top;
	color:#000;
	font-size:0.83em;
}
#sheet{
	margin:0 auto;
	width:952px;
}
#head{
	width:956px;
	height:201px;
	background:url(../bilder/head_bg.png) repeat-y center top;
}
#head > div{
	margin-left:16px;
	width:878px;
	height:161px;
	padding:20px 21px;
	background:url(../bilder/headcontent_bg.png) repeat-x left top;
}
#body{
	margin-left:-1px;
	width:954px;
	float:left;
	background:url(../bilder/contentmain_bg.png) repeat-y center top;
}
#foot{
	width:100%;
	padding-top:65px;
	height:18px;
	text-align:center;
	clear:both;
	background:url(../bilder/foot_bg.png) no-repeat left top;
}
#content{
	float:left;
	width:520px;
	background:url(../bilder/content_bg.png) no-repeat left top;
	padding:20px 20px 70px;
}
#body > #c_left{
	margin-left:17px;
}
#body > #c_left,
#body > #c_right{
	float:left;
	width:180px;
	padding:20px 0 50px;
	background:#fff url(../bilder/navi_bg.png) no-repeat left top;
}
#body > #c_left > div,
#body > #c_right > div{
	width:180px;
	display:block;
	float:left;
}
#body > #c_left > div > *,
#body > #c_right > div > *{
	width:180px;
	display:block;
	float:left;
	background:#fff;
}
#body > #c_left > div > h3,
#body > #c_right > div > h3{
	padding:5px;
	width:170px;
	height:21px;
	color:#4372AD;
	font-family:verdana;
	font-size:14px;
	font-weight:bolder;
	border-top:1px solid #EAE8E8;
	border-bottom:1px solid #EAE8E8;
	background:url(../bilder/navibox_head_bg.png) repeat-x left top;
}
#body > #c_left > div > div,
#body > #c_right > div > div,
#body > #c_left > div > ul,
#body > #c_right > div > ul{
	margin:5px;
	padding:5px;
	width:160px;
	background:#eaefff;
}
#content > div > div{
	padding:10px 0;
}
#c_left a,#c_right a{
	color:#6D6D6D;
	display:block;
	width:165px;
	padding:5px;
	margin-left:-5px;
}
#c_left a:hover,#c_right a:hover{
	margin-left:-10px;
	color:#4372AD;
	background:#fff;
	border-left:5px solid #BDEB06;
}
#c_left a.clicked,#c_right a.clicked{
	margin-left:-10px;
	color:#4372AD;
	background:#fff url(../bilder/menu_list_icon.png) no-repeat left center;
	border-left:5px solid #BDEB06;
}
*:first-child+html #sheet #body #c_right h3+a{
	width:20px !important;
}
input,select,textarea{
	border:1px solid #888;
}
input,option,textarea{
	padding:2px;
}
a{
	color:#444;
}
a:hover{
	color:#666;
	text-decoration:underline;
}
#content a{
	color:#27a;
}
.borders li{
	border-bottom:1px solid #888;
	padding-bottom:10px;
	margin-bottom:10px;
	display:block;
}