/*
**  Dateiversion: 13.06.2008  
**  Datei       : gflid-basic.css
**  Funktion    : Basic-Stylesheet
*/


/* B A S I C S */
* {margin: 0; padding: 0;}
/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 
** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Höhe des Browserfensters. */
html { height: 100% } 
body {
	background: #ebe9f4;
	color: #000;
	font: 80% Arial, Helvetica, sans-serif;
	min-height: 101%;
	height: 100%;		
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 7px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #5d5b9f;
	margin-bottom: 14px;
}
p {
	background: transparent;
	font-size: 11px;
	line-height: 14px;
}
ul {
	background: transparent;
	list-style: none;
	font-size: 11px;
	line-height: 14px;
}
ul li {
	line-height: 14px;
}
ol {
	background: transparent;
	margin: 0 0 10px 20px;
}
ol li {
	line-height: 14px;
}
img {
	border: 0;
}
.bildLinks {
	float: left;
	margin: 0 26px 0 0;
}
a {
	background: inherit;
	color: #5d5b9f;
	font-size: 11px;
	line-height: 14px;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}
/* Invisible */
.invisible {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
/* clearen */
.clear {	
	clear: both; 
	height: 0;
	font-size: 0;
}