/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

img {
border: 0;
}

body {
	/* background: #7E984D url(images/bg.jpg) repeat-x left bottom;*/
	color: #444;
	font: normal 62.5% Verdana,Helvetica,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Verdana,sans-serif;
	margin-bottom: 4px;
}



h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {
	width: 160px;
	height: 460px;
	float: left;
	background-repeat:no-repeat;
 	background-image:url(images/logo_grau.gif);
 	background-position:55px 380px;
}

.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 786px;
}

/* header */
.top {
	margin-top: 20px;
	padding: 10px 10px 0;
}

/* title */

.header {
	background-color: #FFF;
	height: 20px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 786px;
	color: #A8976A;
	font: bold 1.5em Verdana;Helvetica;
	text-align: left;	
}

/* navigation */
.navigation {	
	background: #D9E1E5 url("images/nav.jpg");
	border: 1px solid #D8EBD8;
	height: 30px;
}
.navigation a {
	background: transparent url("images/nav.jpg") left top repeat-x;
	border-right: 1px solid #D8EBD8;
	/* color: #333300; */
	color: #FFFFFF;
	display: block;
	float: right;
	font: bold 0.9em Verdana;Helvetica;Sans-Serif;
	line-height: 30px;
	padding: 0 18px;
	text-decoration: none;
}
.navigation a:hover {
	background: transparent url("images/nav.jpg") left bottom; 
	color: #333300;
}

.navigation a:link {
	background: transparent url("images/nav.jpg") left bottom; 
	color: #333300;
	text-decoration: underline;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url("images/bgmain.gif") repeat-y;
	height:460px;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 160px;
}
.sidenav h2 {
	color: #333300;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #D8EBD8;
}
.sidenav li {border-bottom: 1px solid #D8EBD8;}

.sidenav li a {
	font-size: 1.1em;
	color: #333300;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background-color: #ebebeb;
	color: #654;	
}

.sidenav li a:active {
	/* background-color: #A8976A; */
	background-color: #A89C6A;
	color: #FFFFFF;
}
.sidenav a.aktiv {
	background-color:  #C4BFA0;
}	

/* content */
.content {
	float: right;
	margin: 15px 0px;
	width: 590px;
	height:430px; 
	padding: 0 16px;
	text-align: left;
	font-family: Verdana; Helvetica;
	font-size: 1.10em;
	z-index:7; 
	overflow: auto;
}
.content .descr {
	color: #664;
	font-size: 1.1em;
}

.content li {
	list-style: url("images/bp.gif");
	margin-left: 15px;
}

.content .imgright {
padding: 5px;
border: 1px solid #D8EBD8;
margin-left: 10px;
float: right;
}

.content .imgcenter {
padding: 5px;
border: 1px solid #D8EBD8;
margin-left: 4px;
float: center;
}

.content p
{
color: #969696;
}

.contact  {
	width: 580px; 
	height: 215px; 
	float: left; 
	margin-left: 15px;
	font-family: Verdana, Helvetica;
	font-size: 1.10em;
}

.contact .contab {
	text-align: left;
	font-family: Verdana, Helvetica;
	font-size: 1.10em;
}

input, textarea { 
	font-size: 1.10em;; 
	font-family: Verdana, Helvetica; 
}

.Button {  
	width:180px; 
	margin-right: 10px;
}

.info {
	font-size: 0.9em;; 
	font-family: Verdana, Helvetica; 
	}