body { margin: 0px; padding: 0px;
	background:url(../img/background.png);
}

#maincontainer {
	margin: 0px auto;
	width: 970px;
	height: 575px;
}

#header {
	width: 970px;
	height: 150px;
}

#logo {
	float: left;
	width: 300px;
	height: 150px;
}

#flash {
	float: left;
	width: 670px;
	height: 150px;
}

#linie {
	width: 970px;
	height: 20px;
	background-color: #b9b9b9;
	margin-bottom: 30px;
}

#content {
	width: 970px;
	height: 325px;
}

#bild {
	float: left;
	width: 295px;
	height: 325px;
	margin-right: 5px;
}

#bild p {
	margin-top: 0;
}

#bzl {
	float: left;
	width: 165px;
	height: 105px;
	margin-right: 5px;
	background: #edeff1;
	background:url(../img/bzl.png);
	padding-top: 220px;
}
#bzl:hover { background:url(../img/bzl_over.png); }
#bzl a { color: #666666; display: block; text-decoration: none; font-weight: bold; padding: 0px 0 0 4px; }


#gymo {
	float: left;
	width: 162px;
	height: 105px;
	margin-right: 5px;
	background: #edeff1;
	background:url(../img/gymo.png);
	padding-top: 220px;
}
#gymo:hover { background:url(../img/gymo_over.png); }
#gymo a { color: #be0033; display: block; text-decoration: none; font-weight: bold; padding: 0px 0 0 4px;}

#bfs {
	float: left;
	width: 162px;
	height: 105px;
	margin-right: 5px;
	background: #edeff1;
	background:url(../img/bfs.png);
	padding-top: 220px;
}
#bfs:hover { background:url(../img/bfs_over.png); }

#bfs a { color: #819cca; display: block; text-decoration: none; font-weight: bold; padding: 0px 0 0 4px; }

#kbs {
	float: left;
	width: 166px;
	height: 105px;
	background: #edeff1;
	background:url(../img/kbs.png); 
	padding-top: 220px;
}
#kbs:hover { background:url(../img/kbs_over.png); }
#kbs a { color: #ff7c00; display: block; text-decoration: none; font-weight: bold; padding: 0px 0 0 4px; }

div {
	font-family: Arial;
	font-size: 11px;
	color: #000;
}

#footer { width: 670px; height: 22px; margin-top: 15px;padding: 8px 0px 0px 300px; background-color: #e8ecef; color: #899cab; }
#footer a { text-decoration: none; color: #899cab; }






