html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	color: #333;
	background: #333;
	line-height: 1.2;
	font-family: verdana, sans-serif;
	width: 900px;
	margin-top: 2em;
	margin-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #CCC;
}
ol,ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th,td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote,q {
	quotes: "" "";
}
/* Standards */
a, a:link, a:visited { color: #CCC; text-decoration: none; }
a:focus { color:#FFF; text-decoration:none; }
a:hover { color:#FFF; text-decoration:underline; }
a:active { color:#FEE; text-decoration:none }
a.aktuell { text-decoration: underline; }
#site {
	color: #333;
	background: #CCC;
}
strong {
	font-weight: bold;
}
/* Kopf */
#header {
	background: #666;
	background-image: url(/pic/wood.jpg);
	border-bottom: 5px solid #000;
}
#language {
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	padding: 8px 8px 0px 0px;
	vertical-align: top;
}
#fehlings {
	float: left;
	padding: 0px 0px 16px 16px;
}
#searchbox {
	text-align: right;
	padding: 78px 0px 18px 0px;
}
#query {
	color: #333;
	font-size: 11px;
	border: 3px solid #111;
	background-color: #CCC;
	height: 14px;
	width: 128px;
	vertical-align: middle;
}
#submit {
	color: #333;
	border: 3px solid #111;
	margin-left: -8px;
	vertical-align: middle;
}
.formfix {
	display: inline;
}
#pics {
	clear: both;
	border-top: 5px solid #111;
	height: 200px;
	overflow: hidden;
}
/* Navigation */
#navigation {
position: absolute;
}
#navigation li {
float: left;
width: 300px;
z-index: 128;
}
#navigation dl {
line-height: 30px;
}
#navigation dt {
padding-left: 16px;
font-weight: bold;
background-image: url(/pic/bar.png);
background-repeat: repeat-x;
}
#navigation dd {
display: none;
width: 200px;
padding-left: 16px;
font-size: 0.86em;
background-image: url(/pic/bar.png);
background-repeat: repeat-x;
}
#navigation li:hover dd, #navigation li a:hover dd {
display:block;
}
/* Inhalt */
#master {
	clear: both;
	margin-top: 64px;
}
#container {
	float: left;
	width: 600px;
}
#breadcumb {
	font-size: 0.6em;
	padding: 0px 0px 16px 16px;
}
#breadcumb a{
	color: #333 ;
}
#heading {
	font-size: 1.2em;
	font-weight: bold;
	padding: 16px;
}
#content {
}
#content p,ol {
	padding: 16px;
	padding-top: 4px;
	padding-right: 32px;
	text-align: justify;
	line-height: 1.4em;
}
#content ol {
	text-align: left;
}
#content ol {
	border: 1px solid #333;
	background-color: #DDD;
	margin: 0px 32px 0px 16px;
	padding: 8px 32px 16px 32px;
	list-style-type: disc;
}
#content a{
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
#content h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 16px;
	padding-bottom: 8px;
	padding-right: 32px;
	text-align: left;
	line-height: 1.4em;
}
#content h3 span {
	font-size: 0.9em;
	font-family: monospace;
	color: #F30;
}
#content img {
	float: left;
	padding: 0px 8px 8px 0px;
}
#misc {
	padding: 16px;
}
/* Leiste */
#extras {
	margin-left: 616px;
}
.sitebox {
	margin-top: 32px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border: 1px solid #333;
	background-color: #DDD;
	text-align: right;
}
.sitebox dt {
	color: #CCC;
	font-weight: bold;
	line-height: 26px;
	background-image: url(/pic/bar.png);
	background-repeat: repeat-x;
	padding-right: 8px;
}
.sitebox dd {
	color: #333;
	padding: 8px;
	margin-bottom: 4px;
}
.sitebox h3 {
	font-weight: bold;
	font-size: 1em;
}
.sitebox span {
	font-size: 0.8em;
	font-family: monospace;
	color: #F30;
}
.sitebox p {
	text-align: justify;
	font-size: 0.8em;
}
.sitebox p a{
	color: #333;
	text-decoration: underline;
}
.sitebox img {
	float: left;
	padding: 0px 8px 8px 0px;
}
/* Fuss */
#footer {
	background: #666;
	clear: both;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
}
#sitemap {
}
#sitemap ul {
	width: 300px;
	float: left;
}
#sitemap ul li {
	font-size: 0.8em;
	padding: 8px 0px 0px 16px;
}
#owner {
	clear: both;
	padding: 8px 16px 4px 16px;
	font-size: 0.6em;
}