
/* Schriftart fuer (fast) alle Textelemente */

/* p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,u
     { 
        font-family:Helvetica,Arial,sans-serif;
} */


/* Abstaende zwischen Text und Rand */

body { 
	color:#000000;
	background-color:#e9e9FF;
	margin-top:10px; 
	margin-bottom:10px; 
	margin-left:10px;
	margin-right:10px;
	font-family:Helvetica,Arial,sans-serif;
}

#seite {
	width:100%;
}

#header {
	width:100%;
  float:none;
}
#headerline {
	width:100%;
  float:none;
  clear:left;
	border-bottom: 1px dotted;
	border-color:#0000C0;
}
#navbar {
  position:absolute;
	width:150px;
	float:left;
	text-align:left;
}
#navbar a {
	color: #0000C0;
	text-decoration: none;
	font:80% sans-serif;
	letter-spacing:.1em;
	padding-left:10px;
	}
#navbar a:hover {
	color:#0000FF;
	font-weight:bold;
	}
#navbar .sel {
	font-weight:bold;
	}
#navbar ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}
#navbar li {
	border-bottom: 1px dotted;
	border-color:#0000C0;
	line-height:25px;
	padding-left:0px;
}
#navbar ul ul li{
	border-bottom: none;
	line-height:20px;
	padding-left:10px;
}
#navbar ul ul ul {
	border-bottom: none;
	padding-left:10px;
}

#sidebarl {
	width:150px;
	border-top: 1px dotted;
	border-color:#0000C0;
	float:left;
}

#text {
  margin-left: 175px;
  margin-right: 175px;
  font:12pt sans-serif;
  color: #000000;
}

p.fi_let:first-letter {
        color: #0000FF;
        font-size: 143%;
}

#sidebarr {
	width:150px;
	margin-top:10px; 
	margin-bottom:10px; 
	float:right;
}

#footer {
	width:100%;
	border-top: 1px dotted;
	border-color:#0000C0;
	font-size:10pt; 
	font-weight:normal; 
	float:left;
}

#floatr {
	float:right;
}

#floatm {
	float:middle;
}

#floatl {
	float:left;
}


