html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
outline-color:invert;
outline-style:none;
outline-width:0pt;
padding:0pt;
vertical-align:baseline;
}
table {
border-collapse:separate;
border-spacing:0pt;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
strong {
font-weight:bold;
}
em {
font-style:italic;
}
* {
margin:0pt;
padding:0pt;
}
html, body {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size:11px;
	color: #FFF;
	text-transform: lowercase;
	background-color:#000;
}
a {
	color: #FFF;
	text-decoration: none;
}
#bg {
	min-height: 100%;
	min-width: 800px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1;
}
#container {
	overflow:no;
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;

}
#navi-container {
	width: 100%;
	height: 100px;
	position: fixed;
	bottom: 50px;
	background-image: url(images/bgnavi.png);
	z-index: 100;
	left: 0px;
}
#navi-level-0 {
	width: 195px;
	background-image: url(images/green.jpg);
	height: 100px;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}
ul.navi-level-0 {
	list-style: none;
	position: relative;
	float: left;
	height: 90px;
	padding-top: 10px;
	padding-left: 50px;
}
ul.navi-level-0 li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	line-height: 15px;
	float: left;
	width: 130px;
	padding-left: 1px;
	clear: both;
}
ul.navi-level-0 li a:hover {
	color: #333;
	background-color: #FFF;
}
ul.navi-level-0 li.act a {
	color: #333;
	display: block;
	background-color: #FFF;
}
#navi-level-1 {
	width: 210px;
	position: absolute;
	float: left;
	height: 100px;
	left: 195px;
	top: 0;
}
ul.navi-level-1 {
	list-style: none;
	position: relative;
	float: left;
	height: 90px;
	padding-top: 10px;
	padding-left: 10px;
}
ul.navi-level-1 li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	line-height: 15px;
	float: left;
	padding-left: 1px;
	padding-right: 1px;
	clear: left;
}
ul.navi-level-1 li a:hover {
	color: #333;
	background-color: #F7F7F7;
}
ul.navi-level-1 li.act a {
	color: #333;
	display: block;
	background-color: #F7F7F7;
}
#navi-level-2 {
	width: 600px;
	position: absolute;
	height: 100px;
	float: left;
	left: 400px;
	top: 0px;
}
ul.navi-level-2 {
	list-style: none;
	padding-top: 10px;
	padding-left: 10px;
	width: 600px;
}
ul.navi-level-2 li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	line-height: 15px;
	padding-left: 2px;
	padding-right: 10px;
	float: left;
	position: relative;
	margin-left: 5px;
}
ul.navi-level-2 li a:hover {
	color: #333;
	background-color: #F7F7F7;
}
ul.navi-level-2 li.act a {
	color: #333;
	display: block;
	background-color: #F7F7F7;
}
.content_normal {
	position: absolute;
	width: 500px;
	min-height: 450px;
	height:auto !important;
	height:450px;
	position: absolute;
	top: 10%;
	left: 50px;
	overflow: auto;
	z-index:50;
}
.content_normal p {
	clear:both;
}
.content_normal h1 {
	font-size:14px;
	text-transform:uppercase;
	min-width: 100px;
	clear: both;
}
.content_normal h2 {
	font-size:25px;
	text-transform:uppercase;
	font-weight: bold;
	float: left;
	background-image: url(images/headblack.png);
	clear: both;
	background-repeat: repeat;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
}
.content_normal h3 {
	font-size:12px;
	text-transform:uppercase;
	background-image: url(images/headblack.png);
	clear: both;
	float: left;
	margin-bottom: 7px;
	padding: 3px 5px 2px 5px;
}
.content_normal h4 {
	font-size:12px;
	text-transform:lowercase;
	background-image: url(images/subgreen.png);
	clear: both;
	float: left;
	padding: 2px 5px 1px 5px;
	margin-bottom: 5px;
}
.content_left {
	position: absolute;
	width: 350px;
	min-height: 450px;
	height:auto !important;
	height:450px;
	position: absolute;
	top: 10%;
	left: 50px;
	overflow: auto;
	z-index:50;
	text-align: justify;
}
.content_left p {
	clear:both;
}
.content_left h1 {
	font-size:14px;
	text-transform:uppercase;
	min-width: 100px;
	clear: both;
}
.content_left h2 {
	font-size:25px;
	text-transform:uppercase;
	font-weight: bold;
	float: left;
	background-image: url(images/headblack.png);
	clear: both;
	background-repeat: repeat;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
}
.content_left h3 {
	font-size:12px;
	text-transform:uppercase;
	background-image: url(images/headblack.png);
	clear: both;
	float: left;
	margin-bottom: 7px;
	padding: 3px 5px 2px 5px;
}
.content_left h4 {
	font-size:12px;
	text-transform:lowercase;
	background-image: url(images/subgreen.png);
	clear: both;
	float: left;
	padding: 2px 5px 1px 5px;
	margin-bottom: 5px;
}#footer {
	width: 100%;
	position: absolute;
	bottom: 85px;
	height: 40px;
	font-size: 11px;
	color: #FFF;
	background-image: url(images/bgfooter.png);
}
.logo {
	width: 194px;
	right: 10px;
	position: absolute;
	height: 42px;
	bottom: 0px;
}
.news-latest-item h2 a {
	font-size:14px;
	text-transform:uppercase;
	clear: both;
	float: left;
}
.news-latest-item p {
	clear:both;
	padding-left:5px;
}
.news-latest-item a {
	color:#FFF;
	text-decoration:none;
}

.news-single-item h1 {
	font-size:14px;
	background-image: url(images/headblack.png);
	clear: both;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}
.news-single-item h2 {
	font-size:12px;
	background-image:none;
	font-weight:bold;
	text-transform:none;
}
.news-single-item p {
	clear:both;
	padding-left:5px;
}
.news-list-item h2 a {
	font-size:14px;
	text-transform:uppercase;
	clear: both;
	float: left;
}
.news-list-item p {
	clear:both;
	padding-left:5px;
}
.news-list-item a {
	color:#FFF;
	text-decoration:none;
}
