body, html {
	padding: 0;
	margin: 0;
	background: #E7E7E7 url('../images/background.gif') repeat-y;
}

body, html, table, #content span {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008;
}

.left {
	float: left;
}

.right {
	float: right;
}

#container {
	width: 920px;
}

#content {
	width: 755px;
	padding: 0 10px;
}

#header {
	background: #020234 url('../images/header.jpg') no-repeat;
	height: 170px;
}

#navigation {
	background: #020234;
	width: 145px;
}

#navigation ul {
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li a {
	display: block;
	width: 139px;
	background: url('../images/menu_off.jpg') repeat-y;
       color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin: 2px 0;
	padding: 1px 0 1px 4px;
}

#navigation ul li a:hover, #navigation ul li a.active {
	background: url('../images/menu_on.jpg') repeat-y;
}

.kalenderContainer {
	border: 1px solid #CCC;
	margin-top: 10px;
}

.kalenderContainer td {
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
}

.kalenderContainer .even {
	background: #FFF;
}

.kalenderContainer .odd {
	background: #EEE;
}

.kalenderContainer .date {
	text-align: center;
}

.kalenderItem {
	padding: 0 20px 20px;
	margin-top: 10px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 620px;
}














/*------------------------------------
	Title: Cross-Browser Text Drop Shadows
	Author: Scott Jehl, www.scottjehl.com, scott@scottjehl.com
	Date: 7/19/06
	http://creativecommons.org/licenses/by-nc-sa/2.5/
--------------------------------------*/

/*Appearance of Drop Shadow Text*/
span.shadow {
	top: 2px;
	left: 5px;
	color: #000;
}

/*necessities*/
.highContrast {
	position: relative;
	color: #fff;
}
.highContrast span {
	position: relative;
       z-index: 99;
       padding-right: 1px;
}
span.shadow {
       position: absolute;
       z-index: 98;
       padding-right: 0;
}	



