@import url("../css/datalist.css");
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');

BODY {
	font-family : "Work Sans", Arial, Sans-serif;
	font-size:16px;
	margin : 0px;
	background-color: #330000;
	line-height:1.5;
}

.wrapper2 {
	width:1000px;
	background-color:#ffffff;
	background-image: url(../images/website/bodybg1.jpg);
	background-repeat:repeat-y;
	background-position : center top;
	margin : 0 auto;
}
.wrapper {
	width : 1000px;
	vertical-align : top;
	margin : 0 auto;
	background-image: url(../images/website/bodybg.jpg);
	background-repeat:no-repeat;
	height : auto;
	min-height:100vh;
}

.siteheader {
	height : 260px;
	width : 1000px;
	display : block;
}
.sitetitle {
	width:830px;
	display:block;
}
/* Navigation classes --------------------------------------- */ 
.nav {
	width : 180px;
	float:left;
}
.nav ul {
	margin : 0px;
	padding :20px 0 0 0px;
}
.nav li {
	display : block;
	margin : 0px;
	padding : 0px;
	list-style-type:none;
}
.nav li.level1 {
	background-color : #cb2829;
	margin:10px 0;
}
.nav li.level3 {
	font-weight : normal;
}
.nav li.level1 a {
	display : block;
	color : white;
	font-weight : bold;
	font-size : 15px;
	line-height:1.5;
	padding:10px 5px 10px 15px;
	text-decoration : none;
}
.nav li.level2 a {
	padding:5px 5px 5px 25px;
	display : block;
	color : white;
	font-weight : bold;
	font-size : 14px;
	text-decoration : none;
}
.nav li.level3 a {
	padding:5px 5px 5px 35px;
	display : block;
	color : white;
	font-weight : bold;
	font-size : 14px;
	text-decoration : none;
}
.nav li a {
	transition: all 100ms ease;	
}

.nav li a:hover {
    background-color: #277387;
    color: #ffffff;
	
}
/* Einde Navigation classes --------------------------------------- */ 
.content {
	width : 700px;
	display : inline-block;
	padding : 20px 60px 40px 60px;
	font-size : 16px;
}
	.content.dashboard {
		padding-top: 0;
	}
	.description {
		display: inline-block;
		padding: 4px 0;
	}
.content a {
	color : #cb2829;
	transition: all 100ms ease;	
}
.content a:hover {
	color : #277387;
}

.datatable {
	font-size:14px;
width:100%;	
	
}

.buttonsContainer {
    width: 100%;
    margin: 0;
    padding: 0;
}
a.homeBtn {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 5px 0;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: #cb2829;
		transition: all 100ms ease;	

}
a.homeBtn:hover {
    background-color: #277387;
    color: #ffffff;
}
.img_wrapper {
    position: relative;
    width: 100px;
    height: 100px;
}
.img_wrapper img {
    position: relative;
    width: auto;
    max-width: 100px;
    height: auto;
    max-height: 100px;
}
.sitefooter{
	width : 1000px;
}
.address {
	width : 150px;
	float:right;
	position : relative;
	top : 59px;
	left : 140px;
	font-size : 14px;
	color : white;
	font-weight : bold;	
	text-align:right;
}
.address a {
	color : white;
}
.item {
	background-color : #cccccc;
	width : 600px;
	margin : 10px;
	padding : 10px;
	float: left;
	border : solid 1px black;
	height : 600px;
}
.item img {
	float:left;
	border:solid 1px black;
}
.itemtop {
	width : 200px;
	float:right;
	border : solid 1px black;
	padding : 10px;
}
.item label {
	font-weight : bold;
}

.content H1 {
	font-weight : bold;
	color:#660000;
	font-size : 28px;
	margin-top:30px;
}
.content H2 {	
	margin: 0px 0px 0px 0px;
	font-weight : bold;
	color:#660000;
	font-size : 18px;
}
.content H3 {
	font-weight : bold;
	color:#660000;
	font-size : 14px;
}
.content H4 {
	font-weight : bold;
	color:#660000;
	font-size : 14px;
}
.content H5 {
	font-weight : bold;
	color:#660000;
	font-size : 14px;
}
.content H6 {
	font-weight : bold;
	color:#660000;
	font-size : 14px;
}
.searchitem {
	width:250px;
	height:250px;
	vertical-align:center;
	text-align:center;
	float:left;
	display:block;
	border:solid #666666 1px;
}
.searchitem h1 {
	font-size : 11px;
	color : red;
}
#pageindex,
#pageindex1 {
	width : 350px;
}
#pageindex a,
#pageindex1 a {
	margin-bottom : 10px;
	width : 50px;
	height : 65px;
	display : inline-block;
	border : solid 1px black;
	color : black;
	font-weight : bold;
	text-align : center;
	/*padding-top : 25px;*/
	text-decoration : none;
}

#pageindex .osl,
#pageindex1 .osl {
	position: relative;
	float: left;
	margin: 0px 10px 0px 0px;
}

#pageindex .osl .header,
#pageindex1 .osl .header {
	position: relative;
	text-align: center;
}

#pageindex .osl img,
#pageindex1 .osl img {
	width: 40px;
	height: 100%;
	border: 0px;
}

a.totop {
	float: right;
}
table.pagenav a:link,
table.pagenav a:visited,
table.pagenav a:active {
	display : block;
	padding : 5px;
	background-color: #999999;
	color : black;
	border : solid 1px black;
}
table.pagenav a:hover{
	display : block;
	padding : 5px;
	background-color:#CCCCCC;
	color : black;
	border : solid 1px black;
}

.spacer {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

.content a.nav_active {
	color: #660000;
}
