body { color: black; background-color: #ddd; text-align: center; }

p {font-family: arial; font-size: 10px;}
a:link { font-family: arial; color: black;}
a:visited { font-family: arial; color: black;}
a:hover  { font-family: arial; text-decoration: none;}
table { font-family: arial; font-size: 12px; }


table.framework { width: 800px; margin: 0px auto; }
td.head { background-color: #36454c; width: 800px; height: 100px; text-align: left; vertical-align: top; }
td.content { 
	background-color: white; 
	width: 600px;
	height: 500px; 
	padding: 10px 5px 10px 5px;
	text-align: left;
	vertical-align: top;
}
td.side { background-color: white; width: 190px; height: 500px; vertical-align: top; text-align: left; padding: 5px;}
td.bottom { background-color: #36454c; width: 800px; height: 15px; font-size: 10px; color: white;}
td.spacer {height: 2px; }


/* navigation */
div.header { height: 80px; display: block; color: white; font-family: arial; font-size: 18px; margin-left: 10px; margin-top: 10px;}
div.nav  { height: 20px; }

td.head div.nav a, td.head div.nav a:visited {
	border-top: 1px solid #ddd; 
	border-right: 1px solid #ddd;  
	color: white;
	padding: 6px 6px 6px 6px;
	font-size: 12px;
	text-decoration: none;
}

td.head a:hover { background-color: #5a5a5a; }
td.head div.nav a.selected { background-color: #5a5a5a; }

td.content h1 { 
	margin: 0px; padding: 0px; 
	font-size: 14px; 
	color: #36454c;
	font-family: arial;
}

td.content p { 
	margin: 0px; padding: 0px; 
	font-size: 12px; 
	color: black;
	font-family: arial;
}

table.suche {
	width: 500px;
	border: 1px solid black;
	padding: 5px;
}

table.ergebnisliste {
	width: 500px;
	border: 1px solid black;
}

table.ergebnisliste th {
 background-color: #cbcbcb; 
 font-weight: bold;
 text-align: left;
 padding: 1px 4px;
}
table.ergebnisliste th.kw { width: 300px; }
table.ergebnisliste th.hfg { width: 100px; }


table.ergebnisliste tr.even {
	background-color: #ebebeb;
}

table.ergebnisliste tr.odd {
	background-color: #f8f8f8;
}

td.side h1 {
	background-color: #36454c;
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	color: white;
	padding: 2px;
	margin: 0px 0px 0px 0px;
}

td.side p {
	padding: 0px; margin: 0px;
	background-color: #f4f4f4;
}

td.bottom a { color: white; }