body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #3D3A3B;
	color: #FFFFFF;
	cursor: default;
}

.content td {
	background: #3D3A3B;
}

.news_content {
	vertical-align: top;
}

h2 {
	text-transform: uppercase;
	color: #FFFFFF;
}

input {
	border: 1px solid #00FF33;
	background: #006600;
	color: #FFFFFF;
	padding: 1px;
}

img {
	border: none;
}

a {
	color: #00FF33;
	text-decoration: none;
}
a:hover {
	color: #E1FFE1;
	text-decoration: underline;
}


.rahmen {
	margin: auto auto;
	border: 1px solid #000000;
	width: 900px;
	min-height: 400px;
}


.header {
	height: 200px;
	border-bottom: 1px solid #000000;
	background: url(img/logo.png)
}
.header table, .header tr, .header td {
	background: none;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}



.navigation {
	width: 170px;
	vertical-align: top;
	text-align: left;
}
.navigation th {
	background: url(img/navi_top.png);
	height: 39px;
	width: 150px;
	text-align: center;
	vertical-align: bottom;
	font-size: 20px;
}
.navigation td {
	background: url(img/navi_body.png);
	width: 150px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
}
.navigation .end {
	background: url(img/navi_bottom.png);
	height: 22px;
	width: 150px;
	text-align: center;
	vertical-align: middle;
}
.navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


.sidebar {
	width: 150px;
	vertical-align: top;
	text-align: left;
	font-size: 10px;
}
.sidebar th {
	background: url(img/navi_top.png);
	height: 37px;
	width: 150px;
	text-align: center;
	vertical-align: bottom;
	font-size: 20px;
}
.sidebar td {
	background: url(img/navi_body.png);
	width: 150px;
	text-align: left;
	vertical-align: middle;
}
.sidebar .end {
	background: url(img/navi_bottom.png);
	height: 19px;
	width: 150px;
	text-align: center;
	vertical-align: middle;
}
.sidebar p {
	padding-left: 5px;
}


.title {
	background: #222222;
	color: #00FF33;
	font-weight: bold;
	padding: 2px;
}
.content {
	vertical-align: top;
	padding: 5px;
}
.adds {
	vertical-align: top;
	width: 190px;
}
#login {
	visibility: hidden;
	display: none;
	border: 1px solid #000000;
	padding: 3px;
}
.impressum {
	padding: 3px;
	border-top: 1px solid #000000;
	text-align: center;
}
.impressum a {
	padding-left: 7px;
	padding-right: 7px;
}

.poll td {
	background: url(images/icons/poll_bg.gif);
	height: 5px;
}
.poll_bar {
	background: url(images/icons/poll_bg.gif);
	height: 10px;
	width: 104px;
}
