/* Global Styles */

body {
	margin:0;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */

#Menue a {
	font:10px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#Menue a:hover {
	color: #99CCFF;
	}

#Auffuellen {
	padding:20px 5px 20px 5px;
	}
	
#Kalender td {
	border: 1px solid rgb(0,51,153);
	}
	
#ohneRand td {
	border: 0px;
	}
	
#Wochentage th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#KalenderName td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #0E177C;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}

.kurtzbeschreibung {
	font:11px times new roman;
	color: #CC3300;
	letter-spacing:.2em;
	}

.KurzText {
	font:12px times new roman;
	color: #CC3300;
	line-height:18px;
	}

.Seitenueberschrift {
	font:30px times new roman;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.Text {
	font:11px arial;
	color:#333333;
	line-height:24px;
	}
	
.SeitenName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.UnterTitel {
	font:14px times new roman;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.MenueText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}

/* sub-navigation styles */

#Untermenue {
	margin: 5px;
}

#Untermenue a {
	font:10px arial;
	color: #003399;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#Untermenue a:hover {
	color: #99CCFF;
	}
	
.Untermenue2 {
	padding: 5px;
	padding-left: 10px;
}
.Untermenue3 {
	padding: 5px;
	padding-left: 15px;
}
.Untermenue4 {
	padding: 5px;
	padding-left: 20px;
}
.Untermenue5 {
	padding: 5px;
	padding-left: 25px;
}


