/* CSS Document */
h1,h2,h3,h4,p,ul,ol,li,div,td,th,tr,address,blockquote,nobr,b,i,body {
 font-family: Helvetica; font-size:12px}
h1 { font-size:20pt; }
h2 { font-size:16pt; }
h3 { font-size:14pt; }

a {
  text-decoration  : none;
  font-weight      : bold;
  margin           : 0px;
  padding          : 10px;
  font-size        : 12px;
  
}
a:link {
  padding          : 0px 0px 0px 0px;
  font-size        : 12px;
  font-weight      : bold;
/*width            : 168px;*/
    
}
a:link, a:visited {
  
  text-decoration  : none;
  font-size        : 12px;
  font-weight      : bold;
  padding          : 2px 0px 2px 0px;
  color            : #333333;
/*width            : 168px;*/
  
}
a:hover {
  font-size        : 12px;
  font-weight      : bold;
  text-decoration  : none;
  color            : #2284cc  
}

body {
	background-color: #FFFFFF;
	background-image: url(images/navibg.png);
	background-position: 0px 150px;
	background-repeat: no-repeat;
	color: #000000;
	margin: 0;
	padding: 0;
}

#banner {
	height: 150px;
	margin-left: 0px;
	margin-top: 0px;
	background: url(http://home.arcor.de/Joerg.Haeger/FFF-Detmold/banner.jpg) no-repeat top left;
	background-color: #FFFFFF;
	padding: 0px;
}

#main {
	position: absolute;
	left: 150px;
	top: 150px;
	background-color: #FFFFFF;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
}

#navi {
	float: left;
	width: 150px;
	height: 0px;
	padding: 10px;
}

.whiteText {
	background-color: #FFFFFF;
	color: #FFFFFF;
}
