/* Global Styles */

body {
padding:20px;
margin:0px;
text-align: center;
}
#inhalt {
text-align: left;
vertical-align: middle;
margin: 0px auto;
padding: 0px;
width: 800px;
}
	
td	{
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
a {
	color: #003399;
	text-decoration:underline;
	}
	
a:hover {
	color: #E35B0F;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:12px Lucida Sans, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
	letter-spacing:.2em;
	}

#navigation img {
	border:0px;
}
	
#navigation a:hover {
	color: #F9DD0F;
	}

/* Calendar Styles */

#calendar td {
	border: 2px solid #003399; 
	}
	
#noborder td{
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	color:#F9DD0F;
	}
	
#weekdays th {
	font: 12px Lucida Sans, Arial, Helvetica, sans-serif;
	line-height:22px;
	color:#003399;
	letter-spacing:.1em;
	}
	
/* Class Styles */

.logo {
	font: bold 22px Times New Roman, Times, serif;
	color: #333333;
	letter-spacing:.2em;
	line-height:26px;
	background-color:white;
	}
	
.bodyText {
	font:bold 13px Lucida Sans, sans-serif;
	line-height:22px;
	color:#000000;
	letter-spacing:.1em;
	}
	
.sidebar {
	font: 20px Lucida Sans, sans-serif;
	color: #000000;
	line-height:24px;
	}

.header {
	font: bold 20px Lucida Sans, Times, serif;
	color: #3366cf;
	line-height:24px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:11px Arial, Helvetica, sans-serif;
	color: #3366cc;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:12px Lucida Sans, sans-serif;
	color: #000000;
	letter-spacing:.2em;
	line-height:18px;
	}

.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing:.1em;
	}
	

