/* global settings */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #575759;
}

/* Elements - Body */

BODY {
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	color: #575759;
}

BODY.document {
	margin: 0;
	padding: 0;
/*	background: #F3F3F3; */
	background: #F9F2EA;
	color: #505050;
}

BODY.popup {
	margin: 10px;
	padding: 0;
	background: #F9F2EA;
	color: #505050;
}

/* Elements - Anchors */

A {
	color: #1567CB;
	text-decoration: underline;
}

A:hover {
	 text-decoration: underline;
}

A.pager {
	cursor: hand;
}

DIV.logo A {
	color: #7C7C7C;
	text-decoration: none;
}

DIV.logo A:hover {
	text-decoration: underline;
}

DIV.subnavigation A {
	color: #A5792E;
	text-decoration: none;
}

DIV.subnavigation A.logout {
	font-weight: bold;
}

DIV.subnavigation A:hover {
	text-decoration: underline;
}

BODY.document DIV.navigation A {
	display: block;
	height: 16px;
	padding: 0 0 0 25px;
	color: #806538;
	text-decoration: none;
	float: left;
}

BODY.document DIV.navigation A.pdf {
	background: url(../../images/icon_document_pdf.gif) no-repeat center left;
}

BODY.document DIV.navigation A.text {
	background: url(../../images/icon_document_saveastext.gif) no-repeat center left;
}

BODY.document DIV.navigation A.mail {
	background: url(../../images/icon_document_sendtofriend.gif) no-repeat center left;
}

A.title {
/*	color: #806538; */
	text-decoration: underline;
}

/* Elements - Images */

IMG {
	border: 0px;
	margin: 0;
	padding: 0;
}

IMG.calendarimage {
	position: relative;
	top: 4px;
}

BODY.document DIV.navigation IMG {
	float: left;
	margin: -5px 0 0 0;
	padding: 0 10px 0 10px;
}

/* Elements - Headers */

