/**
 * $Id$
 * Website Baker template: simple
 * 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.
*/
html {overflow-y: scroll;}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
        	margin: 0px;
                color: #343434;
                
      
}


a:link, a:visited, a:active {
	color: #8d2040;
	text-decoration: none;
}
a:hover {
	color: #8d2040;
	text-decoration: underline;
}


.foot_imprint a:link, .foot_imprint a:visited,.foot_imprint a:active {
	color: #9e9e9e;
	text-decoration: none;
}
.foot_imprint a:hover {
	color: #336699;
	text-decoration: underline;
}
.redborder {
    border: 1px solid #8d2040;
    padding:5px;
    width: 311px;
}
h3,h4 {
      
      font-weight:bold;
      font-size: 12px;
      margin: 0;
}


h3 {
    padding-bottom:10px;
}
h4 {
    padding-bottom:5px;
}

.ref_img {padding-top: 4px;}
.fuehrungsspecial{
    position: absolute;
    top: 247px;
    right: -14px;
    height:126px;
    width: 382px;
    background: url('images/fuehrungskraefte.png');
    z-index: -1000;
}
form {
	margin: 0;
}
h1, h2,   h5 {
	margin: 5px 0px 5px 0px;
}
.center h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 18px;
    line-height:22px;
}

.head {
    height: 164px;
}
.headerline { 
    height: 3px;
    background-color: #545454;
    
}
.hiddenEvents {
    display:none;
}
.headerspace {
    height:5px;
}
.logo{
    width: 395px;
    height: 84px;
    padding-top: 40px;
    padding-left: 515px;
}
.navigation {
    height: 42px;
    padding-left: 41px;
    background-color: #9e9e9e;
    width:919px;
}
.center {
    height: 1112px;
     padding-left: 112px;
}
.center_top{
    padding-top: 36px;
    padding-bottom: 24px;
}
.center_bottom {
    
    padding-left: 81px;
    height: 926px;
    line-height: 16px;
    width: 740px;
}
.centerlayout{

position:absolute;
left:50%;
top:30px;
height:1400px;
width:960px;
margin-left: -480px;
border: 1px solid grey;
background: #fff;
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}

.font_quote_normal {
    color: #9e9e9e;
    font-size: 19px;
}
.font_quote_big {
    color: #9e9e9e;
    font-size: 27px;
}
.font_quote_small {
    color: #9e9e9e;
    font-size: 10px;
}
.bogen_1400{
    position: absolute;
    top: 0px;
    left: 0px;
    height:1400px;
    width: 112px;
    background: url('images/bogen_1400.png');
}

.foot_imprint{
    height:10px;
    padding-left: 193px;
    font-size:10px;
    color: #9e9e9e;
}
.foot_border{
    height: 8px;
}
.foot{
    height: 56px;
    background-color: #545454;
    padding-left: 193px;

}

.header {
	background-color: #336699;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}

.highlight {
	background-color: #D0D0D0;
}
.content {
	background-color: #FFFFFF;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}
.footer {
	background-color: #DDDDDD;
	text-align: center;
	font-size: 10px;
	height: 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;clear:both;padding-top:6px;}
p {margin:0;}
.center_bottom ul{
    
	padding-left: 15px;
        margin: 0;
}
/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 1.68em;
	padding: 0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 16px; 
	
	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: #343434; text-align: center; font-weight: normal;}
#nav ul li a {display: block; padding: 5px 0 4px 70px; color: #343434; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {color: white;}
#nav li a:active, #nav ul li a.active { color: #343434;}

/* Current page Customisations*/
#nav li.menu-current a		{color: #8d2040; }
#nav li.menu-current a		{} 


/* 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%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */