body{
	background-color: #416D93;
	color: #666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 70%;
	margin: 0 auto;
	text-align: center;
}

img{
	border: 1px solid #999;
}

#page{
	width: 800px;
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	margin-top: 50px;
}

/******************************************
 * Begin menu
 ******************************************/
#menu{
	float: left;
	width: 170px;
	padding-left: 30px;
	padding-top: 30px;
	text-align: left;
}

#menu .item {
	display: block;
	text-decoration: none;
	color: #0E3F68;
	width: 100px;
}
#menu .item:hover {
	background: none;
	color: #3F3F3F;
	text-decoration: underline;
}

#menu A:hover .arrow {
	background-image: url('bilder/arrow.gif');
}

#menu A .arrow {
	background-image: none;
	background-repeat: no-repeat;
}

#menu .arrow {
	margin-top: 1px;
	width: 12px;
	height: 12px;
	float: left;
}

/******************************************
 * Begin main-content
 ******************************************/

#title {
	text-align: center;
}

#title img{
	margin: 15px;
}

#main{
	float: left;
	width: 580px;
	margin: 10px;
}

.header{
	display: block;
	color: #0E3F68;
	font-size: 200%;
	margin-bottom: 10px;
}

#content{
	text-align: justify;
}

#footer{
	clear: both;
	background-color: #999;
	border-top: 1px solid #000;
}
