body {
	background-color: #AEBFD2;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #333399;
	text-decoration: none;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

a:hover {
	color: #6666CC;
	text-decoration: underline;
}

#header_box {
	margin: 0px;
	padding: 0px;
	width: 980px;
}

#header_box #header_navline {
	width: 610px;
	padding-left: 15px;
	padding-bottom: 5px;
	vertical-align: bottom;
}

#navleft {
	padding: 0;
	margin: 0;
	line-height: 150%;
	background: #AEBFD2;
	border-bottom: solid 1px #CCCCCC;
}

#navleft a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

#navleft img {
	padding-right: 3px;
	padding-left: 2px;
}

#navleftactive {
	padding: 0;
	margin: 0;
	line-height: 150%;
	background: #B6C7DA;
	border-bottom: solid 1px #CCCCCC;
}

#navleftactive a {
	font-weight: bold;
	text-decoration: none;
	color: #333399;
}

#navleftactive img {
	padding-right: 3px;
	padding-left: 2px;
}

.main_box {
	width: 980px;
	margin: 0px;
	padding: 0px;
}

.main_box .main_left {
	vertical-align: top;
	width: 160px;
	padding-left: 8px;
	background-color: #8CA9C9;
}

.main_box .main_center {
	vertical-align: top;
	width: 639px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #B6C7DA;
}

.main_box .main_right {
	vertical-align: top;
	width: 140px;
	padding-left: 5px;
	padding-right: 5px;
}

.main_box .main_footerline {
	background-color:#BBC3CC;
	padding-left: 8px;
	padding-right: 8px;
}

.dashedlinehorizontal {
	background-image: url(/fileadmin/hcimages/line_dotted.gif);
	background-repeat: repeat-x;
	height: 1px;
}

.dashedlinevertical {
	background-image: url(/fileadmin/hcimages/line_dotted2.gif);
	background-repeat: repeat-y;
	width: 1px;
}

.small {
	font-size: 11px;
}

.done {
	color: #990000;
	font-weight: bold;
}

.nicelist li {
	padding-top: 10px;
}

.nicelist li:first-child {
	padding-top: 0px;
}


td .news-list-item-td {
	border-top: solid 1px #999999;
	padding-top: 2px;
}


