html {
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FCF1DE;
	color: #663333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}
	body a {
		color: #006666;
		text-decoration: none;
	}
	body a:hover {
		text-decoration: underline;
	}
	body img {
		border: none;
	}
	.fett {
		font-weight: bold;
	}
	.kursiv {
		font-style: italic;
	}
	.alert {
		font-weight: bold;
		color: red;
	}
	.center {
		text-align: center;
	}
	#wrapper {
		width: 760px;
		min-height: 100%;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #663333;
		background-image: url(/images/background.gif);
		background-repeat: repeat-y;
	}
		#head {
			width: 760px;
			height: 134px;
			padding-left: 3px;
			padding-top: 1px;
		}
			#logo {
				width: 143px;
				height: 134px;
				float: left;
				background: url(/images/logo.gif);
			}
			#headline {
				width: 614px;
				height: 134px;
				float: left;
			}
				#schrift {
					width: 614px;
					height: 58px;
					background: url(/images/headline.gif);
				}
				#bilder {
					width: 614px;
					height: 77px;
				}
					#bilderLeft {
						width: 506px;
						height: 76px;
						background: url(/images/bilder.gif);
						float: left;
					}
					#bilderRight {
						width: 108px;
						height: 76px;
						float: left;
					}
		#space {
			width: 100%;
			height: 36px;
			background: url(/images/space.gif) right no-repeat;
			clear: both;
		}
		#content {
			width: 100%;
			padding-bottom: 20px;
		}
			#contentLeft {
				width: 121px;
				padding: 0px 10px 0px 14px;
				float: left;
			}
				#menu {
					width: 121px;
				}
					.menuPoint {
						width: 121px;
					}
			#contentCenter {
				width: 399px;
				float: left;
				margin-left: 87px;
				margin-right: 21px;
			}		
				#table {
					font-size: 11px;
					font-weight: bold;
					vertical-align: top;
				}
					#table tr {
						border-spacing: 15px;
					}
				.Vereine {
					list-style-type: none; 
					padding: 0px;
					margin: 0px;
				}
					.Vereine li {
						margin-bottom: 7px;
					}
						.Vereine a {
							font-size: 10px;
						}
				.Links {
					list-style-type: none; 
					padding: 0px;
					margin: 0px;
				}
					.Links a {
						font-size: 10px;
					}
				#accordion {
					text-align: center;
				}
					h3.toggler {
						cursor: pointer;
						margin: 5px 0px;
						padding: 0px;
						color: #006666;
						font-size: 14px;
						margin-top: 10px;
					}
					.element {
					}
						.element p {
							margin: 5px 0px 0px 10px;
							padding-bottom: 8px;
						}
			#contentRight {
				width: 108px;
				float: left;
			}
				#contentRightTop {
					width: 108px;
					height: 212px;
					background: url(/images/contentRightTop.gif);
				}
				#contentRightMiddle {
					width: 108px;
					height: 68px;
					background: url(/images/contentRightMiddle.gif);
				}
				#contentRightBottom {
					width: 93px;
					font-weight: bold;
					font-size: 10px;
					text-align: right;
					padding-right: 15px;
				}
					#contentRightBottom a {
						color: #006666;
					}	