DIV.sidebar_header H3 {
	margin: 0;
	padding: 3px 0 0 0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

DIV.content H1 {
	margin: 0 0 5px 0;
	font-size: 130%;
	color: #9F7928;
}

BODY.popup H1 {
	margin: 0 0 5px 0;
	font-size: 150%;
	line-height: 150%;
	color: #9F7928;
}

/* Elements - Tables */

TABLE.result {
	border-top: 1px solid #E1BF82;
	border-bottom: 1px solid #E1BF82;
}

TABLE.border {
	border-bottom: 1px solid #E1BF82;
}

TH {
	text-align: left;
}

TH.header1 {
	height: 25px;
	background: #D5B26E;
	color: #FFFFFF;
	border-right: 1px solid #E1BF82;
	padding: 0 0 0 6px;
}

TH.header2 {
	height: 25px;
	color: #FFFFFF;
	background: #D5B26E;
	padding: 0 0 0 6px;
}

TD {
	vertical-align: top;
}

TD.searchbox {
	vertical-align: middle;
}

TD.header1 {
	height: 25px;
	background: #D5B26E;
	color: #FFFFFF;
	font-weight: bold;
	border-right: 1px solid #E1BF82;
	padding: 0 0 0 6px;
	vertical-align: middle;
}

TD.header2 {
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	background: #D5B26E;
	padding: 0 0 0 6px;
	vertical-align: middle;
}

TD.record1 {
	height: 25px;
	border-left: 1px solid #E1BF82;
	border-right: 1px solid #E1BF82;
	padding: 3px 6px 3px 6px;
	vertical-align: middle;
}

TD.record2 {
	height: 25px;
	border-right: 1px solid #E1BF82;
	padding: 3px 6px 3px 6px;
	vertical-align: middle;
}

TD.recordalternate1 {
	height: 25px;
	background: #F9F2EA;
	border-left: 1px solid #E1BF82;
	border-right: 1px solid #E1BF82;
	padding: 6px 6px 3px 6px;
	vertical-align: middle;
}

TD.recordalternate2 {
	height: 25px;
	background: #F9F2EA;
	border-right: 1px solid #E1BF82;
	padding: 6px 6px 3px 6px;
	vertical-align: middle;
}

TD.recordnotable {
	padding: 3px 6px 20px 6px;
	vertical-align: top;
}

TD.line {
	border-bottom: 1px solid #E1BF82;
}

/* Elements - Forms */

FORM {
	display: inline;
}

INPUT.button {
	font-size: 11px;
}

INPUT.button {
	font-size: 11px;
}

INPUT.button_search {
	background: url(../../images/btn_search.gif) no-repeat top left;
}

INPUT.date {
	width: 80px;
	border: 1px solid #CDA466;
	background: #F9F4EE;
}

INPUT.dateerror {
	width: 80px;
	border: 1px solid #FF7860;
	background: #FFBCB0;
}

INPUT.default {
	width: 350px;
	border: 1px solid #D5B26E;
	background: #FFFFFF;
}

INPUT.short {
	width: 250px;
	border: 1px solid #D5B26E;
	background: #FFFFFF;
}

INPUT.w100 {
	width: 99%;
	border: 1px solid #D5B26E;
	background: #FFFFFF;
}

SELECT {
	background: #F9F4F0;
	border: 1px solid #D5B26E;
	background: #FFFFFF;
}

SELECT.default {
	width: 250px;
}

TEXTAREA.default {
	width: 350px;
	border: 1px solid #D5B26E;
	background: #FFFFFF;
}

/* Elements - Spans */

SPAN.highlight {
	background: #FFFF00;
}

SPAN.searchresults {
	display: block;
	width: 619px;
	background: #F3E3CC;
	padding: 5px 5px 5px 5px;
	margin: 0 0 5px 0;
}

SPAN.errormsg {
	color: #FF0000;
}

/* Elements - Paragraphs */

DIV.sidebar_body * {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 90%;
}

DIV.content P {
	margin: 0 0 10px 0;
}

P.pager {
	border-top: 1px solid #F3E3CC;
	border-bottom: 1px solid #F3E3CC;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

BODY.document DIV.footer P {
	font-size: 80%;
}

/* Elements DIV's */

DIV.logo {
	width: 898px;
	height: 78px;
	background: url(../../images/logo.jpg) no-repeat top left;
}

DIV.header {
	width: 898px;
	height: 89px;
	background: url(../../images/header_bg.jpg) no-repeat top left;
}

DIV.navigation {
	height: 32px;
}

DIV.subnavigation {
	height: 26px;
	background: #F3E3CC;
}

BODY.home DIV.subnavigation {
	padding: 0 0 0 71px;
}

BODY.search DIV.subnavigation {
	padding: 0 0 0 63px;
}

BODY.infos DIV.subnavigation {
	padding: 0 0 0 63px;
}

BODY.news DIV.subnavigation {
	padding: 0 0 0 526px;
}

BODY.forum DIV.subnavigation {
	padding: 0 0 0 746px;
}

DIV.body {
	height: 100%;
	overflow: auto;
	margin: 33px 0 0 0;
}

DIV.body DIV.sidebar {
	width: 222px;
	float: left;
}

DIV.body DIV.content {
	width: 629px;
	margin: 0 0 0 35px;
	padding: 0 12px 0 0;
	float: left;
}

DIV.sidebar_header {
	background: #D5B26E;
	min-height: 22px;
	height:auto !important;
	height: 22px;
	vertical-align: middle;
}

DIV.sidebar_body {
	background: #F3E3CC;
	padding: 20px 10px 20px 10px;
	border-bottom: 15px solid #FFFFFF;
}

DIV.sidebar_picture {
	height: 88px;
}

DIV.searchbox 
{
	width: 415px;
	background: #F3E3CC;
	padding: 15px 20px 15px 10px;
	margin: 0 0 10px 0;
}

BODY.document DIV.navigation {
	background: #F2E3CB;
	height: 21px;
	padding: 7px 0 0 20px;
}

BODY.document DIV.details {
	height: 120px;
	background: #F9F2EA;
	padding: 5px 20px 5px 20px;
	overflow: hidden;
}

BODY.document DIV.content {
	height: 463px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #FFFFFF;
	padding: 20px 20px 0 20px;
}

BODY.document DIV.footer {
	padding: 0 20px 10px 20px;
}

DIV.login_errors {
	width: 95%;
	border: 1px solid #FF0000;
	background: #FFE5E5;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 5px;
}

DIV.guest_message {
	width: 95%;
	border: 1px solid #FF0000;
	background: #FFE5E5;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 5px;
}

DIV.missing_values {
	width: 95%;
	border: 1px solid #FF0000;
	background: #FFE5E5;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 5px;
}

DIV.successMessage {
	width: 613px;
	border: 1px solid #84FFCF;
	background: #E1FFF3;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 5px;
	visibility: hidden;
	display: none;
}

DIV.errorMessage {
	width: 613px;
	border: 1px solid #FF7F50;
	background: #FFD2C1;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 5px;
	visibility: hidden;
	display: none;
}

/* ID's */

#body {
	width: 898px;
	height: 100%;
	margin: 0 auto 0 auto;
	border: 1px solid #973B3C;
	padding: 1px 1px 20px 1px;
}

#blankDiv {
	background-color: #FFFFFF;
	-moz-opacity: 0.65;
	filter:Alpha(opacity=65);
}

