@import url("layout.css");

/* ******  body  ****** */

html, body {
background-color: #EEEEEE;
color: #000000;
}

html, body, h2, h3, h4, div, p, ul, li, table, input, textarea {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:9pt;
	line-height: 130%;
}

body {text-align: center;
}

h1 {
	font-size:9pt;
	font-weight:bold;
	line-height: 130%;
}

hr { 
	border:solid #00C8FF 1px;
	border-collapse:collapse;
}        

ul {
         list-style-type:square; 
         line-height: 130%;
}

marquee {
	color: red;
	}


tr {
	vertical-align:top;
}

/* ****** link ****** */

a:link { font-weight:normal; font-style:normal; color:#000000; text-decoration:none }
a:visited { font-weight:normal; font-style:normal; color:#000000; text-decoration:none }
a:hover { font-weight:bold; font-style:normal; color:#000000; text-decoration:none }
a:active { font-weight:normal; font-style:normal; color:#000000; text-decoration:underline }
a:focus { font-weight:normal; font-style:normal; color:#000000; text-decoration:underline }

.Auswahl {
/*	background-color:#00C8FF; */
	width:100%;
	font-family: "Courier New", "Courier", monospace; 
	font-size:8pt;
/*	color: #00C8FF;*/
}

.Fusszeiletabelle, .kleinblau, alt, abbr {
	font-size:8pt;
	color: #00C8FF;
	}

.Kopfzeile {
	font-size:8pt;
	color: #00C8FF;
	}
