@import url(reset/reset.css);

body {
	background:url("../gfx/bg.gif") repeat-x;
	text-align:center;
	background-color:#f5f2df;
}

.content{
	padding-top:30px;
}
#header p{
	height:170px;
	width:200px;
	border: 0px;
	position:relative;
	left:545px;
}

#logo{
	background:url("../gfx/logo.png") no-repeat;
	width:231px;
	height:70px;
	margin-right:20px;
	float:right;
	clear:both;
}
.landing {
	z-index:1;
	margin:10px;
	margin-left:20px;
}
.space{
	height:96px;
}
.landing a{
	text-decoration:none;
	font-family:"arial";
	font-weight:bold;
	color:rgb(151,0,0);
}
.landing p{
	font-family:"arial";
	font-size:12px;
	color:black;
	line-height:20px;
}

#container{
	width:750px;
	border: 10px solid white;
	background-color:#fbfbf3;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header{
	background:url("../gfx/header.png") no-repeat;
	width:750px;
	height:181px;
	z-index:0;
	float:left;
}
#footer{
	background:url("../gfx/footer.png") no-repeat;
	width:750px;
	height:180px;
}
#credit{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:10px;
	font-family:"arial";
	font-weight:normal;
	text-decoration:none;
	color:gray;
	font-size:10px;
	text-align:center;
}
#body{
	clear:both;
}
a.main{
	font-family:arial, verdana;
	font-size:18px;
	color:rgb(151,0,0);
	text-decoration:none;
	line-height:35px;
	font-weight:bold;
}
a{
	color:rgb(151,0,0);
}
a.sub{
	font-family:arial, verdana;
	font-size:12px;
	color:rgb(151,0,0);
	text-decoration:none;
	line-height:20px;
	font-weight:normal;
	margin-left:20px;
}
a.main:active, a.main:hover{
	text-decoration:underline;
}
a.sub:active, a.sub:hover{
	text-decoration:underline;
}
.navigation{
	float:left;
	clear:both;
	border: 0px solid black;
	width:200px;
}
.content{
	margin-left:220px;
	border: 0px solid black;
	min-height:250px;
	width:400px;

}
h1 {
	font-family:arial, verdana;
	font-size:18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-family:arial, verdana;
	font-size:14px;
	margin-top: 15px;
	margin-bottom: 15px;
}
h3 {
	font-family:arial, verdana;
	font-size:12px;
	margin-top: 15px;
	margin-bottom: 15px;
}

p {
	font-family:arial, verdana;
	font-size:12px;
	line-height:24px;
	margin-bottom: 20px;
}
table{
	font-size:12px;
	font-family:arial;
	padding:0px;
	margin:0px;
	line-height:18px;
}
tr.date{
       text-transform:uppercase;
       font-weight:bold;
       color:rgb(151,0,0);
       background-color:#f0efeb;
       width:500px;
}
td.seperator{
       height:10px;
}
td.time{
       padding-right:10px;
       padding:2px;
}
table.programm{
	width:400px;
}
ul {
	margin-left:20px;
	list-style-type:none;
}
ul li a {
	font-family:arial, verdana;
	font-size:12px;
	text-decoration: none;
	font-weight:normal;
}
.emaillink {
	font-family:arial, verdana;
	font-size:12px;
	text-decoration: none;
	font-weight:normal;
}
img.portrait{
	float:left;
	margin-right:10px;
}
p.teacherlink{
	margin:0px;
	padding:0px;
	margin-top:-10px;
	margin-bottom:30px;
}
p.noteacherlink{
	margin-bottom:40px;
}
