/***********************************************/
/* Initialisierung aller Element               */
/***********************************************/ 

*{
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
	text-align: left;
	vertical-align: top;
	color: #000000;
}

body {
  	background-color:#FFFFFF;
	font-size:11px;
}

#main {
	width:970px;	
	margin:0 auto;
}

#page_oben_spalte_1 {
  float: left;
  width: 290px;
  height: 40px;
}

#page_oben_spalte_2 {
  width: 290px;
  float: left;
  height: 40px;
  background-color: #FFFFFF;
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float/width is to keep IE 5.0 from parsing */
#page_oben_spalte_3 {
  w\idth: 190px;
  f\loat: left;
  height: 40px;
  background-color: #FFFFFF;
}

#page_images {
  margin:0;
  float:left;
  margin-bottom:5px;
}

#headerimg1{
  float:left;
  width: 470px;
}

#headerimg2{
  float:left;
  width: 300px;
}



/***********************************************/
/* CSS für 3-spaltiges Layout                  */
/***********************************************/ 
#content {
    background-image:url(../images/menu_lines.gif);
    float: left;
    background-repeat:repeat-y;
    background-attachment:scroll;
    width: 580px; /* Gesamtcontentbreite früher 770 */
}

#content_wo_lines {
    float: left;
    margin: 20px 0px 40px 50px;
    width: 600px; /* Gesamtcontentbreite */
}

#content_editmode {
    float: left;
    width: 850px; /* Gesamtcontentbreite */
}

#content_head {
  font-size:11px;
  background-color:#FFFFFF;
  text-align:justify;
  width: 560px;
  padding-bottom: 7px;
  padding-right: 15px;
}

#content1 {
  float: left;
  width: 289px;
}
#content2 {
  float: left;
  width: 289px;
}
#content3 {
  postition: absolute;
  float:left;
  width: 189px;
}

img.content_img {
  margin:0px 0px 10px 1px;
}

#content_headline {
  color:#CC0033;
  margin:0px 0px 0px 10px;
  font-weight:bold;
}

#content_headline_wo_sub {
  color:#CC0033;
  margin:0px 0px 10px 10px;
  font-weight:bold;
}

#content_subheadline {
  margin:0px 0px 10px 10px;
  font-weight:bold;
}

#content_fliesstext {
  margin:0px 15px 10px 10px;
  text-align:justify;
}
#content_fliesstext p {
  text-align:justify;
}
#content_fliesstext span {
  text-align:justify;
}
#content_fliesstext ul {
  margin-left:35px;
  /* list-style-image:url(../images/nav_inactive2.jpg) */
}

#content_linkmore {
  margin:0px 15px 20px 10px;
  text-align:justify;
  font-weight:bold;
}

#top_spacer {
  margin:auto;
}
/***********************************************/
/* Footer                                      */
/***********************************************/ 
#footer {
  clear: both;
  border-top: 1px solid #CCCCCC;
  width: 490px;
  margin: 0px 0px 40px 0px;
}
#footertext {
  margin: 5px 0px 0px 20px;
  color: #CCCCCC;
}

/***********************************************/
/* Navigation oben                             */
/***********************************************/ 
#navi_oben_spalte1 {
  float: left;
  height: 28px;
  width: 470px;
  background-color: #999999;
  font-weight:bold;
}

#navi_oben_spalte2 {
  float: left;
  height: 28px;
  width: 110px;
  background-color: #CCCCCC;
  font-weight:bold;
}

#navi_standort {
  margin-top:5px;
  margin-left:8px;
}

#navi_oben_spalte3 {
  float: left;
  height: 28px;
  width: 190px;
  background-color: #EEEEEE;
}

#navi_top {
	text-align: right;
  	margin-top: 5px;
	margin-right: 25px;
}


/***********************************************/
/* Formular Elemente                           */
/***********************************************/ 
input.suche {
  border: 1px solid; 
  background-color: #FFFFFF;
  height: 13px;
  font-size: 11px;
  width: 100px;
}

input.buttonsuche {
  border: 1px solid; 
  background-color: #FFFFFF;
  height: 15px;
  font-weight:bold;
  font-size: 80%;
  text-align: center;
}

form.suche, form {
  /* Verhindert den automatischen Zeilenumbruch eines Formulars */
  display: inline;
}


/***********************************************/
/* Haupt Navigation                            */
/***********************************************/ 

#navi_links {
  float: left;
  width: 200px;
  height: 520px;
  margin-top: 20px;
}

#column1 {
  float: left;
  margin-top: 10px;
} 

/******* 1. Ebene *********/
ul#menu {
  list-style: none;
  text-decoration: none;
  letter-spacing: 0px;
  margin-left:15px;
  margin-right:5px;
}

ul#menu li {
  list-style: none;
  margin-top: 15px;
  vertical-align:text-top;
  margin-left:15px;
  list-style-image:url(../images/nav_inactive2.jpg);
}

ul#menu li.current {
  list-style-image:url(../images/nav_active2.jpg);
}

/******* 2. Ebene *********/
ul#menu li ul {	
  font-size: 10px;
}

ul#menu li ul li {
  list-style: none;
  margin-top: 7px;
  vertical-align:text-top;
  list-style-image:url(../images/nav_inactive2.jpg);
}

ul#menu li ul li.current {
  list-style-image:url(../images/nav_active2.jpg);
}

/******* 3. Ebene *********/
ul#menu li ul li ul {
  font-size: 9px;
}

ul#menu li ul li ul li {
  list-style: none;
  vertical-align:text-top;
  list-style-image:url(../images/nav_inactive2.jpg);
}

ul#menu li ul li ul li.current{
  list-style-image:url(../images/nav_active2.jpg);
   
}


/***********************************************/
/* Links                                       */
/***********************************************/

a{
    color: #000000;
    text-decoration:none;
    font-weight:bold;
}

a:hover {
  color: #CC0033;
}


#lang_pos {
    float: left;
    margin-top:15px;
    width:150px;
}

img.verticalmiddle {
    vertical-align:middle;
}

a:hover {
  color: #CC0033;
}


a.current {
  color: #CC0033;
}



/***********************************************/
/* Sitemap		                       */
/***********************************************/ 

#sitemap {
    float: left;
    margin: 40px 0px 50px 100px;
}



/***********************************************/
/* FlagBar                                     */
/***********************************************/ 

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{	
        font-weight: bold;
        list-style: none;
        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
{
	position: relative;
	cursor: pointer;
}
/* 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: 100px;
	position: absolute;
	left: -1000em;
        background: #FFFFFF;
}
/* 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: 100px;
}


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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #000000;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #FFFFFF;
	margin: 2px 0px 2px 5px;
	color: #000000;
	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: #FFFFFF;
	color: #CC0033;
}

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

 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;
}
/* 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: #FFFFFF;
	}
}

