@charset "utf-8";


body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;/* Schrifttypen */
	margin: 0;/* keine Auswirkung */
	padding: 0;/* keine Auswirkung */
	color: #036;/* ------------------------------------------------------------------------------------------------Farbe der Überschrift und des Fliesstextes */
	background-color: #036;/* --------------------------------------------------------------------------------------------Farbe unterhalb und über der Seite */
	background-image: url(vorlage_images/bgBody.gif);
}

ul, ol, dl { /* ul, ol, dl noch Begriffsklärung  */
	padding: 0;/* bei Veränderungdieses Wertes wander Menueleiste nach links */
	margin: 0;/* keine Auswirkung */
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 1px;	 /* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */
	padding-right: 15px;/* Seitenabstand Fliesstext rechts */
	padding-left: 0px; /* Seitenabstand Fliesstext und LOGO links */
}
a img { /* Dieser Selektor entfernt den standardmäßigen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird, wenn es von einem Hyperlink umschlossen ist. */
	border: none;
}


/* ~~ Dieser Container mit fester Breite umschließt die anderen div-Tags. ~~ */
.container {
	width: 960px; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
	background-color: #9EA8CB;/* keine Auswirkung */
	background-repeat: no-repeat;
	clear: both;
	margin-top: 20px;/* 20 px  Seitenabstand nach oben */
	margin-right: auto;
	margin-bottom: 0;/* keine Auswirkung */
    margin-left: auto;
	/*margin-left: 20%;*/
}

/* ~~ Für die Kopfzeile wird keine Breite angegeben. Sie erstreckt sich über die gesamte Breite des Layouts. Sie enthält einen Bild-Platzhalter, der durch Ihr eigenes, mit Hyperlink versehenes Logo ersetzt werden sollte. ~~ */
.header {
	background-color: #9EA8CB/* #FFF  keine Auswirkung */
	background-repeat: no-repeat;
	clear: both;
	height: 15px;/* Höhe des Kopfbalkens   15px */
	padding-top: 0px;
	padding-right: 0px;/* keine Auswirkung */
	padding-bottom: 0px;
	padding-left: 0px;
}


.container .header blockquote p {
    padding-top: 0px;/* Entfernung von oben*/
	color: #036;/*----------------------------------------------------------------------------------------------------#336 Textfarbe des ersten Teil vom Logo */
	font-size: 12px;/* ------------------------------------------------------------------------------------------------Textgrösse des ersten Teil vom Logo */
}
.container .header blockquote p .zwei {
	color: #036;/* ----------------------------------------------------------------------------------------------------#336 Textfarbe des zweiten Teil vom Logo */
	font-size: 10px;/*-------------------------------------------------------------------------------------------------- Textgrösse des zweiten Teil vom Logo */
}

.content {
	font-size: 15px;
	color: #036;
	background-color: #9EA8CB;
    padding-top: 15px;/* Entfernung der fusstextzeile vom container*/
	padding-right: 160px;/* keine Auswirkung */
	padding-bottom: 0px;/* keine Auswirkung */
	padding-left: 160px;/* keine Auswirkung */
}

/* ~~ Fußzeile ~~ */
.footer {
    font-size: 12px;/* Texthöhe der Fusszeile */
	color: #036;/* Textfarbe der Fusszeile ausser Impressum, Kontext und Index */
	background-color: #9EA8CB;/* -------------------------------------------------------------------------Hintergrundfarbe des Fussbalkens (wegen der Rundung */
	background-repeat: no-repeat;
	clear: both;
	padding-top: 25px;/* Entfernung der fusstextzeile vom container*/
	padding-right: 0;/* keine Auswirkung */
	padding-bottom: 0px;/* keine Auswirkung */
	padding-left: 35px;/* keine Auswirkung */
}
.container .footer p a {
	color: #036;/* Textfarbe von Kontkt, Impressum und Index */
	text-decoration: none;
}

div#menu{
		width: auto;
		height: 50px;

	}
	
div#menu ul{
		margin-left: 35px;
		margin-rigth: 35px;
		margin-top: 20px;
	}
	/*
	div#menu li{
		display: inline;
	}
	
	div#menu a{
	font-size: 0.75em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	margin-top: 0.5em;
	background: url(inc/vorlage_images/menupfeil.gif) no-repeat left;
	padding-left: 25px;
	}

	div#menu a.menupassive:hover{
		color: #CC0066;
		background: url(inc/vorlage_images/menupfeilaktiv.gif) no-repeat left;
	}

	div#menu a.menuactive:{
		color: #CC0066;
		background: url(inc/vorlage_images/menupfeilaktiv.gif) no-repeat left;
	}*/
/*___________________________________________________________________________________________________________________________________*/
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 15.2em;
	position: absolute;
	left: -1000em;
	top:  -1em;/*Abstand beim Ausklappen*/
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 15.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #FFF;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
    font-size: 0.75em;/*Schriftgrösse menu*/	
	display: block;
	cursor: pointer;
    font-weight: bold;
	border: 1px solid #9EA8CB;
	background-color: #036;/*--------------------------------------------------------------------------------------------------------MenuKästchenfarbe*/
	padding: 10px 10px;
	color: #9EA8CB;/*Schriftfarbe*/
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #063;
	color: #9EA8CB;/*Schriftfabre Kästchen - muss mit dem Wert einen Absatz tiefer übereinstimmen*/
}

ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #063;/*Farbe Hovereffekt*/
	color: #9EA8CB;/*Schriftfabre Kästchen - muss mit dem Wert einen Absatz höher übereinstimmen*/
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(vorlage_images/SpryMenuBarDown.jpg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(vorlage_images/SpryMenuBarRight.jpg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(vorlage_images/SpryMenuBarDownHover.jpg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(vorlage_images/SpryMenuBarRightHover.jpg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
