@charset "utf-8";
/* CSS Document */

body {
	color: black;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
p {
	font-size: small;
	color: #000000;
	padding-right: 20px;
}
#block{
	position:absolute;
	width: 90%;
	height: auto;
	background-color: #FFFFFF;
	margin: 30px;
}
#header {
	background-image: url(n_images/banner.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: center bottom;
	width: 100%;
	height: 250px;
	color: #FFFFFF;
}

/*   Navigation horizontal */
  ul#Navigation {
    margin: 0; padding: 0.8em;
    text-align: center;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }
  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
	color: black; background-color: white;
  }
  * 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:hover, ul#Navigation span {
    text-decoration: underline;
	color: maroon; background-color: white;
  }
li a#aktuell { /*aktueller Link kennzeichnen*/
	text-decoration: underline;
	color: maroon; background-color: white;
	}

/*   Navigation horizontal - Ende  */


ul#navigation_links {
	width:20%;
	padding-left: 20px;
	float:left;
	list-style-type: none;
}
ul#navigation_links li a{
	color: black;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}
#navigation_links a:hover{
    text-decoration: underline;
	font-weight: bold;
	color: maroon; 
}

#home_links{
	width:50%;
	padding-left: 20px;
	float:left;
}

#home_rechts{
	width: 40%;
	float:right;
}

#login{
	padding: 10px;
	border: 2px solid #810541;
	width: 90%;
}


#links{
	width:20%;
	padding-left: 20px;
	float:left;
}

#rechts{
	width: 70%;
	float:right;
	padding-right:20px;
}
#zentren{
	width:80%;
	padding-left: 20px;
	float:left;
}
.wichtig{
	padding: 10px;
	background-color: #CCCCCC;
	width: 90%;
	border-left-width: thick;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
}

