body, p, td, ul, input, textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 130%;
	list-style-position : outside;
	list-style-image:url(images/???.gif);
}

th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0B4599;
	font-size: 14px;
	font-weight: bold;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0B4599;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: +30px;
	margin-bottom: +30px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0B4599;
	font-size: 13px;
	font-weight: bold;
}

.blue {
	color: #0B4599;
	font-weight: bold;
}
	
.ital {
	font-style:italic;
}

.tabelle td {
	border-left:1px solid black;
	border-bottom:1px solid black;
	padding:2px;
}	

.tabelle th {
	border-left:1px solid black;
	border-bottom:1px solid black;
	padding:2px;
}	

.tabelle {
border-top:1px solid black;
border-right:1px solid black;
} 

.pseudolink {
	text-decoration: none;
	text-decoration: underline;
	font-weight: bold;
	color: #808080;
}

a {
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #808080;
}
a:visited { 
	color: #808080;
}
a:hover {
	color: #505050;
}
a:active { 
	color: #505050;
}

div#popup a span {
	display: none;
}

div#popup a:hover span {
	display: inline;
   	position: relative;
   	color: #FF0000; background: #FFFFFF;
   	font: 12px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
