body {
	background-image: url('../images/background.jpg');
    background-position: top center;
	background-repeat: repeat-y;
##	background-color: #DC2100;
	background-color: #000000;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333333;
	margin: 0px;
	
}
a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
img {
	border: none;
}
td {
vertical-align:top;
}

#wrapper {
	background-color: #FFFFFF;
	height: auto;
	width: 901px;
	margin: 0 auto;
}
#header {
	width: 899px;
background:none transparent;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-repeat: no-repeat
}
#menu {
	clear: both;
	height: 30px;
	width: 899px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url('../images/thema/menu.gif');
}
#messagebar {
	clear: both;
	height: 15px;
	width: 899px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	background-color: #F2F2F2;

}
#content {
	background-color: #F2F2F2;
	float: left;
	height: auto;
	width: 889px;
	padding: 5px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
#left {
	background-color: #F2F2F2;
	float: left;
	height: auto;
	width: 258px;
	padding-left: 5px; 
	padding-right: 5px;
	padding-top: 5px;
}
#right {
	background-color: #F2F2F2;
	float: right;
	height: 100%;
	width: 621px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#rightagenda {
	background-color: #F2F2F2;
	float: right;
	height: 100%;
	width: 889px;
	padding-top: 5px;
}
#footer {
	height: 40px;
	width: 879px;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	clear: both;
	background-color: #717171;
	background-image: url('../images/bgfooter.png');
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center; padding-left:10px; padding-right:10px; padding-top:15px; background-position-y:50%
}
.hlt td {
	background-color: #F0F0F0;
	color: black;
}
.hltout td {
	background-color: #FFFFFF;
	color: black;
}
.headertext {
	font-size: 16px;
	color: #003366;
	font-weight: bold;
	text-align: center;
}
hr {
	border-top: none;
	border-bottom: 1px solid #666666;
}
input,select,textarea {
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	padding: 4px;
	margin: 1px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}
li {
	padding-bottom: 15px;
	list-style-type: square;
	margin-left: 0px;
}
