

* {
	margin:0;
	padding:0;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E6D295;
	background-color:#76140e;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	}
a {
	color:#FFF392;
	font-weight:bold;
	text-decoration:none;
	white-space: nowrap;
	}
a:hover {
	color:#ECE45E;
	}
img {
	border:0;
	}
p {
	margin-bottom:0px;
	line-height:14px;
	}

/* Structure */

#wrapper {
	width:1000px;
	margin:0 auto auto auto;
	background-image:url(images/background-wrapper.gif);
	
	}
#header {
	height:130px;
	line-height:130px;
	margin-bottom:5px;
	padding-left:10px;
	background-image:url(images/bghead.gif);
	}
#body {
	
	}
#sidebar {
	float:left;
	width:150px;
	padding:0px 10px;
	}	
	
#sidebarb {
	float:left;
	width:200px;
	padding: 0px 10px;

	}	
		
#content {
	padding:0px 50px;
	margin-left:200px;
	}
	
#contentb {
	padding:0px 50px;
	margin-left:180px;
	}

.myContent {
	/*background-color:#E9B398;*/
	margin: 50px 20px;
	overflow: hidden;
	/*padding: 2em;*/
}

 .myContent p{
  margin: 10px 0px; 
 }
	
#text {
	margin:0px 30px;
	padding-bottom: 30px;
	overflow: hidden;
	}
	
#contentc {
	padding:0px 50px;
	margin-left:200px;
	}
	
#footer {

position: absolute;

height:24px;
width: 1900px;   
bottom: 20px;    
	
	
	
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-bottom:0px;
	}
#sidebar a {

	}
#sidebar a:hover {
	
	}

/* Headings */

h1 {
	font-size:24px;
	color:#E6D295;
	
	}
h1 a {
	color:#E6D295;
	text-decoration:none;
	font-weight:normal;
	}
h1 a:hover {
	color:#E6D295;
	}

h2 {
	font-size:20px;
	color:#E6D295;
	font-weight:normal;
	margin: 1.5em 0 0.5em 0;
	}

h3 {
	font-size:16px;
	color:#E6D295;
	margin: 1.5em 0 0.5em 0;
	/*letter-spacing:-2px;*/
	}
h3 a {
	color:#E6D295;
	text-decoration:none;
	font-weight:normal;
	}
h3 a:hover {
	color:#ECE45E;
	}
h4 {
 margin: 1em 0 .5em 0;
}

/* Extra's */

#footer a {
	color:#E7DE3A;
	text-decoration:none;
	}
#footer a:hover {
	color:#ECE45E;
	}

/* Eventliste */	
#mainContent_Eventliste {
	/*padding-top: 1em;*/
}
#mainContent_Eventliste .monthHeadline {
	padding-top: 1em;
	/* 
	clear: both;*/
	
}

.smallTeacherImg {
	width: 200px;
}

.tinyTeacherImg {
	width: 100px;
}

.leftFloatingImg {
	float: left;
	margin: 0 4em 2em 4em;
}

.rightFloatingImg {
	float: right;
	margin: 2em 0 2em 2em;
}

.teacherPic {
	border: 0;
	width: 200px;
	float: right;
	margin: 0 0 1.5em 1.5em;
}

.teacherInfo {
	overflow: hidden;
}

div.myEvents {
	background-color:#E9B398;
	padding: .1em 2em;
}

div.myEvents h2{
	color: #990000;
	font-weight:bold;
	
}


#mainContent_Eventliste  ul {
	padding:1px;
	margin-bottom:2px;	
	/*margin: 0;
	padding: 0;*/
	list-style: none; 
	float: left;
	width: 620px;
	/*
	
	padding: 0px 0px 6px 23px;
	font-size: 10px; 
	color:#5A543F;#990000
	*/
}
#mainContent_Eventliste  ul li {
	float:left;
	padding: 0em 0em 0.5em 0em;
	/* 
	font-size: 11px;
	*/
}
#mainContent_Eventliste ul li.first {
	/*
	float: left; 
	*/ 
	font-weight:bold;
	width: 70px;
}
#mainContent_Eventliste ul li.second {float: left; padding: 0px 0px 0px 23px; font-weight:bold; width: 90px;  }
#mainContent_Eventliste ul li.third {float: left; padding: 0px 0px 0px 23px; font-weight:bold; /*width: 170px;*/  }
#mainContent_Eventliste ul li.varInfo {
	padding-left: 23px;
	display:none;
	}
/* Tables */
table.myTable, 
.myTable th,
.myTable td
 {
	border: thin solid;
	border-collapse: collapse;
	table-layout: fixed;
}
.myTable th, .myTable td {
	/*border: thin solid;
	border-collapse: collapse;*/
	empty-cells: show;
	width: 12%;
	padding: 1ex;	
	text-align: center;
}
.myTable th:first-child, .myTable td:first-child {
	width: 15%;
}
.myTable td.link2instructor {
	font-size: xx-small; 
	padding: 0.5ex;
	/*border-top: dotted;*/
}

/***************************************************
  lehrerseite
***************************************************/
.teacherQuote{
 font-style:italic;
}
.teacherInfo{
 margin-bottom: 20px;
}

div.teacherInfo ul{
 padding-left: 2em;
 list-style-type:disc;
}

/* NO BREAK CONTAINER 
	------------------------------------ */

	.noBreaks{
		white-space: nowrap;
	}