@charset "utf-8";
/* CSS Document */


#page {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF url(imgs/back.png) repeat-y;
}

#haenslPage {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF url(imgs/back_haensel.png) repeat-y;
}

#top {
	width: 100%;
	height: 166px;
	margin: 0;
}

#top a img{
	border : 0 none;
}

/* Menu */

#menu {
	padding: 24px;
	width: 24%;
    float:left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#menu a {
	display:block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
    font-family: "Calisto MT";
	padding: 10px 0px;
	background-color: #A8A8A8;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #E1E1E1;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
}

#menu a:active {
	background-color: #E1E1E1;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #C30;
}

#content {
	margin-top:25px;
	margin-left: 30%;
	margin-bottom:25px;
	padding-right: 25px;
	padding-bottom: 25px;
}

#text {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-left:20px;
	padding-top:10px;
	padding-right: 20px;
	background: url(imgs/textbg.png);
}

#text h1{
	color:#033;
	font-family:"Calisto MT";
	border-bottom: 2px #BDBDBB dotted;
}

#text p{
	font-family:"Calisto MT";
	text-align: justify;
	line-height: 1.5;
}

#text ul li{
	font-family:"Calisto MT";
	text-align: left;
	line-height: 1.5;
	margin-bottom: 10px;
}

#footer {
	width: 800px;
	background-color: #CCC;
	text-align: center;
	color: #000;
	height:20px;
	margin: 0;
}
