#page {
	width: 700px;
	text-align: left;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background: #ffffff;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	margin: auto auto 5px;
	margin-right: auto;
}

body {
	margin: 0;
	text-align: center;
	font: 80% Verdana, "Sans Serif";
	background: #a9a9a9;
}

#content h1 {
	font: bold 25px Georgia, Serif;
	position: relative;
	padding-left: 12px;
	border-bottom-style: none;
	color: #6b6b6b;
	clear: left;
}

#content h2 {
	position: relative;
	padding-left: 12px;
	font: bold 18px Georgia, Serif;
	border-bottom: 1px dotted #ababab;
	color: #6b6b6b;
	clear: left;
}

#content h3 {
	position: relative;
	padding-left: 12px;
	color: #6b6b6b;
	margin-bottom: 4px;
	font: bold 14px Georgia, Serif;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding-left: 10px;
}

#content {
	clear: left;
	padding-bottom: 12px;
	color: #343434;
}

#content p {
	line-height: 140%;
	clear: left;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 0;
}

#nav {
	height: 18px;
	font-size: 13px;
	background: url(images/navbg.gif) repeat-x;
	color: #ffffff;
	border-bottom: 1px solid #000000;
	padding: 0;
	margin: 0;
	top: 10px;
	width: 700px;
}

#header {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 0;
	margin: 0;
	height: 200px;
	background: #000000;
}

#nav li {
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	height: 18px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-right: -1px;
}

#nav a {
	color: #b8c59f;
	text-decoration: none;
}

.bildimtext {
	float: right;
	margin-right: 12px;
}

#nav #current {
	background: url(images/navbg2.gif);
}

#nav a:hover {
	color: #ffffff;
}

#content a {
	color: #3a5818;
}

#content a:hover {
	color: #4f7720;
}

div.image {padding: 0 4px 4px 0;
	background: url(images/dropshadow.png) no-repeat bottom right;
	float: left;
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 0;
}
div.image img {
	display: block;position: relative;
	top: -3px;left:-3px;padding:5px;background:#FFF;
	border:1px solid;border-color: #ccc #666 #666 #ccc;
}

.imagedescription {
	font-style: italic;
	margin-bottom: 18px;
	padding: 0;
	margin-top: 0;
}

#content dl {
	padding-left: 12px;
}

#content dt {
	float: left;
	font-weight: bold;
}
