body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px;
}
#counter {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #AAA;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
/*	width: auto;
	padding: 3px;
	border: 1px solid #DDD;
*/}
a,
#text a,
#main a,
#topmenu a {
	color: #416D92;
	text-decoration: none;
}
#main {
	display: table;
}
#menu {
	float: left;
	width: 200px;
	border-bottom: 1px solid #000;
}
#menu a {
	display: block;
	width: 195px;
	border-top: 1px solid #000;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	font-size: 10px;
	font-weight: bolder;
}
#menu a:hover,
#topmenu a:hover {
	background-color: #416D92;
	color: #FFFFFF;
}
#menu a.sub {
	width: 178px;
	padding-left: 22px;
	border-top: 0px;
	background-image: url(pictures/_head.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}
#menu a.sub:hover {
	background-image: url(pictures/_head2.gif);
	color: #416D92;
	background-color: #EEE;
}
#topmenu {
	margin-top: 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #EEE;
	margin-bottom: 10px;
	height: 20px;
}
#topmenu a {
	display: block;
	float: right;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	font-weight: bolder;
	padding-left: 30px;
	padding-right: 30px;
}
#text {
	padding: 0px;
	margin-left:210px;
	width: 600px;
}
#text h1 {
	border: 1px solid #FFF;
	margin: 0px;
	background-color: #B5C5D2;
	padding: 5px;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
}
#text p {
	border: 1px solid #FFF;
	background-color: #EEE;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
}
#text td {
	background-color: #EEE;
	border: 1px solid #FFF;
}
#text td p {
	border: 0px;
}
#text td p:hover {
	background-color: #EEE;
}
#text p:hover {
	background-color: #FFF;
}
#text a:hover {
	text-decoration: underline;
}
#title {
	display: block;
	background-image: url(pictures/_logo.gif);
	margin: 0px;
	height: 140px;
	width: 750px;
}
.autor {
	color: #666;
}
.trans {
	color: #2F4F1E;
}
#impressum {
	width: 100%;
	border-top: 1px solid #AAA;
	margin-top: 50px;
	padding-top: 3px;
	padding-right: 3px;
	font-size: 10px;
	font-weight: normal;
	color: #AAA;
	text-align: right;
}
#chat a {
	display: inline;
	color: #416D92;
	width: auto;
	height: auto;
	padding: auto;
	margin: auto;
	border: 1px solid #EEE;
	padding: 1px 5px;
}
#chat {
	background-color: #fff;
	font-size: 10px;
	text-align: center;
	margin-bottom: 5px;
}
#chat input,
#chatwindow {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ddd;
	text-align: left;
}
#chat .chattime,
#chat .chatdate {
	display: none;
}
#chatnick {
	width: 50px;
}
#chatmsg {
	width: 146px;
}
#chatwindow {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	height: 50px;
	width: 198px;
	overflow: scroll;
	overflow-x: hidden;
}
#chatwindow .nick {
	font-weight: bold;
	color: #416D92;
}
/*
#chat div {
	overflow: auto;
    height: 100px;
	width: 160;
	border: 1px solid #000;
	background-color: #DDD;
}
#chat input,
#chat textarea 
{ font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; background:#FFFFFF; font-size: 10px; }

#chatwindow 	{ border:1px solid #aaaaaa; padding:4px; background: #eee; width:160px; height:100px; overflow: auto; font-family:courier new;}
#chatnick 		{ border: none; border-bottom:1px solid #aaaaaa; padding:4px; background:#fff;}
#chatmsg 		{ border: none; border-bottom:1px solid #aaaaaa; padding:4px; background:#fff;}
*/