/* General */

body
{
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11pt;

    padding: 0;
    margin: 0;
    
    cursor: default;
}

img, object
{
    border: 0;
    outline-style: none;
}

a
{
    color: #0873A9;
    
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#center
{
	width: 700px;
	
	margin: 0 auto;
}


/* Header */

#header
{
	background: url("../images/header.gif") no-repeat;
	width: 700px;
	height: 228px;
}

#header.en
{
	background: url("../images/header-en.gif") no-repeat;
}

#header #logo
{
	position: absolute;
	top: 25px;
	
	padding-left: 25px;
}

#header #language
{
	position: absolute;
	width: 120px;
	top: 10px;
	padding-left: 575px;
	
	color: #000;
	font-size: 8pt;
	text-align: right;
	text-transform: uppercase;
}

#header #language a
{
	color: #000;
}

#header #mainmenu
{
	padding-top: 215px;
	padding-left: 267px;
	
	font-size: 8pt;
	font-weight: bold;
	
	text-align: right;
}

#header #mainmenu a
{
    color: #000;
}

#header #mainmenu ul
{
	list-style-type: none;
	
	margin: 0;
	padding: 0;
}

#header #mainmenu li
{
	display: inline;

	margin: 0;
	padding-right: 5px;
	padding-left: 5px;
}

#header #mainmenu p
{
    display: inline;
    margin: 0;
    padding: 0;
}


/* Content */

#content
{
	border-left: 1px solid #0873A9;
	border-right: 1px solid #0873A9;

	padding-top: 105px;
	padding-bottom: 180px;
	padding-right: 124px;
	
	font-size: 9pt;
}

#content h1
{
	background: url("../images/background-h1.gif") no-repeat;
	width: 168px;
	height: 15px;
		
	font-size: 9pt;
	font-variant: small-caps;
	
	padding-left: 124px;	
	margin-bottom: 18px;
}

#content h2, #content h3
{
    font-size: 9pt;
}

#content #text
{
	padding-left: 124px;
}

#content #text td, #content #text th
{
	padding-top: 10px;
	padding-left: 10px;
	
    vertical-align: top;
	text-align: left;
}

#content #text input.text
{
	width: 250px;
}

#content .bordered table, #content .bordered td
{
	margin-top: 10px;

	border-collapse: collapse;
	border: 1px solid #CFCFCF;
}

#content .bordered th, #content .bordered td
{
	padding: 5px;
}

#content .bordered th.col_last
{
	width: 60px;
}

#content #text td input, #content #text td select, #content #text td textarea
{
    margin-left: 40px;
}


/* Footer */

#footer
{
	background: url("../images/footer.gif") no-repeat;
	width: 240px;
	height: 17px;
	
	color: #FFF;
	font-size: 80%;
	font-weight: bold;
	font-variant: small-caps;
	
	padding-top: 3px;
	padding-left: 450px;
	padding-right: 10px;
	
	text-align: center;
}

#footer a
{
	color: #FFF;
}