body {
	
background-image:url(dachl_schindeln2.gif);
	
	background-repeat:repeat;	
color:#333;
}


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


div,p,table,span,h3 { color:#333; }
div.header {
	position:absolute;
	top:0px;
	left:0px;
	width:830px;
	height:95px;
	z-index:20;
background-color: #000;
}
div.logo {
	top:0px;
	left:0px;
	width:830px;
	height:70px;
	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:97px;
	left:0px;
}
/* div.teacher a img { border: 1px solid black; } */


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

div.content {
	position:absolute;
	top:210px;
	left:140px;
	width:500px;
	padding:10px;
	background-image:url();
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: 0px 0px;
	z-index:5;
}

p { margin-bottom:12px; }


div.classTitle {
	position:absolute;
	top:120px;
	left:145px;
background-color:#fff;
}
div.white {
	
background-color:#fff;
padding: 5px;
text-align: center;
}

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; }
h2 { color:#fff; }
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%;  border:1px solid white;  clear:left; margin:0px; }

div.content_container { padding:20px; }


