
/**************** Layout ****************/

/* 
gartenbau: grün: #26913C
hell: #32BC4E
beerliand: rot: #E5322C
hell: #ED6D73
weihnachtsbaumland: grün: #0B4514
hell: #0B8414

grau: #808080
hell: #DDDDDD

*/

html, body {
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
	margin: 0;
	padding: 0;
}

html[xmlns^="http"] {
	overflow-y: scroll; /* verhindert Mozilla-Zucken, > Firefox 1.5 */
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

#all {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	background-image: url(background/background_wb.png);
	background-repeat: repeat-y;
}

#header {
	width: 980px;
	height: 240px;
	margin: 0;
	padding: 0;
	background-image: url(background/banner_wb.png);
}

#header_print {
	display: none;
}

#header_pic {
	position: absolute;
	top: 40px;
	left: 50px;
	color: #FFFFFF;
	vertical-align: middle;
}

#navcol {
	width: 180px;
	float: left;
	margin: 10px 0 55px 20px;
	z-index: 2;
}

* html #navcol { 			/* star-hack */
	margin: 0 0 0 5px;
}

#content {
	width: 740px;
	float: left;
	min-height: 100%; /* Mindesthöhe 100% in modernen Browsern funktioniert irgendwie nicht*/
	height: auto !important; /* !important-Regel für moderne Browser */
/*	height: 100%; /* Mindesthöhe in IE (<7) */
	margin: 0 auto 35px auto;
	padding: 8px 20px;
	z-index: 1;
}

* html #content {
	margin: 0 0 0 5px;
}

#footer {
	position: relative;
	z-index: 2;
	width: 980px;
	height: 50px;
	margin: -50px auto;		/* footerStickAlt */
	padding: 0;
	background-image: url(background/footer_wb.png);
	background-repeat: no-repeat;
}

#footer p {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 4px 14px;
	color: #FFFFFF;
	font-size: 11px;
}

#footer p a {
	color: #FFFFFF;
	font-size: 11px;
}


/* Navigation */

#nav {
	padding: 0 0 33px 0;
	border-bottom: 1px solid #E5322C;
	min-height: 230px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	margin: 0;
}

#nav ul a {
	display: block;
	height: 30px;
	margin: 0;
	padding: 3px 0 0 52px;
	text-align: left;
	color: #000000;
	font-size: 21px;
	border-bottom: 1px solid #E5322C;
	text-decoration: none;
}

#nav ul ul {
	border-bottom: 1px solid #E5322C;
}

#nav ul ul a {
	display: block;
	height: 20px;
	color: #000000;
	font-size: 15px;
	text-indent: 15px;
	border-bottom: 0px;
}

#nav ul a:hover {
	color: #E5322C;
	background-image: url(buttons/menu_button_wb.png);
	background-repeat: no-repeat;
}

#nav ul a:active {
	background-image: url(buttons/menu_button_wb.png);
	background-repeat: no-repeat;
}

#nav ul ul a:hover {
	color: #E5322C;
	background-image: url(buttons/submenu_button_wb.png);
	background-repeat: no-repeat;
}

#nav ul ul a:active {
	background-image: url(buttons/submenu_button_wb.png);
	background-repeat: no-repeat;
}


/* Boxes */

#box {
	display: block;
	margin: 0;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #E5322C;
}

#box a, #box p, #box td {
	font-size: 14px;
}

#box input, #box .small {
	font-size: 11px;
}

#box ul {
	margin: 0;
	padding: 5px 5px 0 12px;
	list-style-type: circle;
}


/* Menubar */

#menubar {
	margin: 0 0 8px 0;
	display: block;
	width: 750px;
	text-align: center;
}



/**************** Style ****************/

/* Schriften und Links */

A,P,DIV,H1,H2,H3,H4,TD {
	color: #000000;
	font-size: 16px;
}

