/* screen.css */

body {
	color: #000000;
	/* background-color: #f2efc4;   background-color: #756402;  */
	background: url(images/bg-bwb-1.jpg) #467aa7; 
	padding: 0;
	margin: 0;
	font: 1em verdana, sans-serif;
}


#logo {
	color: #ffffff;
	/* background-color: #6D7601; */
	padding: 10px 0 10px 30px;
	margin: 0;
	font: bold 20px verdana, sans-serif;
}


#navigation {
	float: left;
	/*width: 105px;*/
	width: 160px;
	margin-top: 15px;
	margin-left: 10px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
}
/*
#navigation ul {
	 margin: 0 0 20px 0;

	padding: 0;
	list-style: none;
	width: 8em;
}

#navigation li {
	padding: 0 0 2px 0;
	margin: 0;
}
*/
#navigation a {
	width: 150px;
	display: block;
	/*	color: 333f61; width: 165px;  color: #ffcc66;  */
	/* background-color: #88C4FF; */
	border: 0px solid #333f61;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#navigation a:hover {
	color: ffffff;
	/*background-color: #88C4FF;*/
	 border: 1px solid #333f61; 
}

#navigation p {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0; color: #467aa7;
}

#inhalt {
	margin: 0 0 0 185px;
	/*margin: 0 0 0 2px;*/
	padding: 30px 50px 22px 30px;
	/* border-left: groove 1px #bb9137;
	border-top: groove 1px #bb9137; */
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em; 
	/*background:url(images/aeu-bg-01.jpg);*/
	background-color: #ffffff;
	
}

#inhalt h2 {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 16px verdana, sans-serif;
/*	border-left: 10px solid #bb9137;
	border-bottom: 1px solid #bb9137; */
	border-left: 10px solid #467aa7;
	border-bottom: 1px solid #467aa7;
}

#inhalt h4{
	margin:25px 0 10px 0;
	padding:2px 0 2px 5px;
	font:bold 12px verdana, sans-serif;
	/* border-left:6px solid #bb9137;
	border-bottom:1px solid #bb9137; */
	border-left:6px solid #467aa7;
	border-bottom:1px solid #467aa7;
}
#inhalt th {
	margin: 25px 0 10px 0;
	padding: 0;
	font: bold 12px verdana, sans-serif;
	
	
}

#inhalt td {
	margin: 25px 0 10px 0;
	padding: 0;
	font: 11px verdana, sans-serif;
	
			
}
#inhalt a {
	text-decoration: none;
	font-weight:bold;
	color: #345A7C;
}
#inhalt a:hover { 
	color: #467aa7;
	
}

#titel {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	color: #CC0000;
}
#cont {
	
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	
}
#fuss {
	clear: left;
	color: white;
	background-color: #467aa7;
	padding: 10px 30px 10px 20px;
	font: bold 10px verdana, sans-serif;
	text-align: center;
}

#fuss a {
	text-decoration: none;
	color: #ffffff;
}

#fuss a:visited {
	color: #ffffff;
}

#fuss a:hover {
	text-decoration: underline;
}

a:link {
	text-decoration: underline;
	color: #467aa7;
}
/*
a:visited {
	text-decoration: underline;
	color: #bb9137;
}
*/
a:hover {
	color: #8AC5FF;
}
ul.Title ul {
	font-family:Verdana, Geneva, sans-serif;
	font-size:80%;
	text-align:left;
}
ul.List {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-size: 90%;
	text-align:left;
	cursor: default;
	width: 8em;


}
ul.List li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	position: relative;
	text-align: left;
	width: 8em;

}
ul.MenuBarVertical
{
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 8em;
}
/* 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 same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 2px; 
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 2px;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.2em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 0px solid #CCC;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 0px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	/*background-color:#B7DBFF;*/
	padding: 0.5em 0.75em; 
	color: #00366C;
	text-decoration: none;
	font-weight:bold;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color:#9DCEFF;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #034FA3;
	color: #F9F9F9;
}

/*******************************************************************************

 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(images/SpryMenuBarRight.gif);
	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.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(images/SpryMenuBarRightHover.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;
	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.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
/*		f\loat: left;*/
		f\loat: left;
		background: #FFF;
	}
.link {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 12px;
	text-decoration: none; color: #1F5EEF
}
.ul li {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 12px;
	text-decoration: none;
}
.label {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #CC0000;
}
table.dyn {
  width:100%;
  border-collapse:collapse;
  border:solid 0px #000000;
  /*table-layout:fixed;*/
}


table td {
  border:solid 0px #000000;
}
/*
table.dyn td {
  width:50%;
}
*/
table.dyn th {
  height:1.6em;
  border-top:solid 0px #000000;
  font-family:'Courier New', 'Courier', monospace;
}

table.dyn th.plus{
  background:url(plus.gif) no-repeat .1em .1em;
}

table.dyn th.minus{
  background:url(minus.gif) no-repeat .1em .1em;
}

table.dyn tr.hide {
  display:none;
}

table.dyn tr.show {
  display: table-row;
  border:solid 0px #000000;
}