body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url('images/bg_5.jpg');
	background-position: 0px 180px;
	background-repeat: repeat-x;
	background-color: #fe8a03;
}

div#body {
	width: 100%;
	font-family: Georgia,sans-serif;
	font-size: 14px;
	color: white;
}

div#header {
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	background-color: #4F4F4F;
	width: 100%;
	height: 180px;
}

div#logo {
	position: absolute;
	left: 150px;
	top: 25px;
}

div#login {
	position: absolute;
	top: 25px;
	left: 654px;
	width: 136px;
	height: 100px;
	text-align: right;
	background-image: url('images/bg_login.png');
	padding: 7px 7px 7px 7px;
	font-size: 12px;
}

div#login input {
	margin-top: 5px;
	border: 0px;
	width: 100%;
	background-color: #696969;
	text-align: right;
	font-family: Georgia,sans-serif;
	font-size: 12px;
	color: white;
}

div#menu {
	position: absolute;
	left: 136px;
	top: 154px;
	font-family: Georgia,sans-serif;
	font-size: 14px;
	color: white;
}

div#menu ul {
	display: inline;
	list-style-position: inside;
}

div#menu li {
	display: inline;
	margin-right: 25px;
	list-style-type: none;
}

div#menu li a {
	padding:0px 1.5em;
	text-decoration: none;
	float: left;
	font-family: Georgia,sans-serif;
	font-size: 14px;
	color: white;
	height: 30px;
}

div#menu li span #menu_1 {
	display: none;	
	position: absolute;
	left: 21px;
	top: 21px;
	height: 5px;
	width: 60px;
	background-image: url('images/menu_1.jpg');
	line-height: 5px;
}

div#menu li span #menu_2 {
	display: none;
	position: absolute;
	left: 122px;
	top: 21px;
	height: 5px;
	width: 78px;
	background-image: url('images/menu_2.jpg');
	line-height: 5px;
}

div#menu li span #menu_3 {
	display: none;
	position: absolute;
	left: 242px;
	top: 21px;
	height: 5px;
	width: 51px;
	background-image: url('images/menu_3.jpg');
	line-height: 5px;
}

div#menu li span #menu_4 {
	display: none;
	position: absolute;
	left: 334px;
	top: 21px;
	height: 5px;
	width: 55px;
	background-image: url('images/menu_4.jpg');
	line-height: 5px;
}


div#menu li span #menu_5 {
	position: absolute;
	left: 430px;
	top: 21px;
	height: 5px;
	width: 39px;
	background-image: url('images/menu_5.jpg');
	line-height: 5px;
}

div#menu li span #menu_6 {
	display: none;
	position: absolute;
	left: 510px;
	top: 21px;
	height: 5px;
	width: 41px;
	background-image: url('images/menu_6.jpg');
	line-height: 5px;
}


/****** From now on: CONTENT *******/

div#content {
	position: absolute;
	top: 235px;
	left: 157px;
	width: 647px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
}

div#content_box {
	width: 100%;
}

div#content_box2 {
	background-color: #343434;
	padding:  20px 20px 0px 20px;
}

div#content_end {
	background-color: #343434;
	height: 30px;
	text-align: right;
	padding:  20px 20px 0px 20px;
}

div#content_end_left {
	float: left;
}

div#content_end_right {
	float: right;
	text-align: right;
}
div#news {
	
}

div#news_1 {
	padding-top: 5px;
	background-color: #343434;
}

div#news_2 {
	margin-top: 15px;
	background-color: #343434;
}

div#news_rest {
	background-color: #343434;
}

div#news_end {
	background-color: #343434;
	height: 30px;
	text-align: right;
	padding:  20px 20px 0px 20px;
}

div#news_end_left {
	float: left;
}

div#news_end_right {
	float: right;
	text-align: right;
}

div#news_message {
	padding:  20px 8px 20px 8px;
}

div#news_bg {
	background-color: #343434;
}

div#submenu {
	float: right;
	width: 150px;
	font-weight: bold;
}

div#submenu_box {
	background-image: url('images/submenu_bg.png');
	padding: 5px 4px 20px 4px;
	margin-top: -2px;
}

div#submenu .submenu {
	list-style-type: none;
	margin: 12px 0px 18px 10px;
}

html>body div#submenu .submenu {
	padding: 0px 0px 0px 0px; /* IE sucks sooo hard! */
}

div#footer {
	color: #4F4F4F;
	padding: 0px 20px 0px 20px;
	font-size: 10px;
}

div#footer .footer {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #4F4F4F;
	text-decoration: none;
}



/****** Things everyone needs, like h1, h2 *******/

div#news h1 {
	font-size: 10px;
	margin: 0px 0px 5px 8px;
	text-transform: uppercase;
}

h1 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
}

div#news h3 {
	font-size: 12px;
	padding: 2px 5px 0px 3px;
	display: block;
	height: 18px;
	background-color: #222222;
	margin-bottom: 0px;
	text-transform: uppercase;
}

div#submenu h3 {
	font-size: 10px;
	padding: 2px 2px 0px 3px;
	display: block;
	height: 16px;
	background-color: #222222;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.seperator_hz_news {
	margin: 0px 10px 0px 10px;
	width: 457px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-image: url('images/seperator_hz.gif');
	background-repeat: repeat-x;
}

.seperator_hz_news_message {
	margin: 0px 0px 15px 0px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-image: url('images/seperator_hz.gif');
	background-repeat: repeat-x;
}

.seperator_hz_submenu {
	margin: 0px 3px 0px 3px;
	width: 136px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-image: url('images/seperator_hz.gif');
	background-repeat: repeat-x;
}

.seperator_hz_submenu_top {
	margin: 0px 0px 0px 0px;
	width: 142px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-image: url('images/seperator_hz.gif');
	background-repeat: repeat-x;
}

.clear {
	clear: both;
}

.news_text {
	padding: 0px 5px 0px 5px;
}

div#content_end a {
	text-decoration: none;
	color: white;
}

div#content_end a:hover {
	text-decoration: underline;
	color: white;
}


#navigation_7 {
	visibility: hidden;
}
