/* --- Grundeinstellungen --- */
* {
	/*
	margin: 0;
	padding: 0;
	border: 0 solid; wirkt sich auch auf Formularelemente aus
	*/
}
body {
	/* font-size: 80%; wirkt sich nicht auf Tabellen aus */
	margin-left: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 150%;
}
p, ul, ol, label {
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0;	
}
h1 {
	font-size: 140%; 
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;		
	/*font-family: Times New Roman, Georgia, serif;	color: #CCCCFF;*/
}	
h2, h3, h4 {
	font-size: 100%;  
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;	
}
table {
	/* font-size: 10pt;*/ 
}
b, strong {
	font-width: bold;
}


/* --- dyn. Navigation --- */
#navigation li {
	list-style: none;
	/* display: block; */
}
/* --- Links --- */
a {
	text-decoration : underline; 
}
a:hover, a:focus {
	text-decoration : none;
} 

/* --- Specials --- */
abbr, acronym, .hilfe {
	cursor: help;
	border-bottom: 1px dotted #999;
}
dfn, .ignore, .hier{
	display: none;
}
.hide {
    position: absolute;
    left: -1000em;
    width: 500em;
    line-height: 0px;
}
.clearer, .umbruch {
    height: 0px;
    clear: left;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}