#guestMessage {
	width: 613px;
	border: 1px solid #FF7F50;
	background: #FFD2C1;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 5px;
	visibility: hidden;
	display: none;
}

#masterMessage {
	width: 613px;
	border: 1px solid #FF7F50;
	background: #FFD2C1;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 5px;
	visibility: hidden;
	display: none;
}

#successMessage {
	width: 613px;
	border: 1px solid #84FFCF;
	background: #E1FFF3;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 5px;
	visibility: hidden;
	display: none;
}

#errorMessage {
	width: 613px;
	border: 1px solid #FF7F50;
	background: #FFD2C1;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 5px;
	visibility: hidden;
	display: none;
}

/* Misc Elements */

/* UL {
	padding: 0;
	margin: 0;
} */

DIV.logo UL {
	display: block;
	list-style: none;	
	margin: 0;
	padding: 10px 13px 0 0;
	float: right;
}

DIV.logo LI {
	list-style: none;
	float: left;
	color: #A5792E;
}

DIV.navigation UL.navigation {
	display: block;
	height: 32px;
	list-style: none;
	margin: 0;
	padding: 0;
}

DIV.navigation LI.nav_infos {
	width: 225px;
	height: 32px;
	background: url(../../images/nav_infos_inactive.jpg) no-repeat top left;
	list-style: none;
	float: left;
}

DIV.navigation LI.nav_suche {
	width: 225px;
	height: 32px;
	background: url(../../images/nav_search_inactive.jpg) no-repeat top left;	
	list-style: none;
	float: left;
}

DIV.navigation LI.nav_filler {
	width: 448px;
	height: 32px;
	background: url(../../images/nav_filler.jpg) no-repeat top left;
	list-style: none;
	float: left;
}

BODY.infos DIV.navigation LI.nav_infos {
	width: 225px;
	height: 32px;
	background: url(../../images/nav_infos_active.jpg) no-repeat top left;
	list-style: none;
	float: left;
}

BODY.search DIV.navigation LI.nav_suche {
	width: 225px;
	height: 32px;
	background: url(../../images/nav_search_active.jpg) no-repeat top left;	
	list-style: none;
	float: left;
}

DIV.subnavigation UL {
	display: block;
	height: 26px;
	list-style: none;	
	margin: 0;
	padding: 5px 0 0 0;
}

DIV.subnavigation LI {
	list-style: none;
	float: left;
	color: #A5792E;
}

DIV.sidebar_body OL {
	list-style: decimal;
	margin: 0 0 0 20px;
	padding: 0;
}

DIV.sidebar_body OL LI {
	margin: 0;
	padding: 0;	
}

/* Classes */

.pageractive {
	background-color: #F3E3CC;
	color: #000000;
	border-top: 1px solid #F3E3CC;
	border-bottom: 1px solid #F3E3CC;
	padding: 4px 4px 5px 0;
	text-align: center;
}

.documentmessagebox {
	width: 100%;
	border: 1px solid #84FFCF;
	background: #E1FFF3;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 17px;
	font-weight: bold;
}

.hidden 
{
	visibility: hidden;
	display: none;
}

.visible
{
	visibility: visible;
	display: block;
}

