* {
	margin: 0px;
	padding: 0px;
}

body{
	min-width: 1200px;
	background-color: #84828d;

	color: black;
	font-family: "Calibri";
	height: 100%;
	width: 100%;
}

#subItem li{
	margin-left: 35px;
	list-style: none;
}

#logovca{
	float: right;
	width: 130px;
	margin: 75px;
}

.links{
	float: left;
	margin-right: 60px;
}

#item li{
	list-style: none;
}

.contactForm{
	margin: 5px;
}


#sideBar{
	float: left;
	margin-top: 170px;
	

}

#advertisement{
	float: right;
	
	height: 200px;
		width: 231px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin: 15px;
margin-top: 185px;
background: black;

behavior: url(PIE.htc);
border: white solid 2px;
padding: 5px;
color: white;
text-align: center;

}

#contentsmall{
	width: 580px;
	padding: 60px;
	float: left;
	margin-top: 165px;
}

#contentLinks{
	width: 580px;
	padding: 60px;
	float: left;
	margin-top: 165px;
}

#contentLinks a{
	margin-top: 10px;
	text-decoration: none;
	color: black;
}

#contentLinks a:hover{
	color: white;
}

#contentLinks h3{
	margin-top: 20px;
}

#contentsmall p{
	font-family: Calibri;
	padding-top: 25px; 
}

#logo{
	float: left;
	margin: 15px;
	margin-left: 45px;
	margin-right: 45px;
	height: 140px;
	width: 140px;
}

#header{
	position: fixed;
background: #4662DD;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4662DD), to(#000000));
background: -webkit-linear-gradient(#4662DD, #000000);
background: -moz-linear-gradient(#4662DD, #000000);
background: -ms-linear-gradient(#4662DD, #000000);
background: -o-linear-gradient(#4662DD, #000000);
background: linear-gradient(#4662DD, #000000);
-pie-background: linear-gradient(#4662DD, #000000);
behavior: url(PIE.htc);
	width: 100%;
	height: 170px;
	
}

#sideBar ul{
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 231px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;

background: #E8E7FD;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4662DD), to(#84828d));
background: -webkit-linear-gradient(#4662DD, #84828d);
background: -moz-linear-gradient(#4662DD, #84828d);
background: -ms-linear-gradient(#4662DD, #84828d);
background: -o-linear-gradient(#4662DD, #84828d);
background: linear-gradient(#4662DD, #84828d);
-pie-background: linear-gradient(#4662DD, #84828d);
behavior: url(PIE.htc);
}


#sideBar a{
	text-decoration: none;
	color: black;
}

#navigation{
	float: left;
	height: 100%;
	margin-top: 8px;
	border-left: solid 4px #FFFBF0;
	height: 154px;
	
}

#headText{

	font-family: "Trebuchet MS";
	color: #FFFBF0;
	margin-top: 40px;
	margin-left: 40px;
	margin-bottom: 15px;
	
}

#sideBar li{
	list-style: none;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	padding-top: 9px;
	margin: 10px;
	width: 215px;
	height: 33px;
	
}

#sideBar li:hover{
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
	background-color: black;
	color: #FFFBF0;
	cursor: pointer;
}

#active{
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
	background-color: black;
	color: #FFFBF0;
	cursor: pointer;
}

#footer{
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 0;
	height: 30px;
	background-color: black;
	color: #FFFBF0;
}

#footerTekst{
	padding: 7px;
	font-size: small;
	text-decoration: none;
}

#footerTekst a{
	color: #FFFBF0;
	font-size: small;
	text-decoration: none;
}

#advertisement {
    display: none !important;
}