﻿body {
	color: #ffffff;
	font-family: arial;
	font-size: 0.72em;
	background-image: url(../images/background.png);
	background-color:#031F20;
	background-repeat: repeat-x;
}
#container_border {
	background-image: url(../images/border_horizontal.png);
	background-repeat: repeat-y;
}
#border_top {
	background-color:#031F20;
	background-image: url(../images/border_top.png);
	background-repeat: no-repeat;
}
#container_main {
	background-color: #082C2E;
	background-image: url(../images/background_main.png);
	background-repeat: repeat-y;
	padding-bottom: 18px;
}
#left {
	background-image: url(../images/navi_background.png);
	background-repeat: no-repeat;
}
#navigation {
	background-color: #ffffff;
}
#navigation_image {
	background-image: url(../images/navi_image.png);
}
#right {
	border-top: 1px solid #00696F;
}
#content {
	border-top: 2px solid #97CC0A;
	padding: 9px;
}
#content a {
	display: inline-block;
	color: #ffffff;
}
#content a:hover {
	color: #97cc0a;
}
#content h1, 
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-size: 1em;
	color: #97cc0a;
}
#content p.info {
	color: #97cc0a;
	font-weight: bold;
	margin-bottom: 15px;
}
#content p.more {
	margin-top: 5px;
	float: right;
}
#content p.more a, #content p.back a {
	padding-left: 13px;
	background-image: url(../images/arrows_green.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#content p.more a:hover, #content p.back a:hover {
	background-image: url(../images/arrows.png);
}

#content div#fp_intro {
	padding-bottom: 22px;
	margin-bottom: 20px;
	background-image: url(../images/hr.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content div.mod_newsreader h1 {
	margin-top: 1px;
	margin-bottom: 7px;
}
#content div.mod_newsreader p.back {
	margin-top: 7px;
}
#footer {
	line-height: 27px;
	color: #0b3b3e;
	background-color:#031F20;
	background-image: url(../images/border_bottom.png);
	background-repeat: no-repeat;
}
#footer a {
	color: #0b3b3e;
	text-decoration: none;
}
#footer a:hover {
	color: #97cc0a;
}
#navigation ul {
	background-image: url(../images/background_main.png);
	background-repeat: repeat-y;
	list-style-type: none;
}
#navigation ul li.active {
	margin-left: 25px;
	height: 25px;
	line-height: 25px;
	color: #082c2e;
	font-weight: bold;
	border-bottom: 1px solid #E8E8E8;
	padding-left: 38px;
}
#navigation ul li  a {
	margin-left: 25px;
	background: #FFFFFF;
	display: block;
	height: 25px;
	line-height: 25px;
	color: #082C2E;
	text-decoration: none;
	border-bottom: 1px solid #E8E8E8;
	padding-left: 38px;
}
#navigation ul li  a:hover {
	padding-left: 51px;
	margin-left: 12px;
	background-image: url(../images/navi_mouseover.png);
	border-bottom: 0px;
	height: 26px;
	background-repeat: no-repeat;
}