@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
}
body {
	background-color: #295e88;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#666666;
}
#logo {
	position:absolute;
	left:0;
	top:0;
	width:518px;
	height:215;
	z-index:1;
}
#menu {
	position:absolute;
	left:45px;
	top:186px;
	width:440px;
	height:29px;
	z-index:2;
}
#contentstart {
	position:absolute;
	left:0px;
	top:215px;
	width:986px;
	height:367px;
	z-index:3;
}

#content {
	background-image:url(images/content_headl.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	position:absolute;
	left:0px;
	top:215px;
	width:820px;
	height: auto;
	z-index:3;
	padding: 120px 30px 30px 50px;
}
#contentmenu {
	position:absolute;
	left:430px;
	top:305px;
	width:442px;
	height:21px;
	z-index:4;
}

h2 {
	font-size:18px;
	font-style:normal;
	font-weight:lighter;
	/*color:#295E88;*/
	color:#333333;
	border-bottom:dotted 1px #CCCCCC;
	line-height:24px;
	}
h3 {
	font-size:16px;
	font-style:normal;
	font-weight:lighter;
	/*color:#295E88;*/
	color:#295E88;
	line-height:10px;
}

p { 
	
}

a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}

strong {
	
}
