html
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #17053f;
}

body
{
	margin: 0;
	padding: 0;
	background: #ced1df;
}

#black
{
	position: absolute;
	width: 100%;
	top: 0px;
	height: 50%;
	bottom: 50%;
	background: #343047;
}

#gradient
{
	position: absolute;
	height: 450px;
	top: 50%;
	width: 100%;
	margin-top: -225px;
	background: url(gfx/bg_gradient.jpg) repeat-x;
}

#frame
{
	width: 850px;
	height: 450px;
	margin: auto;
	background: url(gfx/bg_shadow.jpg) no-repeat;
}

#main_start
{
	width: 800px;
	height: 434px;
	background: url(gfx/bg_start.jpg) no-repeat;
	margin-left: 25px;
}

#main_page
{
	width: 800px;
	height: 434px;
	background: url(gfx/bg_page.jpg) no-repeat;
	margin-left: 25px;
}

#title
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 330px;
	height: 29px;
	line-height: 29px;
	text-align: right;
	color: #ffffff;
	font-size: 14px;
}

#label
{
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	color: #cccccc;
	font-size: 8px;
	padding-top: 1px;
	padding-right: 10px;
	text-transform: uppercase;
}

#nav_lang
{
	position: absolute;
	right: 0px;
	top: 20px;
	padding-right: 10px;
}

#nav_lang img
{
	margin-left: 2px;
}

#panel_top
{
	width: 800px;
	height: 29px;
	position: absolute;
	top: 0px;
	background: url(gfx/panel_top.gif);
	filter: alpha(opacity=85); -moz-opacity:.85; opacity:.85;
}

#panel_bottom
{
	width: 800px;
	height: 31px;
	position: absolute;
	bottom: 16px;
	background: url(gfx/panel_bottom.gif);
	filter: alpha(opacity=85); -moz-opacity:.85; opacity:.85;
}

#area_top
{
	width: 800px;
	height: 50px;
	top: 0px;
	position: absolute;
}

#area_main
{
	position: absolute;
	top: 50px;
	width: 800px;
	height: 334px;
}

#area_bottom
{
	position: absolute;
	top: 384px;
	width: 800px;
	height: 50px;
}

#nav_main
{
	margin-top: 19px;
}

#nav_main table
{
	width: 800px;
	height: 31px;
}

#nav_main td
{
	text-align: left;
	valign: middle;
}

#nav_main td a.top
{
	display: block;
	background: url(gfx/bg_button.gif) no-repeat;
	width: 100px;
	height: 31px;
	line-height: 31px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

#nav_main td a.top:hover
{
	background: url(gfx/bg_button_over.gif) no-repeat;
}

#nav_main td a.act, #nav_main td a.act:hover
{
	background: url(gfx/bg_button_act.gif) no-repeat;
}

#nav_main a.meta
{
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	display: block;
	margin-left: 15px;
	margin-right: 15px;
}

#nav_main a.meta:hover
{
	text-decoration: underline;
}

#nav_main a.meta img
{
	margin-left: 5px;
	margin-right: 5px;
}


#area_main div.padding
{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	font-family: Verdana;
	font-size: 13px;
}

#area_main h3
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	text-decoration: underline;
}

#area_main a
{
	color: #17055f;
	text-decoration: none;
}

#area_main a:hover
{
	text-decoration: underline;
}

#shutter
{
	position: absolute;
	width: 800px;
	height: 434px;
	background-color: #000000;
	z-index: 1000;
	display: none;
}

#overlay
{
	position: absolute;
	width: 800px;
	height: 434px;
	z-index: 1001;
	xvisibility: hidden;
	display: none;
}

#form
{
	width: 380px;
	height: 260px;
	background-color: #ffffff;
	border: 1px solid #000000;
	margin: auto;
	margin-top: 100px;
	font-family: Verdana;
}

#form h1
{
	margin: 0;
	background-color: #444444;
	color: #ffffff;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 20px;
}

#form h1 a
{
	line-height: 20px;
	float: right;
	xdisplay: block;
	font-size: 10px;
	color: #dddddd;
	text-decoration: none;
}


#form form
{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	margin: 0;
}

#form label
{
	width: 80px;
	display: block;
	float: left;
	padding-top: 2px;
}

#form form div
{
	clear: both;
	width: 100%;
	margin-bottom: 3px;
}

#form form input, #form form textarea
{
	font-family: Verdana;
	font-size: 10px;
}

#form .textbox
{
	width: 180px;
}

#form textarea
{
	width: 220px;
}

a.subnav
{
	display: block;
	line-height: 20px;
	height: 20px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background: #000000;
	margin-right: 7px;
	margin-left: 1px;
	margin-top: 3px;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}

a.subnav:hover
{
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}