body {
	color: #040;
	font-size: 12px;
	font-family: Tahoma;
	background-image: url("/media/elemente/bg.jpg");
	background-repeat: no-repeat;
}

h1 {
	color: #ffb100;
	font-size: 16px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

h2 {
	color: #ffb100;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

p {
	
}
td {
	
}

ul.categories {
	color: #676767;
	font-size: 11px;
	text-align: right;
	list-style-type: none;
	margin: 0;
}

ul.categories li {
	margin-bottom: 3px;
}

ul.categories li a {
	color: #676767;
	text-decoration: none;
}

ul.categories li a:hover {
	color: #676767;
	text-decoration: underline;
}

ul.categories li a.selected {
	color: #000;
	text-decoration: none;
}

div#content {
	visibility: visible;
	position: absolute;
	top: 202px;
	left: 228px;
	width: 599px;
	height: 416px;
}

div#nav {
	position: absolute;
	top: 311px;
	left: 5px;
	width: 162px;
}

div#topnav {
	visibility: visible;
	position: absolute;
	top: 102px;
	left: 229px;
	width: 598px;
	height: 31px;
}

div#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

div#topnav ul li {
	font-weight: bold;
	display: block;
	margin-top: 12px;
	float: left;
}

div#topnav ul li a {
	text-decoration: none;
	padding: 0 20px 3px;
	border: solid 1px white;
}

div#topnav ul li a:hover {
	color: #a36423;
	background-color: #fcf4e3;
	border-style: solid;
	border-width: 1px;
	border-color: white #ece5d5;
}

div#topnav ul li a.selected {
	color: #a36423;
	background-color: #fcf4e3;
	border-style: solid;
	border-width: 1px;
	border-color: white #ece5d5;
}

div#infobox {
	color: #676767;
	font-size: 11px;
	background-color: #f1f1f1;
	visibility: visible;
	margin-left: 10px;
	padding: 0;
	width: 152px;
	float: right;
}

div#infobox div.text {
	padding: 5px;
	border-right: 1px dotted #cecece;
	border-bottom: 1px dotted #cecece;
	border-left: 1px dotted #cecece;
}

a {
	color: #00829a;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

div#infobox img {
	border: solid 1px #676767;
}

img.bordered {
	border: solid 1px #676767;
}

.dim { 
	color: #a2a2a2;
}

.highlight {
	background-color: #cecece;;
}

img.content {
	border: solid 1px #676767;
	margin-right: 10px;
}
