body {
	font: 1.0em verdana, arial, sans-serif;
	text-align: center;
	height: 100%;
	color: #AAC1A5;
	background: #000000 url(../img/bg.png) no-repeat center center;
	background-attachment:fixed;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
}
hr {
	background-color:#31573e; /* Mozilla 1.4 */
	color:#31573e; /* IE 6 */
	border: #31573e; /* Opera 7.11 */
	height: 1px; 
}

div#mainwrap {
	min-width: 780px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#header {
	width: auto;
	height: 70px;
	background-color: #000000;
	text-align: center;
	border-bottom: 1px solid #31573e;
}

#logo {
	position: absolute;
	height: 60px;
	float: left;
	left: 5px;
	top: 5px;
	z-index: 1;
}

#next {
	text-align: center;
	width: 350px;
	position: absolute;
	height: 60px;
	padding-right: 5px;
	float: right;
	top: 5px;
	right: 5px;
	overflow: hidden;
	z-index: 0;
	font-size: 0.7em;
}

#threecolwrap {
	float: left;
	width: 100%;
}

#twocolwrap {
	float: left;
	width: 100%;
	display: inline;
	margin-right: -171px;
}

#leftcolumn {
	float: left;
	width: 170px;
	display: inline;
	border-right: 1px solid #31573e;
	border-bottom: 1px solid #31573e;
}

#content {
	width: auto;
	margin: 0 170px 0 170px;
	text-align: center;
	font-size: 0.9em;
	padding-left: 10px;
	padding-right: 10px;
}

#rightcolumn {
	float: left;
	width: 170px;
	border-left: 1px solid #31573e;
	border-bottom: 1px solid #31573e;
}

#footer {
	width: 100%;
	clear: both;
	font-size: 0.7em;
	text-align: center;
	border-top: 1px solid #31573e;
	margin-bottom: 10px;
}

#nav {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	list-style: none;
}
#nav li a {
	padding-left: 20px;
	height: 1.5em;
	background: url(../img/zahnrad.gif) no-repeat center left;
	font-size: 0.8em;
	text-decoration: none;
	color: #ffffff;
	display: block;
}
#nav li a:hover {
	background-color: #333333;
}
#nav li a.active {
	background-color: #333333;
}
#stats {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	list-style: none;
}

#stats li {
	padding-left: 20px;
	height: 1.5em;
	background: url(../img/zahnrad.gif) no-repeat center left;
	font-size: 0.8em;
	text-decoration: none;
	display: block;
}

#banner {
	margin-top: 30px;
}
#banner-vert {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 170px;
	text-align: center;
}
#content h4 {
	font-size: 130%;
	margin: 0 30px 1em;
	padding-top: 1em;
}
#rightcolumn p {
	font-size: .8em;
	font-weight: bold;
	margin: 10px 10px 10px 10px;
	text-align: center;
}

#preview-wrap {
	text-align: center;
	width: 170px;
	overflow: hidden;
	height: 300px;
}

.preview {
	font-size: 0.6em;
	width: 160px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
}

#partner-wrap {
	text-align: center;
	width: 170px;
	overflow: hidden;
	height: 110px;
}

.partner {
	font-size: 0.6em;
	width: 160px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
}

#tweet-wrap {
	text-align: left;
	width: 170px;
	overflow: hidden;
	height: 100px;
}

.tweet {
	font-size: 0.7em;
	width: 160px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
}


#ticker {
	background-color: #000000;
	font-size: 0.8em;
	border-bottom: 1px solid #31573e;
	height: 1.3em;
	overflow: hidden;
	color: #444444;
}

.ticker_item {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	height: 1.3em;
}

table {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
	border-style:none;
}

thead {
	background-color: #31573e;
	color: #ffffff;
}

tbody {
	font-size: 90%;
}

td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

th {
	padding-left: 10px;
	padding-right: 10px;
}

.even {
	background-color: #000000;
}
.odd {
	background-color: #212121;
}

.button {
	position: relative;
	display: block;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 1px solid #444444;
	border-style: outset;
	background-color: #555555;
	font-size: 0.8em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.button:hover {
	background-color: #777777;
	text-decoration: none;
}

.adminfunction {
	background: #440000 url(../img/admin.gif);
}

#impressum {
	font-size: 0.8em;
	text-align: left;
}

p {
	margin-top: .8em;
	margin-bottom: .8em;
}

.error {
	font-weight: bold;
	color: #ff0000;
}

.required {
	background-color: darkred;
}

.small {
	font-size: 80%;
}

.new {
	margin-left: 5px;
	padding-left: 17px;
	background: url(../img/ar_up.gif) no-repeat bottom left;
}

.same {
	margin-left: 5px;
	padding-left: 17px;
	background: url(../img/ar_right.gif) no-repeat bottom left;
}

.up {
	margin-left: 5px;
	padding-left: 17px;
	background: url(../img/ar_up.gif) no-repeat bottom left;
}

.right {
	margin-right: 5px;
	padding-right: 17px;
	background: url(../img/ar_right.gif) no-repeat bottom right;
}

.left {
	margin-left: 5px;
	padding-left: 17px;
	background: url(../img/ar_left.gif) no-repeat bottom left;
}

.down {
	margin-left: 5px;
	padding-left: 17px;
	background: url(../img/ar_down.gif) no-repeat bottom left;
}

.title {
	margin-top: 30px;
	margin-bottom: 20px;
}