/* CSS Document */

body {
background-image: url(images/line55.jpg);
	background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
background-color: #267fe5;
color: #000000;
margin-top: 0px;
padding: 0;
padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

form{margin: 0;}

p {padding: 2px; margin: 0;}

h1,h2,h3,h4,h5 {padding: 2px; margin: 0;}

a {text-decoration: none; color: #000099; background-color: inherit;}
a:hover {
	color: #666666;
}

.greenbox {
	color: inherit;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	height: 45px;
	width: 400px;
	float: left;
}

img {margin: 3px;}

.left {float:left;}
.right {float:right;}
.addbox {border: 3px solid #888888;}

.menu {
	width: 218px;
	font-size: 11px;
}
.menu li {list-style-type: none; border-bottom: 1px dotted #888888;}
.menu li a {background-image: url(images/b1.jpg); display: block; padding-left: 30px;background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px;}
.menu li a:hover { text-decoration: none; background-image: url(images/b2.jpg); background-repeat: no-repeat;}
.menu ul {margin: 0; padding: 0;}

.menu1 {
	width: 210px;
	font-size: 11px;
}
.menu1 li {list-style-type: none; border-bottom: 1px dotted #888888;}
.menu1 li a { display: block;  padding-left: 10px; padding-top: 6px; padding-bottom: 6px;}
.menu1 li a:hover { text-decoration: none; }
.menu1 ul {margin: 0; padding: 0;}


.menu2 {
	width: 130px;
	font-size: 10px;
	padding-left: 80px;
}
.menu2 li {list-style-type: none; border-bottom: 1px dotted #888888;}
.menu2 li a {background-image: url(images/b1.jpg); display: block; padding-left: 30px;background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px;}
.menu2 li a:hover { text-decoration: none; background-image: url(images/b2.jpg); background-repeat: no-repeat;}
.menu2 ul {margin: 0; padding: 0;}
.yellowbox {
background-color: #999999;
color: #000000;
border: 1px solid #CCCC66;
padding: 5px;
margin: 2px;
}
.menu3 {
	width: 230px;
	font-size: 11px;
}
.bluebox {
background-color: #3399FF;
border: 1px solid #0000ff;
color: inherit;
padding: 5px;
margin: 2px;
}

.redbox {
background-color: #FF6666;
border: 1px solid #ff3333;
color: inherit;
padding: 5px;
margin: 2px;
}

.splitright {
	width: 630px;
	float: right;
	overflow: visible;
	height: 55px;
}

.splitleft {
width: 46%;
float: left;
overflow: hidden;
}

.news {
	width: 218px;
	padding: 1px;
	font-size: 11px;
}

.news1 {
	width: 220px;
	text-align: center;
	background-image: url(images/Y.jpg);
	height: 28px;
	padding-top: 12px;
	color: 006aff;
}
.news2 {
	width: 210px;
	border-bottom: 1px solid #888888;
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

/*page settings*/

#page {
width: 850px;
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
color: inherit;
text-align: left;
overflow: visible;
margin: auto;
}

/* Header */

#header {
	background-repeat: no-repeat;
	width: 850px;
	height: 151px;
	padding: 0;
	margin: 0;
	overflow: visible;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #888888;
}

/* Top Settings */

#top {
	width: 850px;
	overflow: visible;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/line4.jpg);
}

#top h1{
font-size: 1.6em;
color: #243376;
background-color: inherit;
font-weight: bold;
margin: 0;
padding: 2px;
}

#top h3{
font-size: 1em;
color: #223472;
background-color: inherit;
margin: 0;
padding: 2px;
font-weight: bold;
}

#navigation {
	width: 220px;
	float: left;
	overflow: visible;
	padding-top: 5px;
	padding-bottom: 5px;
}


#navigation2 {
	width: 625px;
	float: right;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A3CCF8;
	padding-left: 1px;
}
/* content */

.content {
	width: 705px;
	background-color: #FFFFFF;
	color: inherit;
	border-left: 1px solid #777777;
	overflow: visible;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	float: right;
}

/*cbody*/

/* Footer */

