body {
	background: white;
	color: black;
	font-size: 14pt;
	font-family: verdana, arial, sans-serif;
	float: none;
}

table {
font-size: 14pt;
}

#start {
display: none;
}

#mitglieder {
display: none;
}

#kontakt {
display: none;
}

#kasten {
display: none;
}

#kastenblau {/*Änderung von Birgit*/
	position: relative;
	left: auto;
	top: auto;
	width: 250px;
	background-color: white;
	border-style: solid;
	border-width: 2px;
	border-color: #6666CC;
	font-size: 100%;
}

#kastengelb {/*Änderung von Birgit*/
	position: relative;
	left: auto;
	top: auto;
	width: 250px;
	background-color: white;
	border-style: solid;
	border-width: 2px;
	border-color: #6666CC;
	font-size: 100%;
}

#drucken {
display: none;
}

/*überschriften*/
h1 {
color: #000000;
font-family: verdana, arial, sans-serif;
font-size: 120%;
text-decoration: none;
}


h2 {
color: #000000;
font-family: verdana, arial, sans-serif;
font-size: 110%;
text-decoration: none;
}


h3 {
color: #000000;
font-family: verdana, arial, sans-serif;
font-size: 100%;
text-decoration: none;
}


h4 {
color: #000000;
font-family: verdana, arial, sans-serif;
font-size: 90%;
text-decoration: none;
}


h5 {
color: #000000;
font-family: verdana, arial, sans-serif;
font-size: 85%;
text-decoration: none;
}


h6 {
color: #000000;
font-family: verdana, arial, sans-serif;
font-size: 80%;
text-decoration: none;
}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3,h4,h5,h6 { 
page-break-after: avoid; 
}



ul, ol {
list-style: square; margin-left: 18pt;
}

a:link, a:visited {
background: transparent;
color: #000;
font-weight: bold;
text-decoration: underline;
}

#mitte {
position: relative;/*Änderung von Birgit*/
left:0px; 
top:0px; 
width:850px;
background-color:#FFFFFF; 
border-style:solid;
border-width:4px;
border-color:#6666CC;
font-size:14pt;
float:none;
}



