@CHARSET "UTF-8";
html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	color:#000;
	font-size:12px;
	font-family:Geneva, Verdana, Arial, Sans-Serif;
	background:#fff;
}

img {
	border:0;
	vertical-align:middle;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	text-align:justify;
}

div#container {
	width:818px;
	margin:auto;
	background:#fff url(../img/bg_body.png) 0 0 repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/*div#container div {
	margin:0 9px 0 9px;
}*/

/**
* HEADER
*/
div#header {
	height:88px;
	margin:0 9px 0 0;
	background:#fff url(../img/bg_header_day.png) 100% 0 no-repeat;
	border-bottom:1px solid #fff;
	position:relative;
}

div#header span.title0 {
	text-transform: uppercase;
	font-size:54px;
	position:absolute;
	top:0;
	left:26px;
}

div#header span.title1 {
	text-transform: uppercase;
	position:absolute;
	top:56px;
	left:27px;
	font-size:19px;
}

div#header span a {
	text-decoration:none;
}

/**
* MENU
*/
div#menu {
	margin:0 9px 0 9px;
	background:#000 url(../img/bg_menu.png) 0 0 no-repeat;
	height:26px;
	position:relative;
}

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

div#menu ul.menu li {
	float:left;
}

div#menu ul.menu li a {
	display:block;
	padding:7px 14px;
	line-height:12px;
	font-size:12px;
	text-decoration:none;
	color:#fff;
}

div#menu ul.menu li a.selected {
	font-style:italic;
}

/**
* CONTENT
*/
div#content {
	margin:0 9px 0 9px;
	background:#fff url(../img/bg_content.png) 0 0 repeat-x;
	padding:12px;
	padding-bottom:30px;
}

/**
* FOOTER
*/
div#footer {
	background:#050505;
	color:#fff;
	padding:6px 0;
	text-align:center;
	width:800px;
	margin:auto;
	margin-top:-32px;
	height:20px;
}

/**
* LANGS
*/
div#langs {
	position:absolute;
	top:3px;
	right:1px;
}

div#langs img {
	border:0;
	opacity:0.5;
	filter:alpha(opacity = 50);
}

div#langs a.selected img, div#langs a:hover img {
	opacity:1;
	filter:alpha(opacity = 100);
}

/**
* FORMS
*/
input, textarea, select {
	border:1px solid;
	padding:2px;
	font-family:Geneva, Verdana, Arial, Sans-Serif;
	font-size:12px;
	background:#fff url(../img/input_bg2.png) 0 0 repeat-x;
}

input:focus,
textarea:focus,
select:focus,
input:hover,
textarea:hover,
select:hover {
	background:#fff url(../img/input_bg.png) 0 0 repeat-x;
}

input {
	padding-left:6px;
}

textarea {
	padding:4px;
}

button {
	border:0;
	width:148px;
	height:32px;
}

/**
* HEADERS
*/
h1 {
	text-align:right;
	font-size:24px;
	margin:0;
	padding:6px;
}

h2 {
	text-align:left;
	font-size:20px;
	margin:0;
	padding:0px;
}

/**
* MISC
*/
div.clear {
	clear:both;
}
