/*
// File written by Jochen "Khuri" Höhmann <khuri@khuris.com>
// Copyright 2010
//
// File        : main_page.css
// Begin       : 2010.02.02 13:49:48
// Last Update : 2010.02.25 22:08:39
*/

/* This file contains the basic page definitions, using ids, classes or nested declarations */

/* Main layout */

#wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 20px 0 20px -452px;
	width: 905px;
}
#header {
	position: relative;
	top: 0;
	left: 0;
	width: 905px;
	height: 150px;
	background: url(../../images/main/header.jpg) no-repeat top left #fff;
	margin-bottom: 3px;
}
#header_lower {
	position: relative;
	top: 0;
	left: 0;
	width: 905px;
	height: 30px;
	background: url(../../images/main/nav_main.png) no-repeat top left #D3E3F1;
	margin-bottom: 3px;
}
#mainmenu {
	height: 30px;
	background: none repeat scroll 0 0 transparent;
	border-left: 3px solid #fff;
	margin-left: 205px;
	display: block;
}
#mainmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#mainmenu ul li {
	float: left;
}
#mainmenu ul li a {
	color: #000;
	display: block;
	font-weight: bold;
	padding: 0 20px;
	text-decoration: none;
	line-height: 30px;
	border: 0 none;
}
#mainmenu ul li a.selected, #mainmenu ul li a:hover {
	background: url(../../images/main/menu_select.png) repeat scroll left top transparent;
	color: #fff;
}
#mainmenu ul li a.selected {
	text-decoration: underline;
}
#mainmenu ul ul {
	display: none;
}
#maincontent {
	border-right: 20px solid #B3C3DD;
	background-color: #fff;
	clear: both;
}
#content_wrap {
	float: right;
	width: 677px;
	min-height: 475px;
}
#content {
	position: relative;
	display: block;
	padding: 20px;
}
#content_left_wrap {
	background-color: #B3C3DD;
	margin: 0 680px 0 0;
	width: auto;
}
#content_left {
	position: relative;
	display: block;
	padding: 20px 12px;
	color: #5C574E;
}
#content_left h4 {
	color: #5C574E;
}
#content_left_menu {
	padding-top: 20px;
}
#content_left_menu ul {
	padding: 0;
	border-top: 1px solid #fff;
	list-style-type: none;
}
#content_left_menu ul li {
	border-bottom: 1px solid #fff;
}
#content_left_menu ul li a {
	color: #5C574E;
	display: block;
	font-weight: bold;
	padding: 7px 12px;
	text-decoration: none;
	border: 0 none;
}
#content_left_menu ul li a.selected, #content_left_menu ul li a:hover {
	color: #fff;
	background-color: #3A599A;
}
#content_left_menu ul li a.selected {
	text-decoration: underline;
}
#content_left_spacer {
	clear: both;
}
#footer {
	background: url(../../images/main/nav_footer.png) no-repeat left top #C4C4C4;
	color: #666;
	margin-top: 3px;
	padding: 7px 20px;
	text-align: right;
	margin-bottom: 20px;
	clear: both;
	height: 16px;
}
#footer ul {
	list-style-type: none;
	padding: 0;
}
#footer ul li {
	float: right;
}
#footer ul li a {
	color: #1260AB;
	text-decoration: underline;
	border-bottom: 0 none;
}
#footer ul li.spacer {
	padding: 0 6px;
}