html, body, h1, h2, h3, h4, h5, div, p, form, img {
	margin: 0;
	padding: 0;
}
body {
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
}
#navi {
	position: absolute;
	top: 94px;
	left: 470px;
}
#logo {
	background-image: url(./images/header.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 100px;
}
#logo img {
	padding-left: 40px;
	padding-top: 12px;
}
img {
	border:none;
}
#container {
	margin: 15px 30px;
	width: 840px;
	float:left;
}
#shadow {
	background-image: url(./images/schatten.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#left {
	float: left;
	width: 227px;
	margin-left: 1px;
	padding-left: 0px;
}
.clear {
	clear: both;
}
#footer {
	height: 15px;
	background-image: url(./images/footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 3px 0 0 30px;
}
.side {
	padding: 10px 15px;
	font-size: 1.1em;
}
.pleft {
	line-height: 1.8em;
	padding-bottom: 3px;
}
#search {
	width: 120px;
	border: 1px solid #CFCFCF;
	padding: 2px;
}
#submit {
	width: 60px;
	border: 1px solid #CFCFCF;
	background-color: #fff;
}
#content a.url, #content a.url:hover {
	font-size: 0.8em;
	border: none;
	color: #005F00;
}
.details a, #content a, .side a {
	color: #00499b;
	text-decoration: none;
	border-bottom: 1px dotted #00499b;
}
.details a:hover, #content a:hover, .side a:hover {
	color: #ffa811;
	border-bottom: 1px solid #ffa811;
}
#content {
	margin-left: 270px;
	margin-right: 61px;
	padding-top: 20px;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.8em;
	margin-bottom: 3px;
	text-align: justify;
}
.headline {
	font-size: 1.6em;
	font-weight:bold;
	margin-bottom: 7px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 3px;
}
.snippets {
	border: 1px dotted #94ADB5;
	padding: 5px;
}
#forumtable {
	border: 1px solid rgb(211, 211, 211);
	width: 197px;
	background-color: rgb(248, 244, 243);
}
th {
	text-align: left;
	background-color: rgb(239, 239, 239);
}
a.forum {
	font-weight: bold;
}
td {
	background-color: rgb(247, 245, 244);
}
#partner {
	text-align:center;
	width:840px;
}
#partner a {
	color:#7F7F7F;
	text-decoration:none;
}
#allwidth {
	width:1060px;
}
#right {
	padding-top:115px;
}