  ul#Navigation {
	margin: 0;
	padding: 6px;
	text-align: center;
	background-color: #EEEEEE;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-variant: small-caps;
	font-weight: 400;
  }
  ul#Navigation li {
	list-style: none;
	display: inline;
	margin: 2px;
	padding: 0;
	color: #000033;
	background-color: #FFFFFF;
	width: 120px;

  }

  ul#Navigation a, ul#Navigation span {
	padding: 1px 10px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid black;
	border-left-color: white;
	border-top-color: white;
	color: #000066;
	background-color: #E6E6E6;
	width: 120px;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 10px;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer spaetere Versionen korrigiert */
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #FFFFFF; background-color: #C3C3C3;
  }



a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:bold;
  color:#000000;
  font-size:12px;
}
a:active, a:hover
{ 
  color:#ff9200;
}

/* Die Titelzeile */
#title {
height:30px;
padding:5px;
text-align:center;
background-color:#3366CC;
}





/* Das Submenu fuer Navi */

#navi {
	background-color:#F0F7FF;
	width:120px;
	height:600px;
	border-right: 1px dotted #000000;

	}

a.navi {
	display:block;
	padding:2px;
	border-top:1px solid #000;
	background-color:#000000;
	text-align:center;
	color:#00CC00;
	text-decoration:none;

 }
a.navi:link, a.navi:visited
{ 
  color:#eeeeee;
 background-color:#737994;
 text-decoration:none; font-weight:bold;
}
a.navi:active, a.navi:hover
{ 
  color:#737994; font-weight:bold;
 background-color:#eeeeee;
}

.navititle{
	font-weight:bolder;
	vertical-align: middle;

}
.navicontainer {
border:1px solid #000;
background-color:#666666;
width:110px;
margin:5px;


}



.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #333333;
	line-height: 16px;
	font-style: normal;
	border-color: #000000;
	text-decoration: none;
	text-align: left;
}

.seitenlayout {
	width:760px;
	margin:0px auto;
	text-align:left;
	background-color: #FFFFFF;
	border-color: #000000;
	border-style: groove;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;

}

.background {
	text-align:center;
	background-color: #EFEFEF;
	layer-background-color: #FFFFCC;
	border: 1px none #000000;
	margin-top: 0px;
	
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	height: 130px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 800;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	text-transform: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 800;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	text-transform: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #666666;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 200;
	color: #000000;
	word-spacing: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;



}
#content {

	text-align:left;
	background-color: #FFFFFF;
	width:610px;
	padding:0px 10px;
	color: #000000;
	float:right;
	
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #F0F7FF;
}

