body {
	background-color:#DAE2D7;
	color:#333;
}


.gstanzl {
	font-size: 20px;
	color: #880000;
}


div,p,table,span,h3 { color:#333; }
div.header {
	position:absolute;
	top:0px;
	left:0px;
	width:680px;
	height:145px;
	z-index:20;
}
div.menue_spacer {
	float:left;
	width:78px;
	height:19px;
	background-color:#000;
	z-index:20;
}
div.menue { float:left; z-index:20; }

div.teacher { 
	clear:left;
	position:absolute;
	top:27px;
	left:0px;
}
/* div.teacher a img { border: 1px solid black; } */


div.user {
	position:absolute;
	top:145px;
	left:0px;
	width:112px;
	padding:10px;
	z-index:10;
}
div.leftborder {
	position:absolute;
	top:125px;
	left:0px;
	width:132px;
	height:553px;
	z-index:8;
}

div.content {
	position:absolute;
	top:140px;
	left:155px;
	width:500px;
	padding:10px;
	background-image:url(/akademie/2006/klassen/neuwirth/class_images/bg_neuwirth.gif);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: 0px 0px;
	z-index:5;
}

p { margin-bottom:12px; }


div.classTitle {
	position:absolute;
	top:50px;
	left:145px;
}
h1.classTitle, h2.classTitle {
	font-weight:normal;
	font-family: Arial, sans-serif;
	color:#333;
	padding:3px;
	margin:0px;
	line-height:100%;
}
h1.classTitle { font-size:40px; }
h2.classTitle { font-size:18px; }
span.classTitleGrey { color:#AAA; }


a { text-decoration:none; color:#1C00A5; }
a:link { }
a:visited { }
a:hover { color:#630000; }
a:active { }
a:focus { }

a.work { text-decoration:none; color:#1C00A5; }
a.work:link { }
a.work:visited { color:#777; }
a.work:hover { color:#630000; }
a.work:active { }
a.work:focus { }


hr { width:100%; background-color:#DAE2D7; border:1px solid black; border-color:#DAE2D7 #DAE2D7 #000 #DAE2D7; clear:left; margin:0px; }

div.content_container { padding:20px; }


