.debug{ border:1px solid lime;}
.test{ border:1px solid red;}

html, body {
	height: 100%;
	width: 100%;
}

body {
	padding:0px;
	margin: 0px;
	font-size: 11px;
	color: #3D3D3D;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: left;
}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3D3D;
}

img {
	border: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
}

/* Aligns*/
.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

/* Paddings and Margins*/
.block {
	display: block;
}


/* Colors */
.font_white, .font_white a {
	color: #ffffff;
}

.font_black {
    color: #000000;
}

.white {
	background-color: #ffffff;
}

.red {
	background-color: #FF1506;
}

.font_footer{
	color: #858384;
}

.font_footer a {
	color: #858384;
}

.font_footer a:hover{
	text-decoration: underline;
}

.font_footer_negeso, .font_footer_negeso a{
	color: #858384;
}

.font_left{
	color: #848384;
}

.font_slogon_front{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
}

.font_slogon_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #C1C1C1;
}

.font_blue, .font_blue a{
	color: #081878;
}
/* Fonts */
.bold {
	font-weight: bold;
}


.action_center {
    margin-top: expression((document.body.clientHeight > 649)? 50 : 5);
}

.block {
	display: block;
}

.noBorder a, .noBorder a img{
	border: none;
}
/*Margin start*/
.margR8{ margin-right: 8px;}

.margR10{ margin-right: 10px;}

.margR16{margin-right: 16px;}

.margR27{	margin-right: 27px;}

.margR34{	margin-right: 34px;}

.margR40{	margin-right: 40px;}

.margL6{	margin-left: 6px;}

.margL15{	margin-left: 15px;}

.margL18{	margin-left: 18px;}

.margL22{	margin-left: 22px;}

.margL28{	margin-left: 28px;}

.margL27{	margin-left: 27px;}

.margL35{	margin-left: 35px;}

.margL46{	margin-left: 46px;} 

.margT9{	margin-top: 9px;}

.margT15{	margin-top: 15px;}

.margT20{	margin-top: 15px;}
 
.margT27{	margin-top: 27px;}

.margT28{	margin-top: 28px;}

.margT30{	margin-top: 30px;}

.margT35{	margin-top: 35px;}

.margT45{	margin-top: 45px;}

.margT51{	margin-top: 51px;}

.margT56{	margin-top: 56px;} 

.margT76{	margin-top: 76px;}

.margB10{	margin-bottom: 10px;}
/*Margin end*/

.dispBlock img, .dispBlock a img {	display: block;}


.dispLine img{	display: inline;}

.dispLine div{	display: inline;}

/*BG start*/
.bg_footer{
	background-image: url(../images/bg_footer.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.bg_blue_footer{
	background-color: #081878;
	background-image: url(../images/bg_footer_blue.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 7px;
}

.bg_front_left{
	background-image: url(../images/bg_front_left.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 394px;
}

.bg_content_left{
	background-image: url(../images/bg_content_left.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 457px;
}

.bg_head_left{
	background-image: url(../images/bg_head_right.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.bg_slogan{
	background-image: url(../images/bg_slogan.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.bg_slogan_contact{
	background-image: url(../images/bg_slogan_contact.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.bg_content{
	background-image: url(../images/bg_content.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
/*BG end*/

/*Flags start*/
.nl_cur{
	background-image: url(../images/bg_flag_nl.gif); 
	background-position: left top; 
	background-repeat: no-repeat;
}

.en_cur{
	background-image: url(../images/bg_flag_en.gif); 
	background-position: left top; 
	background-repeat: no-repeat;
}

/*Flags end*/
/* Front page: START */
.div1_front {
	background: none;
	height: 416px;
	width: 727px;
	overflow-x: hidden;
	overflow-y: auto;
}

.div2_front{
	background: none;
	width: 660px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 20px 10px 40px 30px;
}

.div1_pm {
	background: none;
	height: 457px;
	width: 727px;
	overflow-x: hidden;
	overflow-y: auto;
}

.div2_pm{
	background: none;
	width: 660px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 20px 10px 20px 30px;
}

.div1_content {
	background: none;
	height: 457px;
	width: 480px;
	overflow-x: hidden;
	overflow-y: auto;
}

.div2_content{
	background: none;
	width: 413px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 20px 10px 40px 30px;
}



.titlePage{
	color: #081878;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}


/* Front page: END */

/* Content page: START */

/* Content page: END */

/* Footer : START */

/* Footer: END */

.scrollbar{
	scrollbar-3dlight-color: #C2C2C2;   
    scrollbar-arrow-color: #C2C2C2; 
    scrollbar-base-color: #ffffff; 
    scrollbar-darkshadow-color: #C2C2C2;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #ffffff; 
    scrollbar-shadow-color: #ffffff;   
    scrollbar-track-color: #FFFFFF;
}
