/*  css by www.buerobeeli.ch  */
body {
	background-color: #fff;
	font-size: 13px;
/*	font-family: Times, 'Times New Roman', serif;*/
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	line-height: 15px;
}
a, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #000;
}
img {
	border: 0;
}
h1 {
	font-size: 16px;
	margin: 0 0 11px 0;
}
h2, h3, h4, h5, h6 {
	font-size: 14px;
}
p {
	margin: 0;
	padding: 0;
}
/*  box  */
#box {
	width: 1000px;
	height: 750px;
	background: #fff url(back.jpg) no-repeat;
	margin: 0 auto;
}
* html #box {
	margin: 10px;
}
/*  navigation  */
#navigation {
	width: 160px;
	height: 590px;
	margin: 0;
	float: left;
	padding: 150px 30px 10px 30px;
}
#lang {
	position: absolute;
	top: 8px;
	margin: 0 0 0 8px;
}
#lang a, #lang a:visited {
	text-decoration: none;
	color: #000;
	font-size: 11px;
}
#lang a:hover, #lang a:active, #lang li.active a {
	text-decoration: underline;
	color: #5d4755;
}
#lang ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#lang li {
	margin: 0 8px 0 0;
	padding: 0;
	float: left;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	margin: 0 0 5px 0;
}
#nav li a, #nav li a:visited {
	display: block;
	width: 148px;
	padding: 2px 6px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
/*	font-weight: bold;*/
	font-size: 13px;
}
* html #nav li a {
	width: 160px;
}
* html #nav li a:visited {
	width: 160px;
}
#nav li a:hover, #nav li a:active, #nav li.active a {
	color: #fff;
	background-color: #5d4755;
}
#nav li.active li a {
	width: 136px;
	padding: 0px 6px 0px 18px;
	background: #fff;
	color: #000;
}
#nav li.active li.first {
	padding-top: 4px;
}
* html #nav li.active li a {
	width: 160px;	
}
* html #nav li.active li a:visited {
	width: 160px;
	padding: 0px 6px 0px 18px;
}
#nav li.active li {
	margin: 0;
	padding: 0 0 5px 0;
	background: #fff;
}
#nav li.active li a:hover, #nav li.active li.active a {
	background: url(dot.png) no-repeat 7px 7px;
	color: #5d4755;
}
#subnav {
	width: 480px;
	height: 19px;
}
#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#subnav li {
	float: left;
	margin: 0 10px 0 0;
}
#subnav a, #subnav a:visited {
	font-size: 14px;
	font-weight: normal;
/*	font-family: Times, 'Times New Roman', serif;*/
	text-decoration: none;
}
#subnav a:hover, #subnav a:active, #subnav li.active a {
	text-decoration: underline;
}
/*  content  */
#content {
	width: 480px;
	height: 405px;
	margin: 0;
	padding: 20px 40px 10px 40px;
	float: left;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	line-height: 18px;
}
* html #content {
	height: 435px;
	font-size: 11px;
}
#content h1, #content h3, #content h4, #content h5, #content h6 {
/*	font-family: Times, 'Times New Roman', serif;*/
}
#content h2 {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin: 10px 0 2px 0;
}
#content .thumbscontainer h2 {
	font-weight: normal;
}
* html #content h2 {
	margin: 0;
}
#ahb {
	width: 480px;
	height: 111px;
	margin: 0 40px;
	padding: 2px 0 10px 0;
	float: left;
	border-top: 2px solid #5d4755;
	font-size: 13px;
}
#ahb p{
	margin: 6px 0;
	line-height: 18px;
}
/*  footer  */
#footer {
	width: 480px;
	height: 99px;
	margin: 66px 0 0 0;
	padding: 15px 40px 10px 40px;
	float: left;
/*	font-weight: bold;*/
	font-size: 13px;
	line-height: 18px;
}
*html #footer {
	width: 560px;
}
#footer h2 {
	margin: 0 0 6px 0;
	font-size: 16px;
}
#footer a, #footer a:visited {
	color: #000;
	padding: 0 4px 0 0;
}
#footer a:hover, #footer a:active {
	color: #5d4755;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 480px;
}
#footer li {
	float: left;
	margin: 0 6px 0 0;
}
