@charset "UTF-8";
/* CSS Document */
/* Makeshift CSS Reset */  
{  
    margin: 0;  
    padding: 0;  
}  
  
/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article {  
    display: block; 
}  
  
body {  
    margin: 0 auto;  
    width: 1000px; 
    font: 12px/18px Arial, Helvetica, sans-serif; 
	background-color: #303030;
	color:black;
    background-image:url(../images/background.jpg);
    background-repeat: repeat-y;
    background-position: center;
}   

.container {
	width: 1000px; 
	min-height: 400px;
    height: auto !important;
    height: 400px;
	margin-top: 15px;  
}

header {
	width: 960px;
	height: 30px;
	border-radius: 10px;
	background-color: #27723c;
	color: white;
	padding: 22px 20px 20px 20px;
	margin-bottom: 10px;
  	box-shadow: 5px 5px 5px black;
}
header h1{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	display:inline-block;
	font-size: 36px;
    text-shadow: 2px 2px black;
}
header small{
	margin: 0px;
	padding: 0px;
	display:inline-block;
	color: #white;
	font-size: 14px;
}
header h2{
	margin: 0px;
	padding: 0px;
	display:inline-block;
	font-size: 30px;
	text-align:right;
	margin-left: 340px;
}

.strap-line{
	width: 980px;
	height: 18px;
	border-radius: 10px;
	background-color: #6e6c6c;
	color: white;
	padding: 8px 10px 10px 10px;
    box-shadow: 5px 5px 5px black;
}
.strap-line p{
	font-size: 16px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
    box-shadow: 10px 10px 5px #6e6c6c;
    text-shadow: 2px 2px black;
}

nav {
	width: 978px;
	height: 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px black;
	background-color: #27723c;
	padding: 8px 10px 10px 10px;
	font-size: 20px;
	margin: 10px 0px 10px 0px;
}
nav ul{
	padding: 0px;
	margin: 0px 0px;
  text-align:center;
}
nav li{
	float: left;
	list-style-type: none;

}
nav li a{
	color: white;
	margin: 0px 17px 0px 10px;
	text-decoration: none;
	text-shadow: 2px 2px black;
  	font-size:16px;
}
nav li a:hover{
	text-decoration: underline;
}


article {
	width: 698px; 
	min-height: 370px;
    height: auto !important;
    height: 370px;
	border-radius: 10px;
	padding: 15px;
	display: inline-block;
	background-color: white;
	vertical-align: top;
}

article a, aside a {
	color: black;
	text-decoration: none;	
}

article a:hover, aside a:hover {
	text-decoration: underline;	
}


article h1, aside h1, .nav-header {
	color: #27723c;
	padding: 0px;
	margin: 0px 0px 10px 0px;
    font-size: 20px;  
}

article li{
  margin-bottom:10px;
}
aside {
	width: 227px; 
	min-height: 370px;
    height: auto !important;
    height: 370px;
	border-radius: 10px;
	margin-right: 10px;
	padding: 15px;
	display: inline-block;
	vertical-align: top;
    background-color: white;
}

aside ul li{
   list-style-type:none;
  margin-bottom:10px;
  font-weight: bold;
  margin-left:-20px;
}
footer {
	margin-top: 10px;
	background-color: white;
    border-radius: 5px;
	color: white;
	width: 990px;
	height: 55px;
	clear:both;
	padding: 10px 0px 0px 10px;
    box-shadow: 5px 5px 5px black;
  
  	background-image:url(../images/footer-logos.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
footer p{
	padding: 0px;
	margin: 0px;
}

.skg-weather #vooruitzichten {
  margin-left:-6.5px;
}

/* KRAMP LoginBox */  
.LoginBox a { color: #27723c }
		.LoginBox {width:220px;background-color:#f0f1f5;border:1px solid #D1D1D0;font: 12px/18px Arial, Helvetica, sans-serif;}
		.LoginBox .bottom { clear:both;padding:20px 20px 10px 20px; text-align: center;}
		.LoginBox .logo {background-color:#fff;padding:25px 20px; border-bottom:#343434 7px solid; text-align: center; font-size: 15px; font-weight: bold;}
		.LoginBox .LoginForm { border-top: #27723c 7px solid; }
		.LoginBox .formfield {padding:10px 10px 0 10px;}
		.LoginBox .input{width: 160px; padding: 2px 0px;}
		.LoginBox .forgetPW{padding:5px 10px 0 10px;}
		.LoginBox .MoreInfoLink{ float: left; margin-top: 7px;}
		.LoginBox .button { background:#fc0; font-weight: bold; color: #000; border: 1px solid #b61e2a; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); display: inline-block; margin-bottom: 0; text-align: center; vertical-align: middle; cursor: pointer; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); margin: 0; outline: 0; font-size: 12px; -webkit-border-radius: 2px; border-radius: 2px; float:right; padding: 5px; }
