* {
	font-family:Verdana,Arial;
	font-size:10pt;
}

h1
{
	font-size:16pt;
}

#head
{
 	width:955px;
 	height:190px;
 	margin:0px;
 	background: url('/img/header.jpg');
 	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright : 10px;
	-webkit-border-radius-bottomleft : 10px;
}

img
{
	border:0;
}

body {
	background-color: #1d0c02;
	color: #000000;
	margin: 0px 10px 10px 10px;
}

div#main
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding: 0 20px 20px 20px;
	border:2px solid #000;
	border-top: 0;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright : 10px;
	-webkit-border-radius-bottomleft : 10px;
	background-color: #fff6b8;
}


A:link, A:active, A:visited, A:hover.menu
{
	color: #AD2524;
}

A:hover,
A:link.weiss,
A:active.weiss,
A:visited.weiss,
*.weiss
{
	color:#333333;
}

A:link.weiss, A:active.weiss, A:visited.weiss, *.weiss
{
	color:#444444;
}

A.usercenter
{
	font-size:8pt;
	text-decoration:none;
}

div.menu,
div.content,
div.innercontent,
div.forum1,
div.forumcontent
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.forum0,
div.forum1,
div.menu,
div.innercontent
{
	background-color: #fff6a7;
	color: #000000;
}

div.menu
{
	color: #AD2524;
	width: 100%;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
}

div:hover.menuzeilen
{
	background-color: #555;
	cursor: pointer;
}

div.menuzeilen, div.menuzeilennormal
{
	padding-left:3px;
	padding-top:2px;
	padding-bottom:1px;
}

div.menu,
div.content
{
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}

div.content
{
	background-color: #ccc374;
	color: #000000;
	width: 100%;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
}

div.innercontent, div.forumcontent
{
	line-height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 10px 10px 10px 10px;
	padding: 3px 3px 7px 3px;
}

div.forumcontent
{
/* ACBFDD      ADC1D9 */
	width: 100%;
	line-height: 15px;
	padding: 1px;
}

div.formzeilen
{
	margin:5px;
}

span.news_headline
{
	color: #AD2524;
	font-weight: bold;
	line-height: 25px;
	text-decoration: underline;
}

div.infoleiste
{
	width: 100%;
	color: #65B109;
	height: 20px;
	font-weight:bold;
	margin-top: 15px;
	padding: 0px 2px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #666;
}

ul#mainmenu
{
	height:100%;
	margin:0px;
	padding:0;
	list-style-type:none;
	float:left;
}

ul#mainmenu li
{
	border-right:1px solid #87d32b;
	padding:0 5px;
	margin:0px;
	float: left;
	background-color: #fff6b8;
	height:20px;
}

ul#mainmenu li.over
{
	border-right:1px solid #65B109;
	padding:0 5px;
	margin:0px;
	float: left;
	background-color: #ccc374;
	cursor: pointer;
	height:20px;
}

ul#mainmenu li a
{
	text-decoration:none;
}

div.forum1
{
	line-height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	margin: 10px 10px 10px 10px;
	padding: 0 0 0 5px;
}

div.forum2
{
	margin: 10px 10px 10px 5px;
	border-style: dashed;
	border-width: 1px;
	border-color: #666;
}

table.forumboard
{
	width: 100%;
	color: #000000;
	border-color: #444444;
}

.even
{
	background-color: #EEE596;
	border-top: 1px solid #ccc;
}

.odd
{
	background-color: #FFF6A7;
	border-top: 1px solid #ddd;
}

input,
select,
textarea,
.loginmenu
{
	border: 1px solid #AAAAAA;
}

.loginmenu
{
	width:140px;
	font-size:8pt;
	margin: 3px 0px 0px 3px;
}

.button
{
	font-size:8pt;
	margin: 4px 0px 3px 3px;
	border:1px solid #224162;
}

input:focus, select:focus, textarea:focus
{
	border: 1px solid #444444;
}

div.coderahmen
{
	width:100%;
	border:1px solid #000;
}

div.codehead
{
	width:100%;
	border-bottom:1px solid #000;
	background-color: #CCCCCC;
	color: #000000;
}

div.codebody
{
	background-color: #EEEEEE;
	color: #000000;
}


