/* Gegen das "Zucken" in Firefox bei vertikalem Scrollbar  */
html {
    height:100%;
    padding-bottom:0.01em;
}

body {
	margin: 0px;
    	padding-left: 16px;   
	background-image:url(../img/hintergrund1b.jpg); 
	font-family: Arial,sans-serif;	
}

body#kopf {
	margin: 0px;
   	padding: 0px;
	background-image:url(../img/hintergrund1a.jpg); 
	font-family: Arial,sans-serif;	
}

div#wrapper {
	margin-left:auto;
	margin-right:auto;
	
	width: 900px;
	background-color: rgb(149,171,194);
}


div#contentbox {
	font-size: 11pt;
	color: rgb(0,0,0);
	margin-left: 15px;
}

div#line {
	height: 3;
	font-size: 2pt;
	color: rgb(0,114,188);
	background-color: rgb(0,114,188);
}

div#navigation {
	height: 20px;
	padding-top: 1px;
	width: 900px;
	white-space: nowrap;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(0,114,188);
	background-image:url(../img/hintergrund1.jpg);
	text-indent: 70px;
}


.naviref {
	padding-right: 45px;
	
}

.navirefsml {
	font-size: 8pt;
	font-weight: bold;
}

a {
	text-dekoration: none;
	color: rgb(0,114,188);
}

a:visited {
	color: rgb(0,114,188);
}

a:active {
	color: rgb(0,114,188);
}

h2 {
	color: rgb(0,114,188);
	font-size: 14pt;
}