@charset "UTF-8";
body {
background-color: #ffffff;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #990000;}
a:visited {color:#990000;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size:12px;
font-weight: bold;
padding: 5px 10px;
margin:0px;}

h2 {
font-size:12px;
font-weight: bold;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout---------- */
#container {
width: 800px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 
/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */

/* suche */
			.suggest_link {
				background-color: #eeeeee;
				padding: 2px 6px 2px 6px;
			}
			.suggest_link_over {
				background-color: #bbcddd;
				color:#000000;
				padding: 2px 6px 2px 6px;
			}
			#search_suggest {
				position: absolute; 
				left:200px;
				background-color:#959595; 
				text-align: left; 
				/*border: 1px solid #000000;*/			
			}		

ul.abc
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 196px;
}
/* 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.abc li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 28px;
	float:left;
}
/* 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.abc ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	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.abc ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.abc ul li
{
	width: 8.2em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.abc
{
	border: 1px solid #eeeeee;
}
/* Submenu containers have borders on all sides */
ul.abc ul
{
	border: 1px solid #eeeeee;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.abc a
{
	display: block;
	cursor: pointer;
	background-color: #eeeeee;
	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 */
ul.abc a:hover, ul.abc a:focus
{
	background-color: #bbcddd;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.abc a.MenuBarItemHover, ul.abc a.MenuBarItemSubmenuHover, ul.abc a.MenuBarSubmenuVisible
{
	background-color: #bbcddd;
	color: #FFF;
}

/*******************************************************************************

 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.abc a.MenuBarItemSubmenu
{
	background-image: url(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.abc a.MenuBarItemSubmenuHover
{
	background-image: url(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.abc 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.abc li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


/* ----------banner for logo-------------- */
#banner {
text-align: right;
background-color: #ffffff;
padding: 0px;
margin: 0px;
position:absolute;
top:0px; }
#suche{
	text-align: center;
	background-color: #bbcddd;
	height:30px;
	width:800px;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	position:absolute;
top:125px; 
}
#banner img {padding-top:0px;} 

#inner{
	line-height: 20px;
	margin:0px;
	width:800px;
	position:absolute;
	top:158px;
border-right: solid 1px #eeeeee;  } /* The ie/pc pecularity */ 

/* ----------outer and inner----------------- */
#left{
	border-right: solid 1px #eeeeee;  
	border-left: solid 1px #eeeeee;  
	background-color: #ffffff; 
	width:590px;
	float:left;
	position:relative;
	min-height:400px;

 } 


/* --------------left navi------------- */
#right {
 border-right:1px solid #eeeeee;
 width:200px; 
 float:right; 
 position:relative; 
 }

/* -----------------content--------------------- */
#content{ 
position: relative; 
margin: 0px;
border-right:1px solid #eeeeee; }

p{
padding: 5px 10px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}
form{
margin:0px;

}

/*  ----------------footer---------------------- */ 
#footer {
clear:both;
position:relative;
padding: 3px 10px 5px 10px;
margin:0px;
background-color:#bbcddd;
text-align: right; } 
