body {
	background-color:	#DEFEEC;
	color:			black;

	margin:			13px;
	padding:		0px;

	font-size:		13px;
	font-weight:		normal;
	font-family: 		"Times New Roman", Times, "Book Antiqua", Georgia, serif;

	text-align:		center;
}

A, V:link  {
	text-decoration:	none;

	background-color:	inherit;
	color:			#3a63b1;
}

A:hover  {
	text-decoration:	underline;

	background-color:	inherit;
	color:			#3a63b1;
}

SUB,SUP
{
	font-size: 9px;
}

H1,H2,H3
{
	text-decoration: none;
	color: #000000;
}

#page {
	width:			980px;
	height:			100%;

	margin:			0px auto 0px auto;

	background-image:	url('../images/design/background.jpg');
	background-repeat:	repeat-y;
}

#header {
	width:			980px;
	height:			127px;

	margin: 		0px auto 0px auto;

	background-image:	url('../images/design/header.jpg');
	background-repeat:	no-repeat;
}

#ticker {
	width:			682px;
	height:			36px;

	margin: 		0px auto 0px auto;
	padding:		14px 0px 0px 298px;

	background-image:	url('../images/design/kopfzeile.jpg');
	background-repeat:	no-repeat;
}

#navi {
	width:			141px;
	height: 		100%;

	margin:			0px;
	padding:		0px;

	font-size:		14px;
	font-family: 		Arial, Verdana, Helvetica, sans-serif;

	text-align:		left;

	float:			left;
}

#content {
	width:			670px;
	height:			100%;

	margin:			0px;
	padding:		11px 20px 0px 20px;

	text-align:		left;

	float:			left;
}

#stats {
	width:			129px;
	height: 		100%;

	margin: 		0px;

	float:			left;
}

#footer {
	width:			980px;
	height:			22px;

	margin:			0px auto 0px auto;
	padding-top: 		10px;

	background-image:	url('../images/design/footer.jpg');
	background-repeat:	no-repeat;

	clear:			both;
}

#aktuelles {
	width:			141px;
	height:			23px;

	background-image:	url('../images/design/aktuelles.jpg');
	background-repeat: 	no-repeat;
}

#privat {
	width:			141px;
	height:			23px;

	margin-top:		20px;

	background-image:	url('../images/design/privat.jpg');
	background-repeat: 	no-repeat;
}

#scripts {
	width:			141px;
	height:			23px;

	margin-top:		20px;

	background-image:	url('../images/design/scripts.jpg');
	background-repeat: 	no-repeat;
}

#webdesign {
	width:			141px;
	height:			23px;

	margin-top:		20px;

	background-image:	url('../images/design/webdesign.jpg');
	background-repeat: 	no-repeat;
}

#artikel {
	width:			141px;
	height:			23px;

	margin-top:		20px;

	background-image:	url('../images/design/artikel.jpg');
	background-repeat: 	no-repeat;
}

#community {
	width:			129px;
	height:			23px;

	margin-top:		20px;

	background-image:	url('../images/design/community.jpg');
	background-repeat: 	no-repeat;
}

#counter {
	width:			129px;
	height:			23px;

	margin-top:		20px;

	background-image:	url('../images/design/counter.jpg');
	background-repeat: 	no-repeat;
}

#poll {
	width:			129px;
	height:			23px;

	margin-top:		20px;

	background-image:	url('../images/design/poll.jpg');
	background-repeat: 	no-repeat;
}

.hidden {
	visibility:		hidden;
}

.menuitem {
	padding-left:		18px;
	padding-right:		18px;
}

.infoitem {
	padding-left:		5px;
	padding-right:		0px;
}

.center {
	text-align:		center;
	margin-left:		0px;
	margin-right:		0px;
	margin-top:		0px;
	margin-bottom:		0px;
}

/* Tabellen */
.tabelle
{
	background-color:	#000000;
	padding:		1px;
	border-spacing:	1px;
	margin-left:		auto;
	margin-right:		auto;
}

.light
{
	background-color:	#FAFAFA;
}

.dark
{
	background-color:	#F2F2F2;
}