A {
	color: #E5322C;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

P {
	margin: 0;
	padding: 0;
}

LI {
	margin-bottom: 3px;
}

a.button {
	margin: 0 1px;
	padding: 0 2px 0 2px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}

a.button_active {
	margin: 0 1px;
	padding: 0 2px 0 2px;
	text-align: center;
	font-size: 16px;
	color: #C0C0C0;
	text-decoration: none;
	background-color: #808080;
}

a.button:hover {
	color: #808080;
	background-color: #C0C0C0;
}

a.icon:hover {
	text-decoration: none;
}

p.sp {
	margin: 0px 0 6px 0;
}

p.indent {
	text-indent: 16px;
}

p.note {
	position: relative;
	display: block;
	margin: 10px;
	padding: 5px;
	text-align: center;
	border: 1px solid  #808080;
}

.nodeco {
	text-decoration: none;
}

.print {
	display: none;
}

.noprint {
	
}

.monospace {
	font-family: monospace;
}

.small {
	font-size: 11px;
}

.normal {
	font-size: 16px;
	font-weight: normal;
}

.medium {
	font-size: 21px;
}

.large {
	font-size: 24px;
}

.b {
	font-weight: bold;
}

.nb {
	font-weight: normal;
}

.b12 {
	font-size: 16px;
	font-weight: bold;
}

.b14 {
	font-size: 19px;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
	margin: 10px 20px 10px 20px;
}

H1 {
	font-size: 32px;
	text-align: center;
	margin: 0 0 16px 0;
}

H2 {
	font-size: 27px;
	text-align: center;
	margin: 0 0 16px 0;
}

H3 {
	font-size: 21px;
	font-weight: bold;
	margin: 16px 0 6px 0;
}

H4 {
	font-size: 19px;
	font-weight: bold;
	margin: 14px 0 4px 0;
}


/* Bildoptionen */

IMG {
	border: 0;
}

IMG.button {
	border: 0px;
}

.image {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

.image img {
	margin-bottom: 2px;
}

.border {
	display: block;
	margin: 3px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	text-align: left;
	border: 1px solid #000000;
}

.noborder {
	border: 0px;
	font-size: 13px;
	margin-bottom: 4px;
}


/* Tabellen-Formatierung */

TABLE,TR,TD {
	border-collapse: collapse;
}

TD {
	vertical-align: top;
}

.t_sp TD {
	padding-bottom: 12px;
}

.t_sp6 TD {
	padding-bottom: 6px;
}

.t_sp_bot TD {
	padding-bottom: 12px;
	vertical-align: bottom;
}

.sprint_t TD {
	text-align: center;
	padding-bottom: 2px;
}

.no_sp TD {
	padding-bottom: 0px;
}


/* Messages */

div.success {
	position: relative;
	display: block;
	margin: 10px;
	padding: 10px;
	background-color: #7FFF8E;
	border: 1px solid #267F00;
}

div.success p {
	position: absolute;
	top: 10px;
	left: 44px;
	color: #267F00;
}

p.success  {
	color: #267F00;
}

div.warning {
	position: relative;
	display: block;
	margin: 10px;
	padding: 10px;
	background-color: #FFF7D1;
	border: 1px solid #DBA800;
}

div.warning p {
	position: absolute;
	top: 10px;
	left: 44px;
	color: #DBA800;
}

p.warning {
	color: #DBA800;
}

div.error {
	position: relative;
	display: block;
	margin: 10px;
	padding: 10px;
	background-color: #FF7F7F;
	border: 1px solid #7F0000;
}

div.error p {
	position: absolute;
	top: 10px;
	left: 44px;
	color: #7F0000;
}

p.error {
	color: #7F0000;
}


/* Farbige Tabelle */

table.colTable {
	margin: 8px 0;
}

table.colTable tr td {
	padding: 4px 6px 8px 6px;
	margin: 1px;
	border: 1px solid #000000;
}

table.colTable tr td p {
	margin: 0 0 5px 0;
}

tr.colTable_header {
	background-color: #C0C0C0;
}

tr.colTable_header td {
	padding: 4px 6px 6px 6px !important;
	font-size: 15px;
	font-weight: bold;
}

tr.colTable_bg0 {
	background-color: #FFFFFF;
}

tr.colTable_bg1 {
	background-color: #D8D8D8;
}

.colTable_date {
	display: block;
	width: 100%;
	font-size: 11px;
	margin:  0 0 5px 0;
	border-bottom: 1px solid #C0C0C0;
}


/* Interner Bereich */

#leftcol {
	position: relative;
	width: 200px;
	margin: 0 20px 0 0;
	float:left;
}

#rightcol {
	position: relative;
	width: 500px;
	float:left;
}

