
/* ========================================================================== */
/* Grundelemente */ 
/* ========================================================================== */

body {
	background-color: black; 
	margin: 0px; 
	padding: 0px; 
}

body, table, a {
	font-family: Tahoma, sans-serif;
	font-size: 12px; 
	color: white;
}

a {
	text-decoration: none; 
	cursor: pointer; 
}

th {
	text-align: left; 
}

td.number {
	text-align: right; 
}

td.actions {
	white-space: nowrap;
}

td.expand {
	width: 100%;
}

td.center {
	text-align: center; 
}

table.list > tbody > tr:hover > td {
	background-color: #F0F0F0; 
}

table.list > tbody > tr.nohover:hover > td {
	background-color: inherit; 
}

img {
	border: none; 
}

form > table th {
	vertical-align: top; 
	padding-top: 4px; 
} 

form > table td {
	vertical-align: top; 
}

#Frame {
	position: absolute; 
	left: 50%; 
	top: 50%;
	width: 880px; 
	height: 450px; 
	margin-left: -440px; 
	margin-top: -205px; 
	border: 1px solid #aca6b0;
	background-color: #191919; 
}

#Logo {
	position: absolute; 
	left: 20px; 
	top: -70px; 
	width: 117px; 
	height: 42px; 
	background-image: url("images/logo.jpg"); 
}

#ContentLeft {
	position: absolute; 
	left: 0px;
	top: 0px; 
	width: 167px; 
	bottom: 0px; 
	background-color: #160635;
	border-right: 1px solid #393742; 
}

#Content {
	position: absolute; 
	left: 168px; 
	top: 0px; 
	right: 0px; 
	bottom: 0px; 
	overflow-x: hidden; 
	overflow-y: auto; 
}

#MainMenu {
	position: absolute; 
	left: 200px; 
	top: 460px; 
	width: 900px;
}

#MainMenu .entry {
	float: left; 
	margin-right: 47px; 
	font-weight: bold; 
}



