/* standard */
html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #996633;
}
a:hover {
	color: #CC6600;
}

body {
	background: #778899;
	background-image: url(img/bgnew1.jpg); /*bg-1.jpg*/
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #444444;
	font: 62.5% tahoma, sans-serif;
}

p, ul {
	padding-bottom: 1.2em;
}

li {
	list-style: none;
}

h1 {
	font: normal 1.7em tahoma, sans-serif;
	margin-bottom: 8px;
}

h1, h2, h3 {
	padding-top: 6px;
}

/* misc */
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}
/* layer */
.layer {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}
/* structure */
.container {
	background: #FFFFFF;
	font-size: 1.2em;
	padding: 0 10px 10px;
}

/* header */
.top {
	padding: 0 10px 0;
	margin-left: -10px;
	width: 100%;

}

/* title */
.header {
	background: #FFFFFF;
	font-size: 1.2em;
	height: 150px;
	padding: 10px 10px 5px;
}

.header .left {
	background: #A4A4A0;
	color: #FFFFFF;
	height: 150px;
}

.header .left {
	background-color: #123456;
	background-image: url(img/logo1.jpg);
	background-repeat: no-repeat;
	font: normal 2.8em "trebuchet ms", sans-serif;
	line-height: 150px;
	text-align: center;
	width: 100%; /*564px*/
}

/* navigation */
.navigation {
	background: #D9E1E5;
	background-image: url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}

.navigation a {
	background: #D9E1E5;
	background-image: url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #334455; /*#445566;*/
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}

.navigation a:hover {
	background-position: left bottom;
	color: #223344;
}

/* main */
.main {
	border-top: 4px solid #FFFFFF;
	background-image: url(img/bgmain.gif);
	background-repeat: repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 190px;
}

.sidenav h2 {
	color: #4C4C3A; /*#5A5A43;*/
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.sidenav li {
	border-bottom: 1px solid #EAEADA;
}

.sidenav li a {
	font-size: 1.1em;
	color: #595940; /*#555544;*/
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.sidenav li a:hover {
	background: #EBEBE7; /*#F0F0EB;*/
	color: #6A5540; /*#665544;*/
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}

.content li {
	list-style: url(img/li3.gif);
	margin-left: 18px;
}

.content p {
	font-family: "lucia sans unicode", sans-serif;
}

/* footer */
.footer {
	background-image: url(img/bgfooter.gif);
	background-repeat: repeat-x;
	color: #2B5970;
	font: 0.9em sans-serif;
	line-height: 30px;
	text-align: center;
}

.footer a, .footer a:hover {
	color: #2B5970;
	text-decoration: none;
}

.stern {
	text-align: center;
	color: #778899;
}

.sternl {
	text-align: left;
	color: #778899;
}

.zeiten {
	font-size: 1em;
	font-weight: bold;
}

.centerh {
	text-align: center;
}