#profileimage {
	width: 200px;
	float: left;
	margin: 0 0 5px 0;
}

#profilemenu {
	width: 200px;
	float: left;
	margin: 0 0 5px 0;
	text-align: left;
}

#profilemenu a {
	display: block;
	margin: 0;
	padding: 2px 2px 0 2px;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

#profilemenu a:hover {
	color: #808080;
	background-color: #C0C0C0;
}


/**************** Pages & forms ****************/

/* forms */
form {
	margin: 0;
}

form input {
}

form select {
}

form textarea {
	font-family: arial;
}

form input.no_design {
	background-color: transparent !important;
	border: 0px !important;
}

form table tr td {
	padding: 0 0 8px 0;
}

.big_button {
	cursor: pointer;
	display: block;
	width: 150px;
	height: 60px;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border: 0;
}

.big_button_green {
	color: #005500;
	background: url(gfx/green_button.png) 0 0 no-repeat;
}

.big_button_red {
	color: #FFDDEE;
	background: url(gfx/red_button.png) 0 0 no-repeat;
}

.big_button:hover {
	text-decoration: none;
	background-position: -150px 0;
}


/** pages **/

div.pages {
	display: block;
	width: 100%;
	margin: 0 auto 0px auto;
}

div.pages div.legend {
	padding: 0 0 2px;
}

div.pages div.legend span {
	font-weight: bold;
}

/* upper tab */
div.pages div.upper_tab {
	position: relative;
	display: block;
	height: 20px;
	margin: 0;
	font-size: 14px;
	border-bottom: 1px solid #000000;
}

div.pages div.upper_tab a {
	font-size: 14px;
}

div.pages div.upper_tab div.upper_tab_left {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
}

div.pages div.upper_tab div.upper_tab_right {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	font-size: 14px;
	text-align: right;
}

div.pages div.upper_tab div.upper_tab_right a {
	color: #000000;
	font-size: 14px;
	padding: 2px 4px 4px 4px;
	text-decoration: none;
}

div.pages div.upper_tab div.upper_tab_right a.active {
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	border-bottom: 2px solid #808080;
}

div.pages div.upper_tab div.upper_tab_right a:hover {
	color: #808080;
	background-color: #000000;
}

/* lower tab */
div.pages div.lower_tab {
	position: relative;
	display: block;
	height: 20px;
	margin: 0;
	font-size: 14px;
	border-top: 1px solid #000000;
}

div.pages div.lower_tab a {
	font-size: 14px;
}

div.pages div.lower_tab div.lower_tab_left {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
}

div.pages div.lower_tab div.lower_tab_right {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	font-size: 14px;
	text-align: right;
}

div.pages div.lower_tab div.lower_tab_right a {
	color: #000000;
	font-size: 14px;
	padding: 4px 4px 2px 4px;
	text-decoration: none;
}

div.pages div.lower_tab div.lower_tab_right a.active {
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	border-top: 2px solid #808080;
}

div.pages div.lower_tab div.lower_tab_right a:hover {
	color: #808080;
	background-color: #000000;
}

/* highlighted table */
table.highlighted {
	width: 100%;
	margin: 0;
	padding: 0;
}

table.highlighted tr td {
	vertical-align: top;
	font-size: 14px;
}

table.highlighted tr.header {
	border-bottom: 1px solid #000000;
}

table.highlighted tr.header td {
	font-weight: bold;
	padding: 4px 2px 4px 2px;
}

table.highlighted tr.content td {
	padding: 3px 2px 3px 2px;
}

table.highlighted tr.content:hover {
	background-color: #DDDDDD;
}

table.highlighted tr td a {
	font-size: 14px;
}


/* Administration */

ul.admin_folder {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.admin_folder li {
	padding: 1px 0;
}

ul.admin_folder li a {
	text-decoration: none;
}

ul.admin_folder li:hover {
	background-color: #DDDDDD;
}

