body {
	margin: 0;
	padding: 0;
	color: #fff;
	background: #00c;
}


/*******************************************************************************
*
* FONTS
*
*/
h1, h2, h3, p {
	font-family: verdana, helvetica, arial, sans-serif;
}


/*******************************************************************************
*
* TEXTBLOCK
*
*/
#navi h1, #navi h2, #navi p {
	text-align: right;
}

#navi h1, .firstletter {
	color: #f93;
	font-size: 1.2em;
}

#navi h2 {
	color: #fff;
	font-size: 1em;
	font-size: 0.9em;
}

td p {
	color: #fff;
	font-size: 0.8em;
}

#navi p a {
	font-weight: bold;
}

#navi a:link, a:link {
	color: #ffaa44;
}

#navi a:visited, a:visited {
	color: #ffaa44;
}

#navi a:hover, a:hover {
	color: #ccf;
}


/*******************************************************************************
*
* NEWSBLOCK
*
*/
#hotnews {
	position: absolute;
	top: 20px;
	left: 50px;
	
}

#hotnews div {
	color: #ccf;
	background: #33f;
	border: inset 2px #33f;
	padding: 10px;
}

h3 {
	font-size: 0.8em;
	color: #fff;
	margin: 0;
}

#hotnews p {
	font-size: 0.8em;
	margin: 5px 0;
}

#hotnews a:link, #hotnews a:visited {
	color: #fff;
}

#hotnews a:hover {
	color: #fc6;
}

.error {
	color: #600;
	font-style: italic;
	font-weight: bold;
}

/*******************************************************************************
*
* BILDER UNTEN AUFSETZEN
*
*/
img {
	vertical-align: bottom;
}

#input {
	border: inset 2px #f93;
}

#submit {
	background: #fc6;
	border: outset 2px #fc6;
}

#chat_input {
	border: inset 2px #00c;
}

#chat_submit {
	color: #fff;
	background: #66f;
	border: outset 2px #66f;
}