* {
	margin: 0;
	padding: 0;
}
body {
	background: #181c1f url(../img/bg_site.jpg) repeat-x;
	color: #fff;
	font: 100.01% Verdana,Arial,Geneva,Helvetica, sans-serif;
}
img {
	border: 0;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #9b9c9e;
}
a:hover, a#aktiv {
	color: #fff;
}
h1, #nav {
	font-family: Georgia,"Times New Roman", Times, serif;
}
h1 {
	font-size: 1.4em;
	margin: 0 0 18px 0;
	line-height: 1.2em;
}
h2 {
	font-size: 1em;
	margin-bottom: 0.25em;
}
p, #inhalt ul {
	margin-bottom: 1em;
}
#inhalt ul li {
	margin-left: 1.2em;
}
/* nav */
#nav{
	background: #262e2f url(../img/bg_nav.jpg) repeat-x;
	width: 15em;
	margin: 0 1.125em 1em 0;
	border: 2px solid #484d50;
	font-size: 1em;
	font-weight: bold;
}
ul.uln {
	width: 13.25em;
	margin: 0.875em 0 0.875em 0.875em;
	border-top: 2px solid #484d50;
}
ul.uln li {
	list-style: none;
	font-size: 0.7em;
	padding: 0.5em 0 0.5em 0.25em;
	border-bottom: 2px solid #484d50;
}
* html ul.uln li {
	padding: 0.25em 0 0.5em 0.25em;
}
ul#ulsn {
	font-size: 1.43em;
}
ul#ulsn li {
	padding-left: 1.43em;
	border: 0;
}
/* site */
#site {
	width: 56.25em;
	margin: 0 auto;
}
#logo img, #key img {
	width: 56.25em;
}
#key {
	width: 56.25em;
	height: 20.625em;
}
#content {
	width: 38em;
	margin: 0 0.3753em 1em 0;
}
#content, #nav{
	float: right;
}
#inhalt {
	font-size: 0.8em;
	width: 45em;
}
#txt img {
	margin: 0.25em 1em 0.75em 0;
}
.list .listimg {
	float:left;
	margin: 0.25em 0.75em 0.75em 0;
	width: 11.875em;
	overflow:hidden;
}
.list .listcontent {
	overflow:hidden;
	height: 1%;
}
#footer {
	width: 53em;
	height: 2.875em;
	margin-left: 1.875em;
	font-size: 1em;
	background: transparent url(../img/bg_footer.jpg) repeat-x;
}
#footer p {
	font-size: 0.7em;
	padding: 1.25em 0 0 1.25em;
}
/* sonstiges */
.clearfloat {
	height: 0.1em;
	clear: both;
	overflow: hidden;
	background: transparent;
	border-top: 2px solid #484d50;
}
/* form */
input, textarea {
	font-size: 1em;
	width: 30em;
	margin-bottom: 0.375em;
}
textarea {
	height: 8.75em;
	overflow: auto;
	font-family: Verdana,Arial,"Lucida Grande",Geneva,Helvetica, sans-serif;
}
.submit {
	width: 7.5em;
}