.alignRight {
	text-align:right;
}
.contentTextNormal, .textNavigation, #content td, #content input, #content select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7B7B7B;
	line-height: normal;
	text-decoration: none;
	vertical-align:top;
}
.contentTextNormal, .textNavigation {
	text-align:left;
}
.textNavigation {
	padding: 0px;
	margin: 0px;
	padding-left:13px;
	padding-right:13px;
}

a {
	font-weight: bold;
	font-size: 11px;
	line-height: normal;
	color: #7B7B7B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#date a {
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}

#date a:hover {
	text-decoration: underline;
}

a.textNavigation {
	line-height: 13px;
	color: #7B7B7B;
	text-decoration: none;
}
a.textNavigation:link {
	color: #7B7B7B;
	text-decoration: none;
}
a.textNavigation:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
ul {
	margin:10px;
	padding: 10px;
	margin-top:0px;
	padding-top:0px;
}
#date h1 {
	color: #0010AD;
}
#content h1 {
	color: #FF9C00;
}
#content li
{
	font-weight: normal;
	list-style-image:url(img/layout/bg_orange.gif);
	list-style-position: outside;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}
.bgRaster {
	background-image: url(img/layout/raster_lrg.gif);
}
.bgWhite {
	background-image: url(img/layout/bg_white.gif);
}
.bgGray {
	background-image: url(img/layout/bg_gray.gif);
}
.bgDarkgray {
	background-image: url(img/layout/bg_darkgray.gif);
}
.bgBlue {
	background-image: url(img/layout/bg_blau.gif);
}
.bgOrange {
	background-image: url(img/layout/bg_orange.gif);
}
.bgArrowOff {
	background-color: #FFFFFF;
	background-image: url(img/layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.bgArrowOn {
	background-color: #7B7B7B;
	background-image: url(img/layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
input {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}
select {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}

