body{
	text-align:center;
	margin: 0px;
}
body, td{
	font: 14px/22px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #766a63;
}
h1{
	margin: 0px;
	color: #de1c85;
	font-size: 16px;
}

.container{
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: url(images/background.png) no-repeat scroll;
	padding-left: 48px;
}

.header{
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* My Comment */

.nav_row{
	padding-left: 20px;
}

.main_nav_div{
	background-image: url(images/main_nav_background.png);
	margin-right: 6px;
	width: 221px;
	height: 49px;
	float: left;
	text-align: center;
}

.main_nav_a{
	color: #de1c85;
	text-decoration: none;
	font-size: 16px;
	line-height: 48px;
	font-weight: bold;
}

.main_nav_a_selected{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	line-height: 48px;
	font-weight: bold;
}

.main_nav_a:hover{
	color: #FFFFFF;
}

.content{
	padding-left: 20px;
	padding-top: 20px;
}


.home_left_column{
	width: 449px;
	float: left;
}
.home_left_column_top{
	height: 15px;
	width: 449px;
	background: url(images/home_tekst_bg_top.png) no-repeat;
}
.home_left_column_mid{
	background-color: #bbe564;
	padding-left: 20px;
	padding-right: 20px;
}
.home_left_column_bot{
	height: 15px;
	width: 449px;
	background: url(images/home_tekst_bg_bot.png) no-repeat;
}


.home_right_column{
	margin-left: 6px;
	width: 449px;
	float: left;
}
.home_right_column_top{
	height: 15px;
	width: 449px;
	background: url(images/home_info_bg_top.png) no-repeat;
}
.home_right_column_mid{
	background-color: #8fd400;
	padding-left: 20px;
	padding-right: 20px;
}
.home_right_column_bot{
	height: 15px;
	width: 449px;
	background: url(images/home_info_bg_bot.png) no-repeat;
}


.main_column{
	width: 903px;
}
.main_column_top{
	height: 15px;
	width: 903px;
	background: url(images/main_bg_top.png) no-repeat;
}
.main_column_mid{
	background-color: #bbe564;
	padding-left: 20px;
	padding-right: 20px;
}
.main_column_bot{
	height: 15px;
	width: 903px;
	background: url(images/main_bg_bot.png) no-repeat;
}

.vacature_ruler{
	border-top: 1px solid #de1c85;
	margin-top: 15px;
	padding-bottom: 15px;
}

.home_right_column_mid a{
	color: #766a63;
	text-decoration: none;
	font-size: 14px;
	line-height: 28px;
}
.home_right_column_mid a:hover{
	text-decoration: underline;
}

.footer{
	padding-top: 120px;
	padding-bottom: 20px;
	padding-left: 20px;
	background: url(images/footer_bg.png) no-repeat;
	margin-left: -48px;
}

.footer a{
	color: #de1c85;
	text-decoration: none;
	font-size: 12px;
	margin-right: 20px;
}

.main_column_mid a, .home_left_column_mid a {
	color: #de1c85;
	text-decoration: none;
	font-size: 12px;
}

.roze{
	color: #de1c85;
	font-size: 12px;
}

.footer a:hover, .main_column_mid a:hover, .home_left_column_mid a:hover{
	text-decoration: underline;
}