* { margin: 0; padding: 0; }
body { background: #8d9094 url(body.jpg) top left repeat-x; }
h1, h2, h3, h4, h5, h6 { font: 24px Arial, Helvetica, sans-serif; color: white; margin-bottom: 10px; }
p, ul, ol { margin-bottom: 15px; line-height: 140%; }
br.clear { display: block; clear: both; height: 1px;  }

a { color: #fff; background: none; text-decoration: underline; font-weight: bold; }
a:hover { color: #cc0000; }
a img, a:hover img { background: none; text-decoration: none; border: none; }
h3 a, h4 a { background: none; text-decoration: none; }

#wrap
{
	position: relative;
	width: 880px;
	margin: 0 auto;
	font: 12px Arial, Helvetica, sans-serif;
	color: white;
	overflow: hidden;
	min-height: 700px;
} 

#head { height: 86px; }
#head a, #head a img { border: none; text-decoration: none; background: none; }

#menuflash, #menutxt
{
	position: absolute;
	top: 86px;
	left: 0;
	width: 850px;
	height: 39px;
	z-index: 0;
}

#menutxt
{
	width: 600px;
	z-index: 50;
}

#logo
{
	width: 461px;
	height: 570px;
	background: transparent url(logo.png) top left no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2 !important;
}

#bodyfix
{
	position: absolute;
	background: black;
	height: 40px;
	width: 40%;
	top: 86px;
	right: 0;
	z-index: 0;
}

* html #bodyfix { z-index: -1; }
*:first-child+html #bodyfix{  z-index: -1;  }  

/** menu **/
#menutxt ul
{
	overflow: hidden;
}

#menutxt ul li
{
	display: block; 
	float: left;
}

#menutxt ul li a
{
	display: block;
	font: 14px Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
	text-decoration: none;
	padding: 13px 0 5px 0;
	text-align: center;
	width: 73px;
	margin-right: 1px;
	background: none;
	border: none;
}

#menutxt ul li a:hover,
#menutxt ul li a.current
{
	font-weight: bold;
	background: #cc0000;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
}

#content
{
	overflow: hidden;
	position: relative;
	top: 60px;
	left: 0;
	width: 840px;
	font: 12px Arial, Helvetica, sans-serif;
	padding-bottom: 100px;
	z-index: 5000;
}

#right
{
	float: right;
	width: 280px;
	float: right;
	overflow: hidden;
}

#left
{
	width: 540px;
	overflow: hidden;
}

#footer
{
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding: 10px;
}

#footer a 
{ 
	background: none; 
	color: white; 
}


#left div.latest { overflow: hidden; margin-bottom: 30px; }
#left div.latest img.left { display: block; float: left; overflow: hidden; margin: 0 10px 10px 0 }

#left div.news
{
	width: 160px;
	overflow: hidden;
	padding: 0;
	margin-right: 20px;
	float: left;
}

#left div.news a img,
#left div.news a:hover img
{
	border: none;
	text-decoration: none;
	background: none;
}


#left div.news h4 { font-size: 14px; font-weight: bold; }
#left div h3 a,
#left div.news h4 a 
{ color: white; font-weight: bold; }


/** form **/
form span.error { font-weight: bold; }

div.win
{
  display: block;
  background: #999;
  color: white;
  border: 1px solid #666;
  padding: 10px;
  margin-bottom: 15px;
}
div.win h4 { color: white; font-size: 16px; font-weight: bold; }
div.win span.error { display: block; font-weight: bold; color: #cc0000; font-style: italic; }
input { border: 1px solid #666; padding: 1px; font: 11px Arial, sans-serif; }

div.agb { background: #000; color: white; padding: 15px; }
div.agb h3 { font-weight: bold; font-size: 16px !important; }
div.agb p { line-height: 150%; margin-bottom: 15px; color: white; font: 11px Arial, sans-serif; }