@import url("layout.css");

/* ******  body  ****** */

html, body {
/* background-color:#FFDDDD;*/
}

html, body, h3, h4, div, p, ul, li {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:10pt;
	line-height: 150%;
}

h2 {
font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:12pt;
	line-height: 150%;
}

table, input {
font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:9pt;
	line-height: 100%;
}

input {
	cursor:hand;
}

.Auswahl {
/*	background-color:#DDFFFF; */
	width:100%;
}

.Knopf {
	cursor:hand;
}

/* ****** link ****** */

a:link { font-weight:bold; font-style:normal; color:#000000; text-decoration:none }
a:visited { font-weight:bold; font-style:normal; color:#000000; text-decoration:none }
a:hover { font-weight:bold; font-style:normal; color:green; text-decoration:underline }
a:active { font-weight:bold; font-style:normal; color:green; text-decoration:underline }
a:focus { font-weight:bold; font-style:normal; color:#000000; text-decoration:underline }

