@charset "UTF-8";
.menu_item{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
}
.title_menu {
	position: absolute;
	top:58px;
	left: 0px;	
	text-align: center;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 18px;
	width: 180px;
	color: #ffffff;
	cursor: pointer;
}

.title_menu a{
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-family: Trebuchet MS;
	cursor: pointer;
}

.title_menu a:hover{
	color: #ffffff;
}


.title_menu2 {
	position: absolute;
	top:-30px;
	left: 0px;	
	text-align: center;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 18px;
	width: 180px;
	height:90px;
	border:1px solid red;
	color: #ffffff;
	cursor: pointer;
}

.title_menu2 a{
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-family: Trebuchet MS;
	cursor: pointer;
}

.title_menu2 a:hover{
	color: #ffffff;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000033;
	padding-left: 10px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	text-transform: uppercase;
}
.telefoon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: EC1C24;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 25px;
}
.naw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: EC1C24;
	text-transform: uppercase;
	text-align: right;
	padding-right: 10px;
}
.arrangement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a:link {
	text-decoration: none;
	color: EC1C24;
}
a:visited {
	text-decoration: none;
	color: EC1C24;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: EC1C24;
}
body {
	background-color: #1c3159;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(ims/main_patroon.png);
	background-repeat: repeat-x;
}


DIV.img_button {
	background: url('ims/goldbut.png');
	background-repeat: no-repeat;
	width: 211px;
	height: 69px;
	cursor: pointer;
}

*html DIV.img_button{
	background: ;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.pke.nl/ims/goldbut.png'); 
}

DIV.logo {
	background: url('ims/logo.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 109px;
	cursor: pointer;
}

*html DIV.logo{
	background: ;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.pke.nl/ims/logo.png'); 
}

.footerright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000033;
	text-align: right;
	padding-right: 10px;
}
.footerright a{
  text-decoration: none;
  color: #000033;
}
.footerright a:hover{
  text-decoration:underline;
  color: #000033;
}