/************************* TEXT **********************/

html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}

/************************* STRUCTURE **********************/

#header {
	display: none;
}

#mainnav {
	display: none;
}

#subnav {
	display: none;
}

#flastop {
	display: none;
}

#subflash {
	display: none;
}

#footer {
	display: none;
}

/************************* TEXT **********************/



/************************* LINKS **********************/

a {
	color: #991b16;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#header a, #footer a {
	color: #666666;
	text-decoration: none;
}

#welcome a, #news a, #events a {
	background-image: url(/web/grafik/linkdot.gif);
	background-repeat: no-repeat;
	padding: 1px 0 0 30px;
	height: 18px;
	display: block;
}

/************************* FORUM **********************/

.forumtext img {
	border: 1px #666666 solid;
	float: right;
	margin: 0 0 20px 20px;
}
.comment {
	padding: 10px;
	margin: 0 0 10px 0;
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}

.commentimg img {
	display: none;
}

#addcomment {
	display: none;
}

/************************* OTHERS **********************/

#header img {
	border: 0;
}

#header ul {
	list-style: none;
	position: absolute;
	right: 20px;
	top: 20px;
}

#header ul li {
	float: left;
	border-right: 1px #b2b2b2 dotted;
	padding: 0 10px 0 10px;
}

.clear {
	height: 1px;
	overflow: auto;
	display: block;
	clear: both;
}

.noshow {
	display: none;
}