/*	Farben:
	dunkelgrau - Text, Navigationsbegrenzung und Headerhintergrund: 39515A
	hellgrau (Hintergrund) - E7E7E7
	hellgrau (Begrenzung) - DEDEDE
	orange - F78221
	blau - Hintergrund Frizlen-Logo: 00009C
*/
a:link, a:visited {
	text-decoration:none;
	color:#1D2876;
}

a:hover, a:active {
	text-decoration:underline;
	color:#1D2876;
}

html {
	margin:0;
	padding:0;
	overflow-x:auto;
	overflow-y:auto;
}

body {
	background-color: #FFFFFF;

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	
	width: 100%;
	
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	color: #000;	
}

div.topcontainer {
	z-index:1;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 85px;/*110px*/
	background: #00009C;
	border:0px;
	padding: 0px;
	margin: 0px;	
}

label.SFLabel {
	vertical-align:center;
	color: #39515A;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

div#settings {
	z-index:0;
	position:relative;
	top:20px;
	left:0px;
	width:980px;
	height:22px;
	border:0px;
	padding:0px;
	margin:0px;	
	vertical-align:center;
}

div.selektofix {
	z-index:0;
	position:absolute;
	top: 95px;
	left: 10px;
	width: auto;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}

table {
	border:none;
	padding: 0px;
	margin: 0px;

}

h1 {
	margin-bottom: .75em;
	color: #39515A;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

h2 {
	padding-top: 20px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #39515A;
	font-size: 11px;
	font-weight: bold;
}
