﻿/* CSS-indeling */
body {
	margin-top: 0;
	font-family: Calibri;
	font-size: small;
	color: #EFEFEF;
	margin-right: 10%;
	margin-left: 10%;
	background-image: url('images/bg.jpg');
}
a:visited {
	color: #B0C4DE;
}
a:hover {
	color: #8DA9CF;
}
a {
	color: #B0C4DE;
	text-decoration: none;
}
#masthead {
	background-image: url('images/header.jpg');
	height: 120px;
	width: 98.9%;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 7px;
	border-left-width: 7px;
	border-right-color: #808080;
	border-left-color: #808080;
	border-top-style: solid;
	border-top-width: 7px;
	border-top-color: #808080;
	background-color: #999999;
}
#masthead_headtext {
	font-size:35px;
}
#top_nav {
	background-image: url('images/top.jpg');
	height: 20px;
	width: 100%;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #808080;
	border-left-color: #808080;
}

#container {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 500px;		
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #808080;
	border-left-color: #808080;
}
#left_col a:hover {
	color: orange;
}
#left_col a {
	color: #E2E2E2
}
#left_col {
	height: 100%;
	min-height: 500px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #808080;
	background-image: url('images/bg_menu.jpg');
}
#page_content {
	height: 100%;
	min-height: 500px;
	margin-right: 200px;
	margin-left: 200px;
	background-color: #3A3A3A;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}
#right_col {
	height: 100%;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #808080;
	background-image: url('images/bg_menu.jpg');
}
#footer {
	height: 35px;
	width: 100%;
	text-align: center;
	color: #CCCCCC;
	background-image: url('images/footer.jpg');
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #808080;
	border-left-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}
input {
	height: 17px;
	background-image: url('images/bg_form.jpg');
	color: #EFEFEF;
	font-family: Calibri;
	font-weight: bold;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-color: #A2A2A2;
	border-right-width: 1px;
	border-bottom-color: #A2A2A2;
	border-bottom-width: 1px;
}
textarea {
	border-width: 0px;
	background-image: url('images/bg_textarea.jpg');
	color: #EFEFEF;
	font-family: Calibri;
	font-weight: bold;
}
select {
	height: 19px;
	background-image: url('images/bg_form.jpg');
	color: #EFEFEF;
	font-family: Calibri;
	font-weight: bold;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-color: #A2A2A2;
	border-right-width: 1px;
	border-bottom-color: #A2A2A2;
	border-bottom-width: 1px;
	background-color: #404040;
}
#kop {
	color: #B0C4DE;
	font-size: large;
	text-transform:uppercase;
	font-weight: bold;
	letter-spacing: -1px;
}
#kop_menu {
	width: 200px;
	color: #B0C4DE;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url('images/top2.jpg');
	font-family: Calibri;
}
#table_koptext {
	color: #B0C4DE;
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
}
#table_foottext {
	color: orange;
	font-size: 12px;
}
#text {
	color: #B0C4DE;
	font-size: medium;
	text-transform:uppercase;
	font-weight: bold;
}
#menu_item:hover {
	width: 100%;
	background-color: #333333;
	color: orange;
	cursor: pointer;
}
#menu_item {
	width: 100%;
}
