﻿/* Allgemeine Tags */
/* +++++++++++++++ */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial; 
	font-size: 11px; 
	font-weight: normal;
}

th {
	text-align: left;
	font-weight: bold;
}

td {
	text-align: left;
	vertical-align: top;
}

a {
	color: #660000;
	text-decoration: none; 
}

/* Positionierung einzelber Elemente */
/* +++++++++++++++++++++++++++++++++ */

#main_wrapper {
	width: 960px;
	min-height: 100%;
	background-image: url(../images/bgr_left_via.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #F4F4F5;
}

* html #main_wrapper {
	height: 100%;
}

#top_spacer {
	margin-top: 26px;
}

#header-image {
	width: 957px;
	background-color: #F9A13A;
	border: 3px solid #FFFFFF;
}

#header_spacer {
	margin-top: 20px;
}

#footer_wrapper {
	position: relative;
	margin: 0;
	margin-top: -14px;
	width: 960px;
	background-color: #C0876C;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 10px; 
	line-height: 14px;
}

/* Formatierung einzelner Elemente */
/* +++++++++++++++++++++++++++++++ */

#logo {
	margin-bottom: 20px;
	font-size: 14px; 
	font-weight: bold; 
	color: #FFFFFF;
	text-align: right;
}
#leftcontent li { list-style: none; }
#location {
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF;
}

a.bold {
	font-weight: bold;
} 

a.category {
	font-weight: bold; 
	font-size: 12px;
}

.contentpaneopen, .componentheading {
	margin-bottom: 20px;
}

.contentheading, .componentheading {
	font-weight: bold; 
	font-size: 16px;
	line-height: 18px;
}

.componentheading {
	margin-top: 2px;
}

.mainlevel {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.mainlevel:hover {
	color: #660000;
	text-decoration: underline;
}

.sublevel {
	color: #FFFFFF;
	text-decoration: none;
}

.sublevel:hover {
	color: #660000;
	text-decoration: underline;
}

#active_menu {
	color: #660000;
}

.mhb_table_headline {
	font-weight: bold;
	font-style: italic;
}

.mhb_table, .mhb_table_variable {
	border-style: 1px solid #000000;
	padding: 3px;	
}

.mhb_table {
	table-layout: fixed;
}

.mhb_table_left_col {
	width: 143px;
}

.mhb_table_center_col {
	width: 90px;
}

.mhb_table_right_col {
	width: 290px;
}

.mhb_deleted {
	color: #CCCCCC;
}

.button {
	margin-top: 5px;
}

.red {
	color: #FF0000;
}

input.long {
	width: 200px;
}

input.short_1 {
	width: 30px;
}

input.short_2 {
	width: 50px;
}

input.medium_1 {
	width: 150px;
}

input.medium_2 {
	width: 130px;
}