@charset "utf-8";
.aktiv1 {
	font-weight: bold;
	color: #090;
}
.aktiv0 {
	font-weight: bold;
	color: #f00;
}
body
{
  margin: 10px auto;
  padding: 0;
  background-color: #FFE433;
}
#wrapper {
	width: 800px;
	margin:0 auto;
}

#header
{
  width: 800px;
  height: 159px;
}

#header h1 {
	font-size: 20px;
	color: #009;
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
	padding: 10px;
	background-color:#FF0;
}

#menu
{
  	float: left;
  	width: 790px;
  	height: 42px;
  	background-image: url(bkgmenu.jpg);
	border-left:#FFF solid 5px;
	border-right:#FFF solid 5px;
	padding:0;
}

#menu ul {
	margin-top:8px;
	padding-left:10px;
}
#menu ul li {
	display: inline;
	list-style: none;
}
#menu ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size:13px;
	padding: 3px 0.5em;
	margin-right: 8px;
	/*background-color:#FFE433;*/
	color: #00F;
	border: #FC0 solid 3px;
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #FFE433;
	color: #060;
	border:#FFF solid 3px;
}

#content
{
  	width: 730px;
	border-left:#FFF solid 5px;
	border-right:#FFF solid 5px;
	margin:0;
	padding:30px;
	clear:both;
}
#content h1 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	color: #050;
}
#content h2 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
	font-size: 20px;
	font-weight: bold;
	color: #00F;
	padding:0 0 0 4px;
}

#content h3 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	padding:0 0 0 8px;
}

#content h4 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
	font-size: 16px;
	font-weight: bold;
	color: #639;
	padding:0 0 0 12px;
}

#content h5 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding:0 0 0 16px;
}

#content h6 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	padding:0 0 0 20px;
}

#content p {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding:0 0 0 20px;
}

#content ul
{
	list-style-type: none;
	color: #332C00;
	margin:0;
	padding:0 0 0 20px;
}

#content ul li
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding:0px 0 0px 17px;
	background-image: url(../images/PostBullets.png);
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}


#footer {
	width: 800px;
	height: 30px;
	margin:0;
	background-image: url(bkgfoot.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#footer p {
	margin:0;
	padding-top: 6px;
	color:#292929;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-align:center;
}

