body {
	background:url(/fileadmin/template/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:760px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
}

#header {
	height:80px;
	background: url(/fileadmin/template/header_bg.jpg) top left repeat-x #DA642B;
	border-bottom: 5px solid #772B1A;
}

#header h1 {
	color: #772B1A;
	font-size: 20pt;
	margin:0;
	padding:30px 10px 10px 20px;
}

#content {
	width:520px;
	padding:10px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color: #772B1A;
	font-size:16pt;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color:#333;
	font-size:14pt;
}

#content h4 {
	color:#333;
	font-size:12pt;
}

#photos {
	width:428px;
	height:224px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background: #F9F1E1;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.imgbox {
	width:75px;
	height:75px;
	border: 1px solid #772B1A;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

#sidebar {
	width:200px;
	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:192px;
	background: url(/fileadmin/template/li-off.jpg) top left no-repeat #F9F1E1;
	color: #772B1A;
	text-indent:25px;
	text-decoration:none;
}

#sidebar ul li.secondlevel a {
	display:block;
	padding:3px;
	width:192px;
	background: url(/fileadmin/template/li-off.jpg) top left no-repeat #F9F1E1;
	color: #772B1A;
	text-indent:40px;
	text-decoration:none;
}

#sidebar ul li.secondcurrent a {
	display:block;
	padding:3px;
	width:192px;
	background: url(/fileadmin/template/li-cur.jpg) top left no-repeat #F9F1E1;
	color:#000;
	text-indent:40px;
	text-decoration:none;
}

#sidebar ul li.navcurrent a {
	display:block;
	padding:3px;
	width:192px;
	background: url(/fileadmin/template/li-cur.jpg) top left no-repeat #F9F1E1;
	color:#000;
	text-indent:25px;
	text-decoration:none;
}


#sidebar ul li a:hover {
	background: url(/fileadmin/template/li-on.jpg) top left no-repeat #F9F1E1;
}
.widget {
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}	

#footerle {
	clear:both;
	border-top:1px solid white;
	background: white;
	padding:2px;
	text-align:right;
}

#footer {
	clear:both;
	border-top:1px solid #000;
	background: #772B1A;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:center;
}

#footer a {
	color:#fff;
	font-size:8pt;
} 

a {
	color: #772B1A;
	font-weight:bold;
}

a:hover {
	background: #F4E8CD;
}