/* CSS Document */

body {
	margin: 3px;
	padding: 0px;
}

#page {
	width: 990px;
	height: auto;
	table-layout:fixed;
	empty-cells: hide;
}

#nav_spacer {
	width: 385px;
}

#content_spacer {
	width: 385px;
}

#content_spacer2 {
	width: 220px;
}

#head {
	height: 125px;
	background-image: url(headerNeu.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#path {
	height: 30px;
	background-image: url(bg_path.gif);
	background-position: center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#008de5;
	padding: 1px 0px 0px 12px;
	
}

#UrHere {
    color:#008de5;
    height: 25px;
}


#UrHere ul {

	list-style-type: none;
	margin:0;
	padding-top:0.2em;
	padding-left:0.3em;
	padding-right:0;
	padding-bottom:0;

}

#UrHere li {

	display:inline;
	margin:0.2em;

}

#UrHere a {

	font-size:1.1em;
	font-weight:bold;
	font-family:Arial, serif;
	color:#008de5;
	text-decoration:none;
	margin:0.2em;

}

#UrHere a:link{

	font-size:1.1em;
	font-weight:bold;
	font-family:Arial, serif;
	color:#008de5;
	text-decoration:none;
	margin:0.2em;
}

#UrHere visited {

	font-size:1.1em;
	font-weight:bold;
	font-family:Arial, serif;
    color:#3B1770;
	text-decoration:none;
	margin:0.2em;

}

#UrHere li:last-child {

  	font-size:1.1em;
	font-weight:bolder;
	font-family:Arial, serif;
	color:#3B1770;
  	text-decoration:none;
  	margin:0.2em;

}

#path2 {
	height: auto;
	background-image: url(bg_path.gif);
	background-position: center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 18px 2px 14px;
	
}

ul#Navigation {
    margin: 0; padding: 0.4em;
    text-align: center;
    
    
    background-color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
  }
ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

ul#Navigation a, ul#Navigation span {
   
	/*height: 25px;*/
	min-height: 25px;
    padding: 0.3em 3.5em;
	border-bottom: 2px solid #FFFFFF;
	background-image: url(bg_link.jpg);
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
   /* border-right-color: white; border-top-color: white;*/
    color: #008DE5;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  
ul#Navigation a:visited {
	color: #008DE5;
}
  
ul#Navigation a:hover, ul#Navigation span {
    background-image: url(bg_link_over.gif);
  }


#contentleft {
	height: auto;
	padding: 0px 20px 0px 13px;
	background-image: url(bg_page_left.gif);
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	
}

/* Korrektur f철IE */
* html contentleft {
	padding: 0px 30px 0px 13px;
}

#contentmiddle {
	height: auto;
	padding: 0px 20px 0px 13px;
	background-image: url(bg_page_middle.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	
}

/* Korrektur f철IE */
* html contentmiddle {
	padding: 0px 30px 0px 13px;
}



#contentright {
	height: auto;
	padding: 0px 20px 0px 13px;
	background-image: url(bg_page_right.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	
}

/* Korrektur f철IE */
* html contentright {
	padding: 0px 30px 0px 13px;
}

/*alte Farbe blau #008DE5 */
h1, h2, h3 {
	color: #74BBFB;
	/*font-style: italic;  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#foot {
	height: 60px;
	background-image: url(footer.gif);
	background-position: center;
	background-repeat: no-repeat;
}


