/**
 * $Id$
 * Website Baker template: allcss
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
/*Schriftart, Größe und Farbe der Inhalte!*/
}
body {
	background-color: #036;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
/*Gesamthintergrund! Darauf aufsetzend das Bild*/	
}
a:link, a:visited, a:active {
	color: #036;
	text-decoration: none;
/*Alles was mit verlinkungen zu tun hat*/
}
a:hover {
	color: #369;
	text-decoration: none;
/*Mausover Effekt für Links*/
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #003366;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #003366;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}
.header {
	width: 750px;
	height: 160px;
	background-color: #FFF;
	vertical-align: top;
/* Top Bereich wo das Logo hinkommt!*/
}

.banner {
	width: 750px;
	height: 160px;
	background-color: #000000;
	vertical-align: top;
/* Banner*/
}

/*Vertikales Menü:*/

.menu {
	vertical-align: top;
	background-color: #6488A2;
	width: 170px;
	padding: 0px;
/*Das Menü an sich! hintergrund auf dem das Menü aufgebaut wird!*/
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #6488A2;
}
.menu ul {
	border-bottom: 0px;
	background-color: #6488A2;
	/*bei aufgeklapptem Menü links der hintergrund*/
}
.menu ul ul {
	padding-left: 10px;
	background-color: #6488A2;
	/*zweite ebene des aufgeklapptens menüs*/
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #FFF; /*schrift der links im Menü*/
	display: block;
	background-color: #6488A2; /*Hintergrund des linken Menüs*/
	text-decoration: none;
}
.menu a:hover {
	background-color: #29567F;
	text-decoration: none;
/*Mausover beim Menü*/
}
.menu_current {
	font-weight: bold;
	background-color: #6488A2;
}

/*Ende vertikales Menü*/

/* Horizontales Menü */
	 
#header_menu {position: absolute; margin-left: 20px;background:#29567F;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 1.68em;
	background: #29567F;
	border-top: 0;
	border-bottom: 1px solid #000;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 81%; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #29567F; text-align: center; font-weight: normal;}
#nav ul li a {display: block; background: #29567F; padding: 5px 10px; padding-bottom: 4px; border-left: 1px solid #000; border-right: 1px solid #000; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #6488A2; border-color: #fff; color: #4b4c4d;}
#nav li a:active, #nav ul li a.active {background: #d1d2d4; border-color: #fff; color: #4b4c4d;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #000; color: #fff; border-bottom: 1px solid #000;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #000; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #4b4c4d; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #666; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
/* Ende Horizontales Menü */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.highlight {
	background-color: #FF0000;
	/*?*/
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #036;
	color: #FFF;
	text-align: center;
	/*wird wohl das login Feld sein, wenn angezeigt!*/
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDD;
	text-decoration: none;
}
.login a:hover {
	color: #7E8768;
	text-decoration: none;
}
/*Definition des Suchfeldes*/
.search {
	padding: 2px 10px 2px 10px; /* position Feld;X:größe Feld;X*/
	font-size: 10px;
	background-color: #6488A2; /*Hintergrundfarbe für das Grundfeld*/
	color: #6488A2;
	text-align: center;
}
.search input {
	width: 95%;/*Suche Buttongröße, gemessen an der Prozentualen Größe des Gesamten Feldes!*/
	font-size: 10px;
}
.search a:link, .login a:visited, .login a:active {
	color: #6488A2;
	text-decoration: none;
}
.search a:hover {
	color: #6488A2;
	text-decoration: none;
}
/*Ende Suchfeld*/
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #FFFFFF;
}
.content {
	padding: 10px;
	background-color: #FFF;
	height: 300px;
	vertical-align: top;
	text-align: left;
/*inhaltsbereich*/
}
.footer {
	padding: 5px;
	height: 30px;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	/*Fußnote*/
}