#container {
	margin: 0 auto;
	width: 990px;
	min-heigth: 506px;
	margin-top: 4px;
	background-color:#FFFFFF;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

img{
	border: 0px;	
}

#ct_box {
	width: 990px;
	position: absolute;
}

#header {
	width: 982px;
	height: 93px;
	margin-left:4px;
	position: absolute;
	background-image:url(pic/header.jpg);
	text-align: center;
}


#content_middle {
	width: 576px;
	padding-left:207px;
	padding-top: 97px;
	min-height: 500px;
}


h1{
	font-size: 18px;
	color: #1F4E7D;
	line-height: 20px;
	font-weight: lighter;
}

.titelfont{
	font-size: 16px;
	color: #1F4E7D;
	line-height: 20px;
	font-weight: lighter;
}


.titelfont2{
	font-size: 18px;
	color: #A41122;
	line-height: 20px;
	font-weight: bold;
}

hr {
	height: 1px; border: none; color: #2868A6; background-color: #2868A6;
}

a:link {
	color: #0065A9;
	text-decoration: none;
}
a:visited {
	color: #0065A9;
	text-decoration: none;
}
a:hover {
	color: #0065A9;
	text-decoration: underline;
}
a:active {
	color: #0065A9;
	text-decoration: none;
}

