/*- BASIC ---------------------------------*/

body
{
	background: #375f81 url(../gfx/bg.jpg) top left repeat-x;
	margin: 0px;
	padding: 0px;
}

body, p, td, blockquote, ul, li, label
{
	color: #ffffff;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

a
{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

h1
{
	color: #ffffff;
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

h2
{
	color: #ffffff;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

img
{
	border: 0px;
	margin: 0px;
}

table
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

td
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}


/*- STRUCTURE -----------------------------*/

.wrapper
{
	margin: 0 auto;
	position: relative;
	width: 720px;
}


/*- Header --------------------------------*/

#header
{
	background: #ffffff;
	height: 85px;
}


/*- Logo ----------------------------------*/

#logo
{
	background: #ffffff;
	left: 30px;
	top: 18px;
	position: absolute;
}


/*- Menu ----------------------------------*/

#menubar
{
	background: url(../gfx/menubar.jpg) repeat-x;
	height: 33px;
}

#menu
{
	float: left;
	height: 30px;
	left: 30px;
	top: 3px;
	position: absolute;
}

#menu ul
{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li
{
	float: left;
}


/*- Container -----------------------------*/

.container
{
	background: #1f1f1f;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	margin: 0 auto;
	width: 720px;
}

.left
{
	width: 230px;
}

.right
{
	width: 490px;
}

.big
{
	padding: 30px;
	width: 660px;
}


/*- Submenu -------------------------------*/

#submenu
{
	margin: 28px 30px 40px 30px;
	width: 170px;
}

#submenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#submenu li
{
	margin-bottom: 2px;
}

#submenu a
{
	background: #393939;
	display: block;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 10px 5px 22px;
	width: 138px;
}

#submenu a:hover
{
	background: #5a5a5a;
}

#submenu a.level2
{
	margin-left: 22px;
	padding: 5px 10px 5px 22px;
	width: 116px;
}

#submenu a.active
{
	background: #345774;
}

#submenu a.level2active
{
	background: #345774;
	margin-left: 22px;
	padding: 5px 10px 5px 22px;
	width: 116px;
}

#submenu a.active:hover
{
	background: #345774;
}

#submenu a.level2active:hover
{
	background: #345774;
}

#attention
{
	border: 1px solid #393939;
	margin: 0 30px 60px 30px;
	padding: 9px;
	width: 148px;
}

#attention h1
{
	border-bottom: 1px solid #ff0000;
	font-size: 13px;
}

#attention p, #attention li
{
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}

#attention ul
{
	margin-left: 15px;
}

	
/*- Content -------------------------------*/

#content
{
	margin: 28px 30px 60px 0px;
	width: 460px;
}

#content h1
{
	border-bottom: 1px solid #345774;
}

#content h1.attention
{
	border-bottom: 1px solid #ff0000;
}

#content a
{
	color: #5390e3;
}

#content a:hover
{
	color: #5390e3;
	text-decoration: underline;
}

#content p.figure
{
	color: #989898;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 36px;
	line-height: 14px;
	text-align: right;
}

#content p.quote
{
	font-weight: bold;
	text-align: center;
}


/*- Footer --------------------------------*/

#footer
{
	background: #1f1f1f;
	color: #bbbbbb;
	font-size: 11px;
	height: 50px;
	line-height: 40px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 720px;
}

#footer a
{
	color: #bbbbbb;
	text-decoration: none;
}

#footer a:hover
{
	color: #375f81;
}

#footer span
{
	color: #7c7c7c;
	margin: 0 10px;
}

.footerleft
{
	background: #393939;
	height: 40px;
	left: 5px;
	padding-left: 25px;
	position: absolute;
	top: 5px;
	width: 375px;
}

.footerright
{
	background: #393939;
	height: 40px;
	left: 405px;
	padding-right: 25px;
	position: absolute;
	text-align: right;
	top: 5px;
	width: 285px;
}


/*- Contact -------------------------------*/

.contacttable
{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 460px;
}

.contactleft
{
	width: 160px;
	padding-bottom: 10px;
}

.contactright
{
	width: 300px;
	padding-bottom: 10px;
}

form input.text
{
	background: #1f1f1f;
	border: 1px solid #3d3d3d;
	color: #ffffff;
	height: 18px;
	margin: 0px;
	padding: 3px;
	width: 292px;
}

form textarea
{
	background: #1f1f1f;
	border: 1px solid #3d3d3d;
	color: #ffffff;
	font-family: Arial, Verdana;
	margin: 0px;
	padding: 3px;
	width: 292px;
}

form input.button
{
	margin-right: 20px;
}

form label
{
	font-weight: bold;
}