body {
	background-color:#75B2F0;
	font-family:Tahoma, Helvetica, Sans-serif;
	margin: 0px;
	padding: 0px;
}
iframe {
	border:none;
}

	#header {
		width:100%;
		height:160px;
		border-bottom:1px solid black;
		position:fixed;
		background-color: #75B2F0;
	}	
	#header-center {
		width:860px;
		height:160px;
		margin: 0px auto 0px auto;
	}
		#header img {
			float:left;
		}
		img.logo {
			float:left;
		}
		#adresse {
			float:left;
			text-align:center;
			font-size:13px;
			margin: 20px 40px 0px 40px;
		}
		#sportarten_tel {
			float:left;
			width:450px;
			float:left;
			height:120px;
			margin-top:10px;
			font-size:13px;
			text-align:center;
		}
		#tel {
			float:left;
			width:450px;
			text-align:center;
		}
	#main {
		width:961px;
		height:auto;
		min-height:200px;
		margin-top: 160px;
		float:left;
	}
		#navi {
			width:200px;
			height:auto;
			border-right:1px solid black;
			float:left;
			position:fixed;
		}
			#navi ul {
				margin:0px;
				padding:0px;
				list-style-type:none;
			}
			#navi li {
				font-size:14px;
				height:20px;
				overflow:hidden;
				border-bottom:1px solid black;
				padding: 0px 0px 0px 10px;
			}
			#navi a {
				color:#000;
				text-decoration:none;
			}
			#navi a:hover {
				color:#fff;
			}
			#navi li.unterpunkt {
				font-size:12px;
				height:17px;
				overflow:hidden;
				border-bottom:1px solid black;
				margin-left:15px;
				padding-left:5px;
			}
			
		#content {
			background-color:#89BCF0;
			width:740px;
			height:auto;
			min-height:500px;
			float:left;
			margin-top:20px;
			margin-left:220px;
			text-align:left;
		}
		#content p {
			margin:10px;
			font-size:14px;
		}
		#content h1 {
			margin:10px;
			font-size:22px;
			font-weight:400;
		}
		#content ul {
			margin:10px;
		}
		p.csc-frame-frame2 {
			background-color:#ffff00;
			color:#ff0000;
			display:inline;
			width:auto;
		}
