body {
	color: #2F4F4F;
	margin: 0;
	min-width: 640px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	clear: both;
	left: 5%;
	right: 5%;
}


h1 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1em;
	/*padding: 0.6em 0 0.2em 2%;*/
  /*margin: 0;*/
  margin-bottom: 15px;
	margin-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	/*padding: 0.6em 0 0.2em 2%;*/
  /*margin: 0;*/
  margin-bottom: 20px;
	margin-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1em;
}

#container {
	font-size: 0.8em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 870px;
	margin: auto;
}
#header {
	text-align: right;
	overflow: hidden;
	color: #666666;
	background-repeat: no-repeat;
	height: 140px;
	background-position: right;
	background-image: url(../pics/header.jpg);
	margin: 0;
	width: 870px;
}
#header {
	color: #696969;
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
}

#menu {
	text-align: center;
	color: #000000;
	background-color: #778899;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	font-variant: small-caps;
	border-top-style: solid;
	border-bottom-style: ridge;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: thin;
	border-bottom-width: medium;
	border-right-width: medium;
	border-left-width: thin;
	border-right-style: ridge;
	border-left-style: solid;
	margin: 0;
}
#menu li {
	font-size: 1.1em;
	display: inline;
	list-style-type: none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
}

#menu li.last {

}

#menu li a {
  text-decoration: none;
}

#menu li a:link {
	color: #DCDCDC;
}
#menu li a:visited {
	color:#DCDCDC;
}
#menu li a:hover {
	color: #FFFFF0;
  /*background: #FFFF00;*/
}
#menu2 {
	text-align: center;
	color: #2F4F4F;
	padding-top: 2px;
	padding-right: 2%;
	padding-bottom: 6px;
	padding-left: 2%;
	font-variant: small-caps;
}
#menu2 li {
	font-size: 1em;
	display: inline;
	list-style-type: none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#menu2 li a {
	text-decoration: none;
}

#menu2 li a:link {
	color: #778899;
}
#menu2 li a:visited {
	color:#778899;
}
#menu2 li a:hover {
	color: #2F4F4F;
  /*background: #FFFF00;*/
}
#menu3 {
	text-align: left;
	color: #696969;
	margin-left: -26px;
}
#menu3 li {
	font-size: 0.9em;
	display: list-item;
	list-style-type: square;
	color: #000000;
}

#menu3 li a {
  text-decoration: none;
}

#menu3 li a:link {
	color: #696969;
	text-decoration: underline;
}
#menu3 li a:visited {
	color: #696969;
}
#menu3 li a:hover {
	color: #999999;
	text-decoration: none;
  /*background: #FFFF00;*/
}
#main {
	line-height: 1.5em;
	padding-top: 15px;
	padding-right: 75px;
	padding-left: 75px;
	margin-left: 40px;
	padding-bottom: 15px;
	margin-right: 40px;
}

span.nowrap {
	white-space:nowrap;
}

#Fusszeile {
	clear: both;
	font-size: 0.75em;
	text-align: center;
	color: #2F4F4F;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #778899;
	height: 40px;
	margin-right: 115px;
	margin-left: 115px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
  }
