*{
	padding:0;
	margin:0;
}
html, body {
	height: 100%;
}
body {
	background:url(design/bg.gif) #202e48 left top repeat-x;
}
body,p,td {
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
}
#bgBody {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	background:url(design/bg-body.gif) center top no-repeat;
	min-height: 100%;
	height: auto; !important;
}
* html #bgBody {
	height: 100%;
}
#container {
	background:url(design/bg-container1.gif) #1c2437 left top repeat-y;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width:586px;
	min-height: 100%;
	height: auto; !important;
}
#containerCenter {
	background:url(design/bg-container2.gif) #1c2437 left top repeat-x;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width:586px;
	min-height: 100%;
	height: auto; !important;
}
* html #container {
	height: 100%;
}	
#top {
	width:586px;
	height:245px;
	background-color:#000000;
	border-bottom:1px solid #FFFFFF;
	margin:0px;
}
#contentLeft {
	width:471px;
	float:left;
	vertical-align:top;
	padding:0px;
}
#contentCenter {
	width:586px;
	vertical-align:top;
	padding:0px;
}
#side {
	width:115px;
	float:right;
	background-color:#788294;
	vertical-align:top;
	margin:0px;
}
#side th {
	background-color:#5f697b;
	text-align:center;
	vertical-align:middle;
	padding:2px;
}
#side td {
	padding:4px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
}
#side a:link	{color: #FFFFFF; text-decoration: none;}
#side a:visited	{color: #FFFFFF; text-decoration: none;}
#side a:hover	{color: #d9dfea; text-decoration: none;}

#footer {
	width:586px;
	height:16px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color:#C4C8CF;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #FFFFFF;
	font-family:Verdana;
	font-size:9px;
	color:#202e48;
}
#footer a:link	{color: #2e374c; text-decoration: none;}
#footer a:visited	{color: #2e374c; text-decoration: none;}
#footer a:hover	{color: #FFFFFF; text-decoration: none;}

.clear {
	clear: both;
}

.head {
	background:url(design/bg-head.gif) left top #2e374c;
	color:#FFFFFF;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:4px;
	padding-right:4px;
}
.titel {
	color:#00cc33;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	padding:4px;
}
.titelBand {
	color:#FFFFFF;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
}
input, textarea {
	background-color:#131720;
	border:1px solid #273753;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding:2px;
}
.button {
	background-color:#5f697b;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left:2px;
	padding-right:2px;
}
.dateRow {
	background:url(design/bg-head.gif) right top #2e374c;
	font-family:Verdana;
	font-size:9px;
	color:#788294;
	text-align:right;
	padding:4px;
}
.date {
	font-family:Verdana;
	font-size:9px;
	color:#d9dfea;
}
#agenda td {
	vertical-align:top;
	padding:8px;
	line-height:20px;
}
#agenda th {
	vertical-align:top;
	text-align:left;
	background-color:#2e374c;
	padding-left:8px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:8px;
}
a:link 	{color: #00cc33; font-weight:bold; text-decoration: none;}
a:visited {color: #00cc33; font-weight:bold; text-decoration: none;}
a:hover 	{color: #00cc33; font-weight:bold; text-decoration: underline;}