/* Definition der generellen Abstände der HTML-Seite */
body {
	background-color:#FFFFFF;
	color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:10pt;
	font-family:arial,sans-serif;
}

/* Generelle Fontgrösse und -typ */
p {
	font-size:10pt;
	font-family:arial,sans-serif;
}

.normal {
	font-weight:normal;
	font-size:10pt;
	font-family:arial,sans-serif;
}

.klein {
	font-weight:normal;
	font-size:8pt;
	font-family:arial,sans-serif;
}

.table {
	margin:2px;
	width:200px;
}

.tabletitle {
	font-weight:bold;
	font-size:10pt;
	font-family:arial,sans-serif;
	margin:2px;
	background-color:#DDDDDD;
}

.tabletext {
	font-weight:normal;
	font-size:8pt;
	font-family:arial,sans-serif;
	margin:2px;
	background-color:#EEEEEE;
}

h1 {
	font-size:12pt;
	font-family:arial,sans-serif;
	font-weight:bold;
}

.h2 {
	font-weight:bold;
	font-size:10pt;
	font-family:arial,sans-serif;
}

.h3 {
	font-size:9pt;
	font-family:arial,sans-serif;
	font-weight:bold;
}

a:link {
	color:#000080;
	text-decoration:none
}

a:visited {
	color:#000080;
	text-decoration:none
}

a:hover {
	font-weight:bold;
	color:#800000;
	text-decoration:none
}

a:active {
	color:#000080;
	text-decoration:underline
}

a:focus {
	font-weight:bold;
	color:#800000;
	text-decoration:underline
}

.auswahl	{
	width:200px;
}

.button	{
	height:20px;
}

select, .auswahl, input	{
	font-size:10pt;
	background-color:#f9f9f9;
}

