#wrapper {
	background-color:#FFF;
	background-image: none;
}

#main {
	margin:0px;
	margin-left:480px;
	margin-right:0px;
	padding:20px;
}

#left {
	width:440px;
	margin:0px;
	padding:20px;
}


#footer ul {
	width:220px;
}


.box {
	background-color:#F8F9FA;
	color: #666;
	margin:0px;
	padding:15px;
	min-height:180px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow: 2px 2px 8px #999;
	-webkit-box-shadow: 2px 2px 8px #999;
	box-shadow: 2px 2px 8px #999;
	background-image: url(/include/images/layout/startseite/bg_mentor.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.box.hsf {
	background-image: url(/include/images/layout/startseite/bg_hsf.gif);
}

.box p {
	margin:0px;
}
.box a {
	text-decoration:none;
}

.box h1 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom:25px;
	color:#FFF;
}

