@charset "ISO-8859-1";
body {
	background-image: url(../seite_back.png);
	background-attachment: fixed;
	background-color: #AEB8D9;
	margin: 0px;
}
p {
	margin: 0px;
}
#Logo {
	background-image: url(../gfx/luddi-logo.png);
	height: 250px;
	width: 560px;
	background-repeat: no-repeat;
	z-index: 9999;
	top: 0px;
}
#Kontakt {
	width: 350px;
	position: absolute;
	z-index: 1;
	float: none;
	left: 600px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 120%;
	color: #FFF;
	background-image: url(../gfx/kontakt_back.png);
	background-repeat: repeat;
	padding: 5px;
	top: 40px;
	background-attachment: fixed;
}
#Inhalt {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	position: relative;
	width: 935px;
	left: 95px;
	line-height: 120%;
	clear: both;
}
#Copyright {
	font-size: 0.65em;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
#Termintabelle {
	margin-top: 20px;
	background-image: url(../gfx/back_tabelle.png);
}
#Zeile {
	clear: none;
}
#Januar {
	position: relative;
	width: 230px;
	float: left;
	margin-right: 5px;
	background-image: url(../gfx/01.png);
	background-repeat: no-repeat;
	padding-top: 32px;
	font-size: 0.8em;
	height: 100%;
}
#Februar {
	position: relative;
	width: 230px;
	float: left;
	margin-right: 5px;
	background-image: url(../gfx/02.png);
	background-repeat: no-repeat;
	padding-top: 32px;
	font-size: 0.8em;
	height: 150px;
}
#Maerz {
	position: relative;
	width: 230px;
	float: left;
	margin-right: 5px;
	background-image: url(../gfx/03.png);
	background-repeat: no-repeat;
	padding-top: 32px;
	font-size: 0.8em;
	height: 150px;
}
#April {
	position: relative;
	width: 230px;
	float: left;
	background-image: url(../gfx/04.png);
	background-repeat: no-repeat;
	padding-top: 32px;
	font-size: 0.8em;
}
#Mai {
	position: relative;
	width: 230px;
	float: left;
	margin-right: 5px;
	background-image: url(../gfx/05.png);
	background-repeat: no-repeat;
	padding-top: 32px;
	font-size: 0.8em;
	margin-top: 5px;
	height: 150px;
}
#Juni {
	position: relative;
	width: 230px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	background-image: url(../gfx/06.png);
	background-repeat: no-repeat;
	padding-top: 32px;
	font-size: 0.8em;
	height: 150px;
}
#Juli {
	position: relative;
	width: 230px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	background-image: url(../gfx/07.png);
	background-repeat: no-repeat;
	padding-top: 32px;
	font-size: 0.8em;
	height: 150px;
}
#August {
	position: relative;
	width: 230px;
	float: left;
	margin-top: 5px;
	background-image: url(../gfx/08.png);
	background-repeat: no-repeat;
	padding-top: 32px;
	font-size: 0.8em;
	height: 150px;
}
#September {
	position: relative;
	width: 230px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	background-image: url(../gfx/09.png);
	background-repeat: no-repeat;
	padding-top: 32px;
	font-size: 0.8em;
	height: 150px;
}
#Oktober {
	position: relative;
	width: 230px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	background-image: url(../gfx/10.png);
	background-repeat: no-repeat;
	padding-top: 32px;
	font-size: 0.8em;
}
#November {
	position: relative;
	width: 230px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	background-image: url(../gfx/11.png);
	background-repeat: no-repeat;
	padding-top: 32px;
	font-size: 0.8em;
	height: 150px;
}
#Dezember {
	position: relative;
	width: 230px;
	float: left;
	margin-top: 5px;
	background-image: url(../gfx/12.png);
	background-repeat: no-repeat;
	padding-top: 32px;
	font-size: 0.8em;
	height: 150px;
}
.Tag {
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	width: 35px;
}
.Terminbeschreibung {
	font-size: 0.75em;
	line-height: 125%;
	vertical-align: top;
}
.Datum {
	font-size: 0.8em;
	line-height: 110%;
	position: relative;
	margin-top: 5px;
}
.Fliesstext {
	font-size: 0.8em;
	line-height: 120%;
	font-weight: 100;
	color: #FFF;
}
a {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
