*{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin:0px;
	border:0px;
	padding:0px;
}
body{
	background-color:#000000;
	text-align:center;
}
table{
	border-collapse:collapse;
	margin:3px;
}
li{
	margin-left:25px;
}
th{
	background-color:#2a2a2a;
}
td{
	background-color:#505050;
}

td,th	{
	border:1px solid black;
	padding:2px;
	vertical-align:top;
	text-align:left;
}

div#bgpage{
	margin:auto;
	width:990px;
}
div#page{
	background-color:#1d1d1b;
	float:left;
	width:800px;
	text-align:left;
	margin-right:10px;
	-moz-border-radius-topright:30px;
	-moz-border-radius-bottomright:30px;
	-moz-border-radius-bottomleft:30px;
}

	div#page div#content{
		width:640px;
		float:right;
		margin-left:5px;
	}

	h1#mafiaheader {
		margin:auto;
		margin-bottom:0;
		width:990px;
		text-align:left;
		z-index:2;
		position:relative;


	}
		h1#mafiaheader a {
			display:block;
			width:300px;
			height:85px;
			background-image:url('./bilder/menu_logo.jpg');
			background-repeat: no-repeat;
			background-position: left top ;
		}

			h1#mafiaheader a span {
				display:none;
				}

label{
	float:left;
	width:170px;
	text-align:right;
	margin-right:5px;
	clear:both;
}


input, select, textarea, option{
	margin:1px;
	padding:1px;
	border:1px solid black;
	color:#000000;
	}

a:link, a:visited, a:active	{
	color: #8da2af;
	text-decoration:underline;
}
a:hover{
	color:#346e84;
	text-decoration:underline;
}

div#menu {
	float:left;
	width:130px;


}
div#menu #extra{
	margin:5px;
	color:#8a0c0c;
}

div#menu #menuliste{
	padding:5px;
	width: 130px;
	margin:5px;
}



	div#menu #menuliste li{
		list-style-type: none;
	}
		div#menu #menuliste li li{
			margin-left: 15px;
		}

#newhead{
	text-align:right;
	background-color:#1d1d1b;
	border-bottom:1px solid black;
	padding:2px;
}
#newhead label{
	float:none;
	width:170px;
	text-align:right;
	margin-left:5px;
	clear:both;
