

#page {
}

#main {
	position: absolute;
	top: 32px;
	bottom: 110px;
	left: 335px;
	width: 420px;
	/*height: 90%;*/
	padding-right: 32px;
	line-height: 22px;
	overflow-y: auto;
	border: 0px dashed #aaa;
	padding-bottom: 40px;
}

#nav {
	font-size: 25px;
	line-height: 25px;
	position: absolute;
	width: 180px;
	height: 200px;
	top: 34px;
	left: 87px;
	padding: 0px;
	border: 0px dotted #93B7D5;
}

#sonderbox {
	position: absolute;
	top: 297px;
	left: 100px;
	width: 150px;
	cursor: pointer;
}

#footer {
	position: absolute;
	left: 335px;
	bottom: 0px;
	height: 100px;
	right: 0px;
	width: 800px;
	background-color: #fff;
	border: 0px dotted #aaa;
}

#header {
	position: absolute;
	left: 32px;
	top: 32px;
}

#errors {
	font-family: verdana;
	font-size: 12px;
	position: fixed;
	left: 32px;
	right: 32px;
	bottom: 32px;
	color: #333;
	background-color: #ff9900;
	padding: 8px;
	opacity: .8;
	z-index: 1000;
}

#errors a, #errors p {
	font-family: verdana;
	font-size: 10px;
}

#errors a {
	font-weight: bold;
}

#errors p + p {
	margin-top: 2px;
}
