@charset "utf-8";
/* CSS Document */
html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden; background-color:#f3f8fa}
body {font-family:verdana, arial, sans-serif; font-size:11px;}
p{
	margin: 0;
	padding:0;
}
img{
	border: none;

}
a{
	text-decoration:none;
	text-transform: none;
	color: #1b7eba;
}
li{
	/*display: list-item;
	list-style-type: disc;
	list-style-position: inside;*/

}
a:hover{
	color: #de731c;
}
#background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {
	position:absolute;
	width:100%; height:100%;
	top:0; left:0; overflow:auto; z-index:2;
}
#container{
	width:1000px;
	height:570px;
	margin:auto;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
}
#contentCenter {
	margin:auto;
	padding:0;
	width:1000px;
}
#centerLeft {
	margin: 0px 0px 0px 24px;
	padding:0;
	width:306px;
	border-top:#667a84 solid 1px;
}
#centerCenter {
	margin: 0px 0px 0px 13px;
	padding:0;
	width:290px;
	border-top:#667a84 solid 1px;
}
#centerRight {
	margin: 0px 0px 0px 6px;
	padding:0;
	width:306px;
	border-top:#667a84 solid 1px;
}
.titleDivLeft{
	margin-top:90px;
	height: 21px;
	color:#42535b;
	font-weight:bold;
	font-size:12px;
	padding: 0px 0px 0px 32px;
}
.titleDivMiddle{
	margin-top:90px;
	height: 21px;
	color:#42535b;
	font-weight:bold;
	font-size:12px;
	padding: 0px 0px 0px 22px;
}
.titleDivRight{
	margin-top:90px;
	height: 21px;
	color:#42535b;
	font-weight:bold;
	font-size:12px;
	padding: 0px 0px 0px 14px;
}
.contentPic{
	margin: 0px 0px 4px 0px;
	border:none;
}
#fixed {position:absolute; top:0px; left:10px; width:170px; z-index:10; color:#567; padding: 6px 0px 0px 20px;}
#fixed a{
	color:#CCCCCC;
}
.bodyNL{
	background-color:#1e2930;
	overflow: auto;
}
.bodyNLSend{
	color:#CCCCCC;
	background-color:#1e2930;
	padding:20px;
	overflow: visible;
}
.tableNL{
	color:#CCCCCC;
	margin-top:30px;
		border: solid 1px #deebf6;
		padding: 28px;
		background-color:#275d78;	
}
.formular{
	height:12px;
	border: solid 1px #9bbacc;
	padding: 2px 0px 2px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#36495b;
}
.formularArea{
	border: solid 1px #9bbacc;
	padding: 2px 0px 2px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#36495b;
	overflow: auto ;
}
.footer{
	padding:0;
	margin:0;
	font-size:9px;
	color:#ffffff;
	text-align: center;
}
.footer a{
	text-decoration:none;
	text-transform: none;
	color: #d6eafd;
}
.footer a:hover{
	text-decoration:none;
	text-transform: none;
	color: #ffffff;
}