#footer {
	color: inherit;
	width: 840px;
	text-align: center;
	border-top: 1px solid #888888;
	padding: 5px;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 45px;
}
* {

	margin:0;
	padding:0;
}
#nav {
	float:left;
	width:100%;
}
#nav li {
	display: inline;
	list-style-type: none;
}
#nav li a:link,#nav li a:visited {
	float:left;
	padding:12px 12px;
	color:#FFFFFF;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-weight: bold;
	
	
}
#nav li a:hover {
	background-color: #666666;
}
.daohang {
	height: 36px;
	width: 850px;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	width: 850px;

	
	background-repeat: repeat-x;
	background-image: url(images/menubg.jpg);
}
.heady1 {
	float: right;
	height: 19px;
	width: 210px;
	padding-top: 32px;
}
.heady2 {
	float: left;
	height: 50px;
	width: 180px;
}
.heady3 {
	float: right;
	height: 24px;
	width: 210px;
	margin-top: 26px;
}
.daohang0 {
	height: 26px;
	width: 624px;
	text-align: left;
	font-size: 11px;
	background-image: url(images/e.jpg);
	background-repeat: repeat-x;
	padding-top: 4px;
}
.daohang2 {
	height: 30px;
	width: 620px;
	text-align: left;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.context1 {
	height: 150px;
	width: 620px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B5D7FA;
}
.pic1 {
	float: left;
	height: 150px;
	width: 200px;
}
.title1 {
	float: right;
	height: auto;
	width: 413px;
	font-weight: bold;
}
.text1 {
	float: right;
	height: 125px;
	width: 413px;
	font-size: 11px;
	vertical-align: top;
}
.pct {
	width: 620px;
	float: right;
}
.pctimage {
	float: left;
	width: 400px;
	text-align: center;
}
.pctimage1 {
	float: left;
	width: 620px;
	text-align: center;
}
.pctlink {
	float: right;
	width: 210px;
	height: auto;
	text-align: left;
	background-color: #E3E3E3;
}
.pctlink1 {
	float: right;
	width: 210px;
	height: auto;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
.pctpr {
	width: 620px;
	float: left;
	text-align: left;
}
.pctpr1 {
	float: left;
	width: 620px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.pctpr2 {
	float: right;
	width: 325px;
}
.pctpr3 {
	float: left;
	width: 95px;
	padding-left: 115px;
}
.pctpr4 {
	text-align: left;
	width: 620px;
	height: 20px;
}
.pcdh {
	width: 620px;
}
.rantal2 {
	float: left;
	width: 620px;
	text-align: left;
	margin-top: 10px;
}
.rantal3 {
	float: left;
	width: 386px;
	height: 50px;
	background-image: url(layouten.css);
	background-repeat: no-repeat;
}
.rantal93 {
	float: left;
	width: 300px;
	height: 50px;
	background-repeat: no-repeat;
}
.rantal33 {
	float: left;
	width: 330px;
	height: 50px;
	background-image: url(layouten.css);
	background-repeat: no-repeat;
	margin-left: 10px;
}

.rantal43 {
	float: left;
	width: 330px;
	height: 50px;
	background-image: url();
	background-repeat: no-repeat;
	margin-left: 10px;
}

.rantal34 {
	float: right;
	width: 330px;
	height: 50px;
	background-repeat: no-repeat;
	margin-left: 10px;
	background-image: url();
}
.rantal35 {
	float: right;
	width: 330px;
	height: 50px;
	background-repeat: no-repeat;
	margin-left: 20px;
	background-image: url();
}
.rantal36 {
	float: left;
	width: 330px;
	height: 50px;
	background-image: url();
	background-repeat: no-repeat;
	margin-left: 10px;
}
.rantal37 {
	float: left;
	width: 320px;
	height: 50px;
	background-image: url();
	background-repeat: no-repeat;
	margin-left: 20px;
}
.rantal4 {
	float: right;
	width: 280px;
}
.contat1 {
	float: right;
	height: 30px;
	width: 240px;
	margin-top: 10px;
}
.question {
	padding-top: 3px;
	padding-bottom: 3px;
}
.pdf {
	width: 620px;
	height: 75px;
}

.pdf2 {
	float: left;
	height: 18px;
	width: 400px;
}
.down1 {
	width: 200px;
	height: 18px;
	padding-left: 18px;
}
.STYLE1 {
	color: 77777;
	font-weight: bold;
	font-size: 14;
}
.STYLE2 {color: #777777}
.STYLE4 {
	font-size: 24px;
	color: #FF0000;
