/*** Angaben fuer die HTML-Seite ***/
BODY {
	background-color:#004080;
	font-family:Times New Roman;
	font-size:12px;
	font-color:#ffffff;
}

TD {
	background-color:#ffff00;
	font-family:Times New Roman;
	font-color:#000000;
	font-size:11px;
	/*border: 1px solid #C8D6D6;*/
    	/*-moz-border-radius: 10px;*/
}

a:link 	  { font-family:Times New Roman; font-size:12px; color:#000000; text-decoration:none; }
a:visited { font-family:Times New Roman; font-size:12px; color:#000000; text-decoration:none; }
a:hover   { font-family:Times New Roman; font-size:12px; color:#000000; text-decoration:underline; }
a:active  { font-family:Times New Roman; font-size:12px; color:#000000; text-decoration:underline; }

#resulttable {
	background-color:#ffff00;
	border: 1px solid #000000;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#navitable {
	background-color:#ffff00;
	border: 1px solid #000000;
	-moz-border-radius: 10px;
	table-layout:fixed;
	min-height:1000px;
}

#logintable {
	background-color:#ffff00;
	border: 1px solid #000000;
	-moz-border-radius: 10px;
}

#infotable {
	background-color:#ffff00;
	border: 1px solid #000000;
	-moz-border-radius: 6px;
}

#navibuttons {
	background-color:#ffff00;
	border: 1px solid #000000;
	-moz-border-radius: 6px;
}

h1,h2,h3,h4 {
    font-color:#ffff00;
}

#inventorytable {
    border-width:1px;
    border-style:solid;
    border-color:black;
    padding:0;
    text-align:justify;
}
