/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #EADBD4;
}

a {
	outline: none;
}

#page {
	position: absolute;
	width: 100%;
	height: 580px;
	top: 50%;
	background-image: url(../images/bg-mitte.gif);
	margin-top: -290px;
}

#content {
	width: 1000px;
	height: 300px;
	padding: 0;
	background-color: #FFFFFF;
}

#contentcontainer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#subnavi2but {
	position: absolute;
	width:84px;
	height:60px;
	z-index:6;
	left: 545px;
	top: 55px;
}

#subnavi3but {
	position:absolute;
	width:65px;
	height:45px;
	z-index:6;
	left: 654px;
	top: 70px;
}

