body {
	background:url(/fileadmin/template/page_bg.jpg) top left repeat-x #BB0000;
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:10pt;
	color:#333;
}

#container {
  	width:800px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
	text-align:left
}

#header {
	height:152px;
	background: url(/fileadmin/template/header_bg.jpg) top left repeat-x #530000;
	border-bottom: 1px solid #FFFFFF;
}

#header h1 {
	color:#fff;
	font-size:20pt;
	margin:0;
	padding:40px 10px 10px 10px;
}

#content {
	width:545px;
	padding:10px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color: #8B0000;
	font-size:17pt;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color:#333;
	font-size:14pt;
}

#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 #8B0000;
	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;
	font-size:11pt;

}
	 

#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.gif) top left no-repeat #B11313;
	color: white;
	text-indent:25px;
	text-decoration:none;
}

#sidebar ul li.secondlevel a {
	display:block;
	padding:3px;
	width:192px;
	background:url(/fileadmin/template/li-off.gif) top left no-repeat #B11313;
   color: white;
	text-indent:40px;
	text-decoration:none;
}

#sidebar ul li.secondcurrent a {
	display:block;
	padding:3px;
	width:192px;
	background:url(/fileadmin/template/li-cur.gif) top left no-repeat #B11313;
	color: white;
	text-indent:40px;
	text-decoration:none;
}

#sidebar ul li.navcurrent a {
	display:block;
	padding:3px;
	width:192px;
	background:url(/fileadmin/template/li-cur.gif) top left no-repeat #B11313;
	color: white;
	text-indent:25px;
	text-decoration:none;
}


#sidebar ul li a:hover {
	background:url(/fileadmin/template/li-on.gif) top left no-repeat #B11313;
}

.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:8px;
	text-align:left;
}

#footer {
	clear:both;
	border-top:1px solid #000;
	background: #8B0000;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:center;
}

a {
	color: #8B0000;
	font-weight:bold;
}

a:hover {
	background:#FFFFDD;
}