html, body, p, h1, h2, h3, h4, h5, h6, ul, li {
	padding: 0;
	margin: 0;
}
body {
	background: #b0c58b;
}
#page {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: 1px solid #555;
}
#top a {
	width: 100%;
	height: 64px;
	display: block;
	background: url('img/top.gif') no-repeat;
}
#content {
	background: url('img/content_middle.gif');
	padding: 30px;
	padding-bottom: 0;
	padding-top: 0px;
}
#content h2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #555;
}
#content p {
	color: #555;
	font-family: Arial;
	font-size: 12px;
	padding-bottom: 10px;
}
#content p a {
	color: #703819;
	text-decoration: none;
}
#content p a:hover {
	text-decoration: underline;
}
#content_top {
	width: 100%;
	height: 60px;
	background: url('img/content_top.gif');
}
#content_top h1 {
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 16px;
	padding-top: 30px;
	text-indent: 30px;
	color: #555;
	font-weight: normal;
}
#content_bottom {
	width: 100%;
	height: 60px;
	background: url('img/content_bottom.gif');
}
#content_bottom p {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	padding-left: 30px;
}
#content_bottom p a {
	color: #703819;
	text-decoration: none;
}
#content_bottom p a:hover {
	text-decoration: underline;
}

/* ##### MENY ##### */

#topmenu {
	background:url('img/topmenu_bkg.gif') repeat-x;
	margin: 0 auto 0 auto;
	overflow: hidden;
	border-top: 1px solid #93ab53;
}
#topmenu ul {
	
	background:url('img/topmenu_bkg.gif') repeat-x;
	color: #dbe0e3;
	height: 42px;
	font-size: 0;
	overflow: hidden;
	/*margin-left: 10px;*/
}
#topmenu li {
	list-style:none;
	line-height:42px;
	float: left;
	font-size: 0;
	overflow: hidden;
}
#topmenu  a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#topmenu a:hover {
	color: #000;
	background: url('img/topmenu_active.gif') no-repeat;
	background-position: -400px 0px;
	text-decoration: underline;
}

#topmenu .current_page_item a {
	font-family: Arial;
	font-size: 12px;
	/*letter-spacing: 1px;*/
	font-weight: bold;
	background: url('img/topmenu_active.gif');
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #93ab53;
	border-left: 1px solid #93ab53;
	
	background-position: -200px 0px;
}
#topmenu .current_page_item  a:hover {
	color: #fff;
	background: url('img/topmenu_active.gif') no-repeat;
	background-position: -200px 0px;
	text-decoration: underline;
}

#topmenu li a {
	display: block;
}
#topmenu .clicked a {
	background:url('img/topmenu_active.gif') no-repeat;
	background-position: -200px 0px;
	color: #000;
}
#topmenu .clicked span {
	background:url('img/topmenu_active.gif') no-repeat;
	background-position: -200px 0px;
}