/********************************************************
	Letzte Änderung		: 06.07.2009
	Autor				: Julius Helm
	E-Mail			: j.helm@c5r.de
********************************************************/

body {
	background-color: #333;
	background: url('img/back.jpg');
	margin: 0;
}

div#container {
	width: 900px;
	margin: 0 auto;
}

div#shortcuts {
	height: 0px;
}

div.shortcut {
	height: 85px;
	width: 23px;
	left: 462px;
	position: relative;
	margin: 0 auto;
	background-image: url(img/shortcut.png);
	top: 150px;
	margin-bottom: 20px;
}

div#header_top {
	background-color: #fff;
	height: 40px;
}

div#header_bottom_shadow1 {
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	height: 2px;
	z-index: -1;
}

div#header_bottom_shadow2 {
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	height: 2px;
	z-index: -1;
}

div#header_bottom_shadow3 {
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	height: 2px;
	z-index: -1;
}

div#header_bottom_shadow4 {
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	height: 2px;
	z-index: -1;
}

div#header_bottom_shadow5 {
	background-color: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	height: 2px;
	z-index: -1;
}

div#header_bottom {
	background-color: #000;
	opacity: 0.35;
	height: 60px;
	z-index: -1;
	filter: alpha(opacity=35);
}

div#logo {
	background-color: none;
	vertical-align: bottom;
	font-size: 35px;
	position: relative;
	top: 55px;
	text-align: right;
	font-family: Arial;
	font-weight: 600;
	z-index: 1;
	padding-right: 20px;
}

span.thb_logo1 {
	color: #f78c02;
}

span.thb_logo2 {
	color: #bbb;
}

div#main{
	background-color: #fff;
	min-height: 500px;
	overflow: auto;
}

div#navi {
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	float: right;
}

div#content {
	color: #333;
	font: 10pt Arial;
	clear: left;
	padding-top: 100px;
	padding-bottom: 20px;
}

div#bottom {
	background-color: #none;
	z-index: 10;
	text-align: center;
	font: 10pt Arial;
	color: #bbb;
	float: left;
	width: 900px;
	position: absolute;
}

div#bottom p {
	margin: 10px;
}

div#bottom_back_shadow1 {
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	height: 2px;
	z-index: -1;
}

div#bottom_back_shadow2 {
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	height: 2px;
	z-index: -1;
}

div#bottom_back_shadow3 {
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	height: 2px;
	z-index: -1;
}

div#bottom_back_shadow4 {
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	height: 2px;
	z-index: -1;
}

div#bottom_back_shadow5 {
	background-color: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	height: 2px;
	z-index: -1;
}

div#bottom_back {
	background-color: #000;
	opacity: 0.35;
	height: 120px;
	z-index: -1;
	filter: alpha(opacity=35);
}

div#loginpanel {
	text-align: left;
	padding-left: 10px;
	background-color: #ffffff;
}

a:link {
	font: 10pt Arial;
	color: #f78c02;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font: 10pt Arial;
	color: #f78c02;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font: 10pt Arial;
	color: #8c8c8c;
	font-weight: bold;
	text-decoration: none;
}

div#bottom a:link {
	font: 10pt Arial;
	color: #bbb;
	font-weight: normal;
}

div#bottom a:visited {
	font: 10pt Arial;
	color: #bbb;
	font-weight: normal;
}

div#bottom a:hover {
	font: 10pt Arial;
	color: #f78c02;
	font-weight: normal;
}

a:link.nav {
	font: 13pt Arial;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 5px solid #F78C02;
}

a:visited.nav {
	font: 13pt Arial;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 5px solid #F78C02;
}

a:hover.nav {
	font: 13pt Arial;
	color: #f78c02;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 5px solid #F78C02;
}

.nav {
	font: 15pt Arial;
	color: #333;
	padding-right: 5px;
}

li.nav {
	
}

a:link.subnav {
	font: 11pt Arial;
	color: #fff; 
	font-weight: bold;
	text-decoration: none;
}

a:visited.subnav {
	font: 11pt Arial;
	color: #fff; 
	font-weight: bold;
	text-decoration: none;
}

a:hover.subnav {
	font: 11pt Arial; 
	color: #f78c02;
	font-weight: bold; 
	text-decoration: none; 
}

.subnav {
	font: 13pt Arial; 
	color: #fff;
	min-width: 100px;
}

ul.subnav {
	background-color: #333;
	opacity: 0.9;
	border: 0px solid #eeeeee;
	position: absolute;
	margin: 0px; 
	padding: 0px;
	filter: alpha(opacity=90);
}