@charset "utf-8";
html {
	padding:0em;
	margin:0em;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0em; 
	padding: 0em;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	text-indent: -1000em;
}

.newdes2 #container {
	width: 20em;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #F93;
	margin-top: 0.5em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	text-indent: 0;
}
.newdes2 #header {
	background-color: #cc0000;
	color: #FFF;
	background-image: url(/grafiken/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:140px;
}
.newdes2 #header h1 {
	margin: 0;
	padding: 70px 0 0 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	text-align:center;
	vertical-align:bottom;
}

.newdes2 #sidebar {
	float: left;
	width: 12em; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	background: #E36C0A; /* Durch die Auffüllung oben und unten entsteht in diesem div ein visueller Leerraum. */
	background-color: #E36C0A;
	padding: 0.1em 0;
	margin: 0.1em 0.1em 0 0;
}
.newdes2 #sidebar h3, .newdes2 #sidebar p, .newdes2 #sidebar2 p, .newdes2 #sidebar2 h3 {
	padding: 10px 0;
	/*	margin: 0 10px;*/
margin: 0;
}
.newdes2 #mainContent {
	background-color: #F93;
	padding: 0.8em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	/*margin-left: 12em;*/
}
.newdes2 #footer {
	padding: 0 10px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#DDDDDD;
}
.newdes2 #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
/* Verschiedene wieder verwertbare Klassen */
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.bildunterschrift {
	text-align:center;
	font-size:11px;
	line-height:1.5
}
.zitat {
	font-size: x-small;
	font-weight:bold;
}

h2 {
	font-size:1.8em;
	font-weight:bold;
}

h4 {
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
	padding-top:2em;
}

h2 + h4 {
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
	padding-top:0.5em;
}

li > h4 {
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
	padding-top:0;
}

.hinweis {
	font-size:0.95em;
	font-weight:bold;	
}

.hinweisUnterstrichen {
	font-size:0.95em;
	font-weight:bold;
	text-decoration:underline;	
}

.uline { 
	text-decoration: underline; 
}

table.center {
	text-align:center; 
	margin-left:15%; 
	margin-right:15%; 
	width:70%;
	background-color:#E36C0A;
}

table.center > tr,td {
	text-align:left;
}

.borderedtd  tr img{
	border:1px solid black;
}

.schwarzertext {
	font-weight: bold;
	 color: black;
}

.schwarzeurl a:link, .schwarzeurl a:focus, .schwarzeurl a:visited{
	 font-weight: bold;
	 color: black;
	 text-decoration: none; 
}

.schwarzeurl a:hover{
	 font-weight: bold;
	 color: blue;
	 text-decoration: underline; 
}

.MasterColumn {
	font-size: 0.9em;
	background-color: #E36C0A;
	cursor:pointer;
	overflow: auto;
}
.Hover {
	background-color: #EAEAEA;
}
.Selected {
	background-color:#06C;
	color: white;
}
#description {
	opacity: 0;
	background-color: #FF9933;
}
.SpryHiddenRegion {
	visibility: hidden;
}
/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	float: left;
}
a.MenuBarVertical:active {
	background-color:#06C;
	color: white;
}
ul.MenuBarActive {
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 12em;
	display: block;
	float: none;
	border-bottom: solid 1px #EEE;
}
ul.MenuBarVertical ul {
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: auto;
	left: -1000em;
	top: 0;
}
ul.MenuBarVertical ul.MenuBarSubmenuVisible {
	left: 0;
}
ul.MenuBarVertical ul li {
	width: auto;
	white-space: nowrap;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical {
	border: 1px solid #CCC;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul {
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a {
	display: block;
	cursor: pointer;
	background-color: #E36C0A;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text 
Menu items that are open with submenus are set to MenuBarItemHover with a yellow background and white text*/

ul.MenuBarVertical a:hover, ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, u l.MenuBarVertical a.MenuBarSubmenuVisible {
	background-color: #FC0;
	color: #FFF;
}
ul.MenuBarVertical a:focus, ul.MenuBarVertical a.MenuBarActive {
	background-color: #CCC;
	color: black;
}
/*******************************************************************************

 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.MenuBarVertical a.MenuBarItemSubmenu {
	background-image: url(/styles/MenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	padding: 0.5em 2em 0.5em 0.75em;
}
/* 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.MenuBarVertical a.MenuBarItemSubmenuHover {
	background-image: url(/styles/MenuBarRightHover.gif);
	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.MenuBarVertical iframe {
	position: absolute;
	z-index: 1010;
}
/* 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.MenuBarVertical li.MenuBarItemIE {
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}