/*
// File written by Jochen "Khuri" Höhmann <khuri@khuris.com>
// Copyright 2011
//
// File        : main_page.css
// Begin       : 2010.02.02 13:49:48
// Last Update : 2011.08.02 10:45:08
*/

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

#wrap_header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 148px;
	background: url(../../images/main/header/header_bg.gif) repeat-x top left;
}
#header {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -512px;
	width: 1000px;
	height: 148px;
	background: url(../../images/main/header/header_bottom.jpg) no-repeat bottom left;
	overflow: hidden;
}
#header .img1, #header .img2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 837px;
	height: 109px;
}
#header .img2 {
	left: 837px;
	width: 187px;
	height: 148px;
}
#header ul {
	position: absolute;
	bottom: 10px;
	left: 82px;
	padding: 0px;
	list-style-type: none;
}
#header ul li {
	display: inline;
}
#header li > a {
	color: #fff;
	padding: 8px 0px;
	margin-right: 74px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
#header li > a:hover {
	color: #33CC00;
}
#header li > a.selected {
	color: #05815E;
}

#wrap_body {
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -430px;
	width: 780px;
	min-height: 220px;
}
#wrap_body .menu_left {
	position: relative;
	width: 150px;
	float: left;
}
#wrap_body .menu_left ul {
	padding: 0px;
	margin-top: 16px;
	list-style-type: none;
}
#wrap_body .menu_left li {
	width: 143px;
	margin: 6px 0px;
	text-align: center;
	vertical-align: middle;
	background: url(../../images/main/menue_button.gif) no-repeat top left;
}
#wrap_body .menu_left ul ul {
	padding: 0px;
	margin: 6px 0 10px;
}
#wrap_body .menu_left ul ul li {
	width: 143px;
	margin: 6px 0;
	text-align: right;
	background: none;
}
#wrap_body .menu_left a {
	color: #fff;
	display: block;
	padding: 8px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	border: 0 none;
}
#wrap_body .menu_left ul ul li a {
	color: #000;
	padding: 4px 10px 4px 0px;
}
#wrap_body .menu_left a:hover {
	color: #33CC00;
}
#wrap_body .menu_left a.selected {
	color: #05815E;
}
#wrap_body .body_content {
	position: relative;
	width: auto;
	margin-left: 190px;
}
#footer {
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	text-align: center;
	font-size: 7pt;
	color: #999;
}
#footer > ul {
	margin: 20px 0px 0px;
	list-style-type: none;
}
#footer > ul li {
	display: inline;
	color: #999;
}
#footer > ul li a {
	padding: 0px 20px 0px 18px;
	color: #999;
	text-decoration: none;
	font-size: 9pt;
	text-decoration: none;
	border-bottom: none;
}
#footer > ul li a:hover, #footer > ul li a.selected {
	color: #000;
	text-decoration: underline;
}
#footer > p {
	margin: 10px 0px;;
}

#wrap_lower {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 100%;
	height: auto;
}
#wrap_lower > hr {
	margin-top: 40px;
}

/* Special styles */
#wrap_body td, #wrap_body th {
	vertical-align: top;
}

input.submit, input.reset {
	background-color: #D3D3D3;
	cursor: pointer;
	padding: 0px 10px;
}
a.goright, a.goleft {
	text-decoration: none;
	border-bottom: none;
}
