body 
{
	font-family : Verdana, Arial;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

#ContentHeader 
{
	height: 180px;
	width : 1005px;
	margin-left: 10px;
	margin-bottom : 10px;
}

#ContentFooter 
{
	height: 50px;
	margin: 10px;
	width : 1005px;
	background-color: #ff0;
}

#ContentMenu 
{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 160px;
	height: 900px;	
	border: 1px solid black;
}

#ContentMiddle 
{
	position: relative;
	width: 1005px;
}

#ContentMain 
{
	margin: 0px 180px;
	width : 663px;
	height: 900px;
	border: 1px solid black;
	z-index: 100;
}

#ContentTermine 
{
	position: absolute;
	top: 0px;
	left: 853px;
	width: 160px;
	height: 900px;
	border: 1px solid black;
}

.InnerContentBox
{
	border: 1px solid black;
	
}

.VereinBox 
{
	position : absolute;
	padding: 1em;
	visibility: hidden;
	z-index: 999;
	width: 400px;
	height : auto;
}

#VereinBoxText
{
	padding-left : 0.5em;
	padding-right : 0.5em;
	font-family : Verdana, Arial;
	font-size  : 13px;
}
.VereinBoxFooter
{
	font-family : Verdana, Arial;
	font-size : 11px;
	color : red;
	text-align : center;
}

.Vereinsbaum
{
	position: absolute;
	left : 280px;
	top: 1px;
}

.VereinsbaumHinweis
{
	position: absolute;
	float:left;
	left: 185px;
	top: 10px;
	font-size : 15px;
	font-style : italic;
	z-index : 200;
}

.Termine
{
	position: relative;
	top: 5px;
	left : 5px;
	font-size : 14px;
}

.Kontakt
{
	position: relative;
	top: 5px;
	left : 5px;
	font-size : 14px;
}

#NaviBox
{
	position : relative;
	margin: 3px;
	border-color : black;
	border: 0.5px solid black;
	text-align: center;
}

#NaviBox:HOVER
{
	background-color : #51B227;
}

.ImpBold
{
	font-size : 12px;
}

.ImpText
{
	font-size : 11px;
}

.LeftLink
{
	font-size : 10px;
}

.NaviBoxLink
{
	text-decoration : none;
	color : black;
}
.NaviBoxLink:VISITED
{
	text-decoration : none;
	color : black;
}
.NaviBoxLink:HOVER
{
	text-decoration : none;
	color : silver;
	font-weight: bold;
}

