@charset "iso-8859-2";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #369;
	margin: 0 auto; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	border-right: #FFF;
	border-left: #FFF;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#container  {
	width: 960px;
	background: #369;
	margin: 20px auto 0px;
	text-align: left;
	border-top: #000;
	border-right: #000;
	border-bottom: #000;
	border-left: #000;
}
#container #mainContent #text  {
	font-size: 30px;
	font-style: italic;
	color: #FFF;
}
#container #kopf  {
	height: 100px;
	width: 960px;
	padding-top: 25px;
	background: #369 url(../bilder/logo_weiss.png) no-repeat center center;
}
#container #menue  {
	height: 400px;
	padding-top: 25px;
	padding-bottom: 0px;
	border-top: #FFf;
	border-bottom: #FFf;
	border-right-color: #FFf;
	border-left-color: #FFf;
	padding-left: 10px;
	font-size: 24px;
	color: #FFF;
	width: 200px;
	float: left;
	line-height: 40px;
	font-family: Verdana, Geneva, sans-serif;
}
#navlist {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navlist li {
	list-style: none;
	padding: 0px 30px 0px 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 48px;
	color: #FFF;
}
#navlist a:link {
	text-decoration: none;
	color:#FFF;
	font-size: 16px;
	font-weight: normal;
}
#navlist a:visited {
	text-decoration:none;
	color:#FFF;
	font-size: 16px;
	font-weight: normal;
}
#navlist a:hover
#navlist a:active{
	text-decoration:none;
	color:#fff;
	font-size: 16px;
	font-weight: normal;
}
#mainContent_leistungen  {
	font-size: 16px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}
* html #mainContent_leistungen  {  /* nur fuer Internet Explorer */
  width: 700px;
  margin-left: 210px;     /* Version 6 */
  padding-top: 40px;
}
*:first-child+html #mainContent_leistungen  {  /* nur fuer Internet Explorer */
  width: 700px;
  margin-left: 210px;   /* Version 7 */
  padding-top: 40px;
}
#mainContent_leistungen #links {
	list-style:none;
	color:#fff;
	line-height: 30px;
	padding-top: 40px;
	padding-left: 170px;
}
* html #mainContent_leistungen #links {  /* nur fuer Internet Explorer */ 
  padding-left: 100px; /* Version 6 */
}
*:first-child+html #mainContent_leistungen #links {  /* nur fuer Internet Explorer */
  padding-left: 100px;  /* Version 7 */
}
#mainContent_leistungen #leistungen   {
	float: left;
	padding-top: 20px;
	width: 140px;
	font-size: 16px;
	color: #fff;
	padding-left: 50px;
}

