/* verein */
body {
	background-color: #c2e3f5;
	text-align: center;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top {
	width: 950px;
	height: 20px;
	background-image: url(../images/top_verein.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#middle {
	width: 950px;
	min-height: 400px;
	background-image: url(../images/middle_verein.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}

#bottom {
	width: 950px;
	height: 30px;
	background-image: url(../images/bottom_verein.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

#submenu a{
	text-align: left;
	margin-left: 60px;
	color: #006699;
}


P.bodytext A { 
	font-weight: bold;
	color: #006699;
 }
