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

/*body*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 17px;
	padding-top: 4px;
}
body {
	background-color: #FFF;
}
a {
	font-size: 12px;
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #609;
}
a:active {
	color: #000;
}
h1 {
	font-size: 17px;
	color: #660099;
	margin: 0 0 8px 0;
	font-weight: normal;
	line-height: 20px;
}
h5 {
	font-size: 15px;
	line-height: 2 em;
}
p {
	margin: 0 0 8px 0;
	color: #000;
}
/*end body*/

#bgfixed {
	position: fixed;
	width: 1500px;
	top: 0px;
	left: 50%;
	background-image: url(../images/bg_broad_01.jpg);
	height: 900px;
	margin-left: -750px;
	z-index: 0;
	background-repeat: no-repeat;
	background-color: #E4E4E4;
}
/*homepage*/

#wrapper {
	position: absolute;
	width: 982px;
	top: 0px;
	left: 50%;
	margin-left: -490px;
	height: 766px;
}
#header_home {
	height: 130px;
	width: 525px;
	padding-top: 0px;
	position: relative;
	margin-left: 185px;
	background-image: url(../images/header_image_01.jpg);
}
#mainmenu {
	background: #FFF;
	height: 30px;
	width: 670px;
	position: absolute;
	left:20px;
	top: 130px;
}
#mainmenu a {
	color: #ff0000;
	text-decoration: none;
	border-bottom: 0px;
}
#mainmenu a:visited {
	color: #ff0000;
	text-decoration: none;
	border-bottom: 0px;
}
#mainmenu a:hover {
	color: #660099;
	text-decoration: none;
	border-bottom: 0px;
}
#mainmenu a:active {
	color: #ff0000;
	text-decoration: none;
	border-bottom: 0px;
}

#logo {
	background: #FFF;
	background: url(../images/logo.jpg) no-repeat;
	left:800px;
	height: 145px;
	width: 170px;
	position: absolute;
	top: 15px;
}
#welcome {
	background: #FFF;
	background-image: url(../images/welkom_bg_hover_start.jpg);
	left:20px;
	height: 259px;
	width: 670px;
	position: absolute;
	top: 175px;
}
.welcome h5 {
	font-size: 15px;
	font-weight: normal;
	line-height: 2em;
}
#welcome:hover {
	background-image: url(../images/welkom_bg_hover.jpg);
	background-repeat: repeat-x;
}

#welcometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	margin-right: 60px;
	margin-top: 35px;
	margin-left: 40px;
	line-height: 28px;
}
#textboxA {
	background: #FFF;
	left:20px;
	height: 200px;
	width: 230px;
	position: absolute;
	top: 450px;
	background-image: url(../images/bg_240_white.jpg);
	background-repeat: repeat-x;
}
#textboxAtext {
	margin: 7px 20px 0px 40px;
}
#textboxA:hover ,#textboxB:hover ,#textboxC:hover ,#textboxD:hover ,#textboxE:hover ,#textboxF:hover {
	background-image: url(../images/bg_240_over.jpg);
	background-repeat: repeat-x;
	cursor: e-resize;
}
#textboxB {
	background: #FFF;
	left:265px;
	height: 200px;
	width: 195px;
	position: absolute;
	top: 450px;
	background-image: url(../images/bg_240_white.jpg);
	background-repeat: repeat-x;
}
#textboxBtext, #textboxCtext, #textboxDtext, #textboxEtext, #textboxFtext {
	margin: 7px 20px 0px 20px;
}
#textboxC {
	background: #FFF;
	left:477px;
	height: 200px;
	width: 212px;
	position: absolute;
	top: 450px;
	background-image: url(../images/bg_240_white.jpg);
	background-repeat: repeat-x;
}
#textboxD {
	background: #FFF;
	left:707px;
	width: 262px;
	position: absolute;
	top: 176px;
	background-image: url(../images/bg_240_white.jpg);
	background-repeat: repeat-x;
	height: 140px;
}
#textboxE {
	background: #FFF;
	left:707px;
	width: 262px;
	position: absolute;
	top: 330px;
	background-image: url(../images/bg_240_white.jpg);
	background-repeat: repeat-x;
	height: 170px;
}
#textboxF {
	background: #FFF;
	left:707px;
	width: 262px;
	position: absolute;
	top: 514px;
	background-image: url(../images/bg_240_white.jpg);
	background-repeat: repeat-x;
	height: 135px;
}
#white_box_home {
	left:707px;
	height: 30px;
	width: 76px;
	position: absolute;
	top: 130px;
	background-color: #FFF;
}
/*Advert*/
.advert-home {
	left:22px;
	height: 50px;
	width: 946px;
	position: absolute;
	top: 666px;
	background-color: #FFF;
}
.advert-hometext {
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	padding-top: 8px;
}
/*Footer*/
.footer-home{
	left:26px;
	height: 50px;
	width: 945px;
	position: absolute;
	top: 734px;
}
.footer-hometext, .footer-hometext a {
	text-align: center;
	line-height: 15px;
	font-size: 9px;
	color: #666;
}
.footer-hometext a:hover {
	color: #609;}
