* {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 8pt;
  border: 0;
  font-family: tahoma, arial, sans-serif;
}
body {
	background: #e8e4d9 url(top-bg-75.2.gif) repeat-x;
	
}
h1 {
	font-size: 2em;
	padding-bottom: 0.5em;
}
#page {
	width: 750px;
	margin: 0 auto;

}
#header {
	height: 100px;
	background: url(top-bg.gif) repeat-x;

}
	#slogan {
		padding-top: 40px;
		padding-left: 25px;
		float: left;
	}
	#slogan h1{
		font-size: 2em;
		font-weight: bold;
		padding-bottom: 5px;

	}
	#slogan h2 {
		font-size: 1.5em;
		letter-spacing: 1px;
		padding-left: 2px;

	}

	#wappen {
		display: block;
		/*
		background: url(wappen.gif) no-repeat top right;
		*/
		float: right;
		width: 240px;
		height: 115px;
		margin-right: 20px;
	}
		#headernav {
			text-align: right;
			margin-top: 7px;
			color: #666;
		}

		#headernav a {
			color: #ccc;
			text-decoration: none;
			margin-top: 10px;
		}
		#headernav a:hover {
			color: #fff;
		}
#topnav {
		clear: both;
		background: url(nav-bg.gif) repeat-x top left;
		height: 41px;
		display: none;
}
#contentwrap {
		margin-top: 1em;

	}
#content {

		float: right;
		display: block;
		background-color: #fff;
		border: 1px solid #d9d5d2;
		width: 600px;
		margin-bottom: 1em;
		padding-top: 1em;
		padding-left: 1em;
		line-height: 1.7em;
}

#metamenu {
		float: left;
		width: 120px;

}

#login {
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 1em;
}

#menu {
		background-color: #fff;
		border: 1px solid #d9d5d2;
		margin-bottom: 1em;

}
#menu ul {
	list-style-type: none;
	padding: 1em;
	line-height: 1.7em;
}
#menu ul li{
	list-style-type: none;
}
#menu ul li ul{
	padding:0 0 0 1em;
}
#menu a {
		color: #666;
		text-decoration: none;
}
#footer {
		clear: both;

	background: url(nav-bg.gif) repeat-x top left;
	height: 41px;
	color: #ccc;
	padding: 1em;
	padding-top: 1.5em;

}
h1 span{
	font-size: 100%;
	font-weight: bold;
}

h2 span{
	font-size: 133%;
	font-weight: bold;
}
#footer span {
	color: #666;
}
a.active {
		font-weight: bold;
}

