body {
 	background-image:url(/images/bg.jpg);
 	font-family:Arial;
	margin:0px;
	text-align: center;
	color:#444;
	font-size:14px;
 }

.master {
	margin:0px auto;
	text-align:left;
	vertical-align:middle;
	width:450px;
}
 
 .kind {
 	position:relative;
 	top:10px;
 	left:180px;
 	width:412px;
 	z-index:10;
 }


#logo {
	padding:10px;
	background-color:#FFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding-left:48px;
	padding-right:48px;
	margin-bottom:30px;
}
a.arrow_up {
	display:inline-block;
	width:50px;
	height:29px;
	background-image:url(/images/arrow_up.png);
	background-repeat:no-repeat;
	margin-bottom:-10px;
}
a.arrow_down {
	display:inline-block;
	width:50px;
	height:29px;
	background-image:url(/images/arrow_down.png);
	background-repeat:no-repeat;
}
a.arrow_up:hover {
	background-image:url(/images/arrow_up_hover.png);
}
a.arrow_down:hover {
	background-image:url(/images/arrow_down_hover.png);
}

.cont {
	position:absolute;
	top:5px;
	left:368px;
	text-align:center;
}

.content {
	position:relative;
	top:0px;
	width:450px;
 	background-color:#FFFFFF;
	text-align:center;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	z-index:11;
	padding:30px;
}

.nav {
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	width:340px;
	height:409px;
	background-color:#cee3f1;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	padding:6px;
	padding-top:15px;
	text-align:center;
}

.hidden {
	display:none;
}

.navblock {
	display:block;
	height:260px;
}

.navitem {
	display:block;
	float:left;
	margin:5px;
	margin-right:10px;
	padding:4px;
	background-color:#FFF;
	border:none;
}

/*
	blau	0071bc
	grün	8cc63f
*/

.navitem:hover {
	background-color:#0071bc;
}

.green_bg {
	background-color:#8cc63f;
}
.blue_bg {
	background-color:#0071bc;
}

