body {
	background-color: black;
}

div.paper{
	margin: auto;
	background: #e4f8ff url("Pictures/Hintergrund.jpg") no-repeat;
	width: 780px;
	padding: 10px;
}

div.header{
	margin: auto;
	height: 350px;
	width: 780px;
}

div.title, div.title a, div.title a:visited{
	text-align: center;
	font-family: Ueberschrift;
	font-size: 120pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

div.menu{
	margin: auto;
	background-color: black;
	width: 700px;
	height: 30px;
	
}

div.content{
	margin: auto;
	width: 700px;
	
}

div.einschub{
	background-color: white;
	width: 500px;
	margin: 50px auto 50px auto;
	padding: 1px 20px 1px 20px;
}

#zeit{
	width: 200px;
	text-align: center;
	margin: 0px auto 0px 30px;
	transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
}

#banner_neu{
	width: 300px;
	text-align: center;
	margin: 0px auto -80px 390px;
	transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
}

#stundenplan{
	text-align: center;
}

div.mail{
	width: 269px;
	margin: auto;
}

div.karte{
	margin: auto;
	width: 600px;
}

div.footer{
	margin: auto;
	width: 700px;
	text-align: right;
}

div.footer p{
	font-family: Ueberschrift;
}

div.footer img{
	width: 200px;
	margin-bottom: 20px;
}

table.main_menu{
	width: 100%;
}

table.main_menu td, table.main_menu td a, table.main_menu td a:visited{
	width:25%;
	color: white;
	text-align: center;
	font-family: Tabelle;
	font-size: 16pt;
	text-decoration: none;
}

ul.termine{
	margin: auto;
	width: 100%;
	padding-left: 0px
}

ul.termine li:nth-child(4n+1){
	width: 150px;
	margin: auto;
	background-color: black;
	font-family: Tabelle;
	color: white;
	font-size: 14pt;
	text-align: center;
	list-style-type: none;
}

ul.termine li:nth-child(4n+2){
	font-family: Ueberschrift;
	color: black;
	font-size: 22pt;
	text-align: center;
	list-style-type: none;
	height: 40px
}

ul.termine li:nth-child(4n+3){
	font-family: Sans-Serif;
	color: black;
	font-size: 14pt;
	text-align: center;
	list-style-type: none;
}

ul.termine li:nth-child(4n){
	height: 40px;
	list-style-type: none;
}


p, p a, p a:visited{
	font-family: Sans-Serif;
	color: black;
	font-size: 14pt;
	text-decoration: none;
}

h1{
	text-align: center;
	font-family: Ueberschrift;
	font-size: 40pt;
	font-weight: bold;
	color: #555555;
}

h2{
	text-align: left;
	font-family: Ueberschrift;
	font-size: 20pt;
	font-weight: bold;
	color: black;
}

@font-face{
	font-family: 'Ueberschrift';
	src: url('Fonts/Faraco Hand.ttf') format('truetype');
}

@font-face{
	font-family: 'Tabelle';
	src: url('Fonts/big-caslon-medium.ttf') format('truetype');
}