@charset "utf-8";
/* CSS Document */

body {
	background-color: #141517;
	margin: 0px;
}
#navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 0 0 0px;
}

#navi ul li {
	display: inline;
	float: left;
	padding: 0px 0px 0px 0px;
}

#navi ul li a{
	display: block;
}

#navi .button a:link, .button a:visited {
	background-image: url('../Bilder/buttons/butt_normal.png');
	background-repeat: no-repeat;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	width: 135px;
	height: 21px;
	line-height: 21px;
	padding-left: 53px;
}
#navi .button a:hover {
	background-image: url('../Bilder/buttons/butt_hover.png');
	background-repeat: no-repeat;
	font-size: 10px;
	color: #000;
	width: 135px;
	height: 21px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 21px;
	padding-left: 53px;
}
#logged ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 2 0 0px;
}

#logged ul li {
	display: inline;
	float: left;
	padding: 0px 6px 0px 0px;
}

#logged ul li a{
	display: block;
}
#poll_option {
	padding: 4px;
	border-bottom: 1px solid #C7C5C5;
}
#poll_small {
	font-size: 8px;
}
#news_head {
	background-image: url('../Bilder/newsline_head.jpg');
	width: 509px;
	height: 17px;
}
body,td,th {
	font-size: 11px;
}