body {
	background:url(./img_website/page_bg.jpg) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
	color:#333;
}

#container {
	width:900px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
}

#header {
	height:73px;
	background:url(./img_website/header_bg.gif) top right #9ECBA8 no-repeat;
	border-bottom:5px solid #008000;
}

#header h1 {
	color:#000;
	font-size:22pt;
	margin:0;
	padding:310px 10px 0px 20px;
}

#header p {
	color:#333;
	font-size:10pt;
	font-weight:bold;
	margin:0;
	padding:55px 0px 0px 20px;
}

#content {
	width:670px;
	padding:10px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color:#060;
	font-size:18pt;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color:#333;
	font-size:12pt;
}

#content img {border: 0px;}

#photos {
	width:428px;
	height:224px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.imgbox {
	width:75px;
	height:75px;
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

.right {float:right;}

#sidebar {
	width:170px;
	padding:10px;
	float:left;
	margin:0;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:162px;
	background:url(./img_website/li-off.jpg) top left no-repeat #f2f7e9;
	color:#060;
	text-indent:25px;
	text-decoration:none;
}


#sidebar ul li a:hover {
	background:url(./img_website/li-on.jpg) top left no-repeat #f2f7e9;
}

#sidebar ul li .sel {
	background:url(./img_website/li-on.jpg) top left no-repeat #f2f7e9;
}

#kaercher a {
	display:inline-block;
	border:3px solid #FFEC00;
	padding:3px;
	width:120px;
	background:url(./xximg_website/li-off.jpg) top left no-repeat #FFF;
	color:#000;
	text-indent:5px;
	text-decoration:none;	
	text-align:center;
}

#kaercher a:hover {
	background:url(./xximg_website/li-on.jpg) top left no-repeat #000;
	color:#fff;
}

h1.head  {
	display:inline;
	float:left;
	line-height:120%;
	margin:5px 0 0;
	padding:0 0 2px;
	width:100%;
	font-size:13pt;
}


.infobox {
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}	

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#9ECBA8;
	padding:10px;
	color:#000;
	font-size:8pt;
	text-align:center;
	border-top:5px solid #008000;
}

a {
	color:#060;
	font-weight:bold;
}

a.grau:link {
	color:#333;
	font-weight:normal;
}

a:hover {
	color:#000000;
	/*background:#FFFFDD;*/
}
