table {
	border: 0px solid #AAAAAA;
	color: #000000;
	background: #AAAAFF;
	font-size:12px;
	font-family:sans-serif;	
	border-radius: 5px;
}

table.main {
	box-shadow: 0 0 10px #9999ee;	
}

table.uebersicht{
	border:0px solid #AAAAAA;
	width:100%;
}

table.eingabe{
	border:0px solid #AAAAAA;
	width:75%;
}

table.login{
	border:0px solid #AAAAAA;
	width:50%;
}

table.uebersicht tr.row0{
	background: #A0A0FF;
}

table.uebersicht tr.row1{
	background: #9595FF;
}

td {
	vertical-align:top;	
}

td.center{
	white-space:nowrap;
	text-align:center;
}

th{
	white-space:nowrap;
	vertical-align:top;
	border: 1px solid #AAAAAA;	
	background: #8888EE;
	padding: 3px;
}

table.uebersicht th{
    text-align: center;   
}

table.eingabe th, table.login th{
	width:30%;
	text-align: left;
}

table.eingabe td, table.login td{
    width: 70%;   
}

input,textarea,select {
	background: #9999FF;
	color: #000000;	
	font-size:12px;
	font-family:sans-serif;
	width: 100%;
}

h4 {
	text-align:center;	
}

hr{
 	color: #AAAAAA;	
 	height:1px;
}

a { color: #000000; text-decoration: underline;  }
a.plain { color: #000000; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: none; }
img { border:0px }
.logo {
	font-size: 16px;
	font-weight: bold;
	color: #333366;
	margin-bottom: 25px;
	text-shadow: 0px 0px 5px #ffffff;
}

body {
	margin: 8px;
}