body {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 17pt;
	text-align: justify;
}

div#head, div#headsp, div#left, div#right {
	display: none;
}

div#top {
	font-weight: bold;
	border-bottom: 1px solid #000000;
	margin-bottom: 5pt;
}

div#top a {
	text-decoration: none;
	color: #000000;
}

a:link, a:visited, a:hover, a:focus {
	color: #0000ee;
}

h1 {
	line-height: 16pt;
	margin: 0 0 6pt 0;
	font-size: 13pt;
}

h2 {
	line-height: 16pt;
	margin: 0 0 5pt 0;
	font-size: 12.5pt;
}

h3 {
	line-height: 16pt;
	margin: 0 0 4pt 0;
	font-size: 12pt;
}

h4 {
	line-height: 16pt;
	margin: 0 0 3pt 0;
	font-size: 11pt;
}

h5, h6 {
	line-height: 16pt;
	margin: 0;
	font-size: 10pt;
}

p {
	margin: 4pt 0 0 0;
}

img {
	border: 0;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid black;
}


div.links {
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #888888;
}

div.news_comment {
	margin-top: 10px;
	text-align: center;
}

div.news_comment div.box {
	width: 300px;
	padding: 40px;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	margin: 10px auto 0;
	text-align: left;
}

div.comments {
	text-align: left;
}

input.text, textarea {
	width: 300px;
	background-color: rgb(224,224,224);
	border: 1px solid #888888;
}

div.metaimg {
	float: left;
	margin: 0 20px 20px 0;
}

div.articlelist {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #888888;
	height: auto !important;
	min-height: 120px;
	height: 120px;
}

div.articlelist img {
	margin: 0 20px 5px 0;
	float: left;
}

div.articlelist a {
	display: block;
}

div.browsing {
	text-align: center;
}

div.gallery_overview, div.gallery {
	margin: 10px 0 0;
	border-top: 1px solid #888888;
	padding-top: 10px;
}

div.gallery_overview div.img {
	display: block;
	width: 150px;
	height: 120px;
	margin: 5px;
	float: left;
	text-align: center;
}

div.gallery_overview img, div.gallery img {
	border: 1px solid #888888;
}

div.gallery {
	text-align: center;
}

div.votes {
	display: none;
}

div.downloads div.folder {
	page-break-inside: avoid;
	border-bottom: 1px solid #000;
	text-align: center;
	font-weight: bolder;
}

div.downloads div.folder hr {
	width: 60%;
}

div.downloads p.filename {
	page-break-before: avoid;
	page-break-inside: avoid;
	padding: 5px 10px;
	font-weight: bolder;
	margin: 0;
}

div.downloads p.filename img {
	margin-bottom: -3px;
}

div.downloads p.filename span.download {
	display: block;
	float: right;
}

div.downloads p.filename span.download a {
	padding-left: 26px;
	background-image: url(../upload/grafiken/download.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div.downloads p.description {
	page-break-before: avoid;
	page-break-inside: avoid;
	padding: 5px 10px;
	margin: 0;
}

div.downloads div.infos {
	page-break-before: avoid;
	page-break-inside: avoid;
	padding: 5px 10px;
	border-bottom: 1px solid #000;
}

div.downloads div.infos p.date {
	float: left;
}

div.downloads div.infos p.count {
	float: right;
	text-align: right;
}

div.downloads div.infos p.size {
	text-align: center;
}

.even {
	background-color: #e0e0e0;
}

.odd {
	background-color: #f0f0f0;
}

.meta {
	display: block;
	border: 1px solid #888888;
	background-color: #ffffff;
	padding: 2px;
	margin-bottom: 10px;
}

.code {
	display: block;
	background-color: rgb(192,192,192);
	font-family: 'courier new',monospace;
	font-size: 9pt;
	line-height: 130%;
	border: 1px solid rgb(128,128,128);
	margin: 15px 0 15px 0;
	padding: 4px;
}

.inline_code {
	font-family: 'courier new',monospace;
	white-space: nowrap;
}

.schluesselwort {
	font-family: 'courier new',monospace;
	color: rgb(0,0,255);
	white-space: nowrap;
}

.objekt {
	font-family: 'courier new',monospace;
	color: rgb(43,145,175);
	white-space: nowrap;
}

.markiert {
	font-family: 'courier new',monospace;
	color: rgb(255,255,255);
	background-color: rgb(192,192,192);
}

.inaktiv_markiert {
	font-family: 'courier new',monospace;
	color: rgb(212,208,200);
	background-color: rgb(128,128,128);
}

.inaktiv {
	font-family: 'courier new',monospace;
	color: rgb(192,192,192);
}

.kommentar {
	font-family: 'courier new',monospace;
	color: rgb(0,128,0);
}

.veraltet {
	font-family: 'courier new',monospace;
	color: rgb(128,0,128);
}

.zeichenfolge {
	font-family: 'courier new',monospace;
	color: rgb(163,21,21);
}

.nobr {
	white-space: nowrap;
}