@charset "utf-8";
/* CSS Document */

html {
	text-align: 				center;
	height: 					100%;
}

body {
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	color:						#022870;
	margin:						0px;
	background-color: 			#f1ebdf;
	height: 					100%;
	background-image:			url(/images/knmp/login/body_bg.jpg);
	background-position: 		top center;
	background-repeat:			repeat-y;
}

body table {
 	border-collapse: 			collapse;
}

.container {
	height:						100%;
}

a:link,
a:active,
a:visited {
	color:						#022870;
	font-size:					12px;
	font-weight:				bold;
	text-decoration:			none;
}
a:hover {
	color:						#022870;
	font-size:					12px;
	font-weight:				bold;
	text-decoration:			underline;
}

.left {
	padding-top:				15px;
	padding-bottom:				15px;
	padding-left:				15px;	
}

.content {
	padding-top:				15px;
	padding-left:				10px;
	padding-bottom:				25px;
}

.login_table {
	font-family:				Verdana, Arial, Helvetica, sans-serif;	
	font-size:					10px;
}

.address {
	font-size:					12px;
	padding-left:				0px;
}
.address a:link,
.address a:active,
.address a:visited {
	color:						#022870;
	font-size:					12px;
	font-weight:				bold;
	text-decoration:			none;
}
.address a:hover {
	color:						#022870;
	font-size:					12px;
	font-weight:				bold;
	text-decoration:			underline;
}

.over_apotheek {
	font-size:					12px;
}

.openingstijden_apotheek {
	font-size:					12px;
	padding-top:				39px;
}