body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color : #cccccc;
}
/* div{border:1px solid red;}*/
a:link {
	text-decoration: 	none;
	font-size: 10px;
	color:			#000000;
	font-weight: bold;
}
a:visited {
	text-decoration: 	none;
	font-size: 10px;
	color:			#999999;
	font-weight: bold;
}
a:active {
	text-decoration: 	none;
	font-size: 10px;
	color:			#999999;
	font-weight: bold;
}
a:hover {
	font-size: 10px;
	text-decoration: 	none;
	color:			#999999;
	font-weight: bold;
}

a {outline :none;}

.page{
	border:1px solid #999999;
	width: 776px;
	height: 600px;
	margin: auto;
}
.page.team{
	border:1px solid #999999;
	width: 776px;
	height: 100px;
	margin: auto;
}
.headline{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.topLine{
	width:100%;
	height: 90px;
	margin: 5px;
}
	.topLine.logo{
		width: 15%;
		background-image: url(../img/logo.gif);
		background-repeat: no-repeat;
		float: left;
	}
	.topLine.topImage{
		width: 80%;
		background-image: url(../img/wirkungsfeld.gif);
		background-repeat: no-repeat;
		background-position: right;
		float: right;
		border-bottom: 1px solid #999999;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
	}
.topContent{
	height: 70px;
	padding-top:6px;
	padding-bottom:7px;
}

.middleContent{
	width:100%;
	text-align: center;
}
	.middleContent.Left{
		width: 76px;
		float: left;
	}
	.middleContent.Middel{
		width: 619px;
		float: left;
	}
		.content{
			border: 1px solid #999999;
			width: 96%;
			padding:1%;
			font-size: 12px;
			color: #000000;
			text-align:left;
			margin:auto;
			height:400px;
			overflow:auto;
		}
	.middleContent.Right{
		width: 77px;
		float: right;
	}
.menuButton{
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #ffffff;
	width: 66px;
	height: 66px;
	padding-left: 4px;
	padding-top: 4px;
	text-align:left;
}
.menuButton.Activ{
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #333333;
	color:#ffffff;
}
.button{
	border: 1px solid #999999;
	background-color: #ffffff;
	width: 70px;
	height: 70px;
}
.bottomContent{
	width: 100%;
	height: 62px;
}
.pageImg{
	border:1px solid #999999;
}
.footer{
	width: 776px;
	height: 20px;
	margin: auto;
	text-align: center;
	font-size: 7pt;
	color:#999999;
	font-weight: bold;
}
