html {
	min-height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #333300;
}
a:hover {
	color: #999;
}
img {
	border: 0;
}
body {
	background: #D8D3DC url(img/background2.jpg) repeat-x left bottom;
	color: #111;
	font: normal 62.5% Arial,sans-serif;
}
strong {
	font: normal 100% Arial,sans-serif;
}
p,ul {
	padding-bottom: 1.2em;
}
li {
	list-style: none;
}
h1 {
	font: normal 1.6em Arial,sans-serif;
	margin-bottom: 4px;
	color: #444;
	margin: 0 0 7px 0;
}
h2 {
	font: normal 1.5em Arial,sans-serif;
	margin-bottom: 4px;
	color: #444;
	margin: 0 0 7px 0;
}
.clearer {
	clear: both;
}
.left {
	float: left;
}

.right {
	float: right;
}
.container {
	background-color: #fff;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 8px 8px;
	width: 780px;
}
.top {
	padding: 8px 8px 0;
}
.header {
	font-size: 1.2em;
	background-color: #fff;
	height: 105px;
	margin: 0 auto;
	padding: 8px 8px 5px;
	width: 780px;
}
.header .left, .header .right {
	background-color: #444;
	height: 105px;	

}
.big {
	font: italic 1.6em "Georgia", serif;
}
.header .left {
	background: transparent url(img/bgtop.jpg) top left repeat-x;
	color: #EDF0F2;
	font: italic 2.2em "Georgia", serif;
	line-height: 110px;
	width: 567px;
	text-align: center;
	text-shadow: 4px 4px 4px #000;
}
.header .right {
	background: transparent url(img/bgtop.jpg) top left repeat-x;
	color: #fff;
	overflow: auto;
	width: 207px;

}
.header .right div {
	padding-left: 47px;
	padding-top: 9px;
	font: normal 1.6em "Trebuchet MS",sans-serif;

}

.navigation {	
	background: #D9E1E5 url(img/nav.jpg); 
	border: 1px solid #444;
	height: 23px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.jpg);
	border-right: 1px solid #444;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
	padding: 0 18px;
}
.navigation a:hover {
 	background: #D9E1E5 url(img/nav.jpg);
	color: #ccc;
}
a.mailto  {
	color: #fff;
	background: none;
	text-decoration:underline;
	padding-left: 12px;
	font: bold 1.3em "Trebuchet MS",sans-serif;
}
a.mailto:hover  {
	color: #ddd;
}
a.fragen  {
	color: #444;
	background: none;
	text-decoration:underline;
	font: 0.9em "Trebuchet MS",sans-serif;
}
a.fragen:hover  {
	color: #aaa;
}
.main {
	border-top: 8px solid #FFF;
	background: url(img/bgmain.jpg) repeat-y;
}
.sidenav {
	float: right;
	width: 205px;
}
.sidenav h2 {
	color: #333300;
	font-size: 1em;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #999;
}
.sidenav li {
	border-bottom: 1px solid #999;
}
.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: #ccc;
	color: #666;	
}
.activ {
	background-color: #ddd;	
}
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 536px;
	height: 400px;
}
.content {
	color: #666;
	text-align:justify;
	font-size: 1.0em;
	margin-bottom: 6px;
}
.content .imgright {
	padding: 5px;
	border: 1px solid #333;
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}
.tel {
	font: normal 2.4em Arial,sans-serif;
	color: #444;
	text-align: center;
}
.footer {
	background: url(img/bluefooter.jpg) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #ddd;
}



