@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #525252;
	height: 860px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1 {
	font-size: 1em;
	margin: 0px;
}
h3 {
	color: #FF9900;
	margin: 0px 0px 0.5em;
}
p  {
	padding: 8px;
	margin: 0px;
	line-height: 1.2;
}
b {

}
strong   {
	color: #FF6600;
	font-size: 1em;
}

a {
	color: #FD4C06;
}
a:hover {
	color: #FFFFFF;
}


.content {
	background: #242424;
	border: 2px solid #333333;
}
#divheader {
	height: 48px;
	overflow: hidden;
	background: #525252 url(../images/headerbackground.png) repeat-x;
	text-align: right;

}
#languagebar {
	height: 32px;
	left: 266px;
	position: absolute;
	width: 128px;
}
#divheaderinfo  {
	float: right;
	margin-top: 7px;
	margin-right: 16px;
	margin-left: 378px;
}


#gear {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 48px;
	background: url(../images/gear.gif) no-repeat left top;
	padding-left: 48px;
}

#divbody {
	padding: 0px 8px;
}

#divmenu {
	height: 244px;
	overflow: hidden;
}
#flashmenu {
	z-index: -1;
}

#divsubsection {
	height: 480px;
}
#divnews {
	width: 25%;
	float: left;
	height: 480px;
}

#divdescription {
	float: right;
	width: 73%;
	height: 480px;
	overflow: hidden;
}
#footer {
	height: 78px;
	position: relative;
	top: 19px;
	clear: both;
	background: url(../images/footerbackground.png) repeat-x;
	text-align: center;
}
#footer p {
	padding-top: 26px;
}

#divpagecenter {
	position: absolute;
	left: 50%;
	width: 324px;
	margin-left: -162px;
	top: 50%;
	margin-top: -148px;
	height: 296px;
}
#bodyportal {
	height: auto;
}
