@charset "utf-8";
/* CSS Document */
#layout{
			max-width: 1400px;
			margin-left:auto;
			margin-right:auto;
}

aside{
	background-color:#F5F3F3;
	float:left;
	padding:5px;
	margin-left: 1%;
	margin-top: 2px;
	border:1px solid grey;
	line-height:25%;
	height:300px;
	box-sizing: border-box;
	
}

aside p {
		line-height: 100%;
		word-wrap:break-word;
    	word-break:break-all;
}

article { 
	background-color: white;
	float: left;
		
}

body{
	background:#006983;
}



footer{
	background-color:black;
	clear: both;
}

footer p{
	color:antiquewhite;
}

#formal {
	background-color: white;
}

h2 {
	font:bold;
}

h3{
	font:bolder;
	font-size:14px;
}

h1 {
	color:#006983;
}

hr {
	color:grey
}

img {
	padding:5px;
	height: auto;
	max-width: 40%
}

section::after {
	content: "";
	clear: both;
	display: block;
	background-color:white;
}

section {
	background-color: white;
}



header {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size:10px;
	background-color: white;
	

}

header, nav, section, article, section, footer{
	
	border:2px solid grey;
	margin:1px auto;
	max-width:1400px;
	padding:8px;
	box-sizing:border-box;
}

nav {
	background-color:white;
}

nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	
}

nav ul li {
	display:inline;
	margin:5px;
}

nav li {
	float:left;
}

nav li a {
	display: block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none
}

nav a:link a:visited{
	text-decoration: none;
	
}

nav a:hover {
	
	text-decoration: none;
	background:#006983;
	font-weight:bold;
}

nav a:active { text-decoration: none;}

.vamialogo {
	height: auto;
	max-width: 90%;
	align:center;
	
}

.MTLOGO {
	height: auto;
	max-width: 90%;
	
}

.sponsor {
	color:#006983;
	align-content: center;
	text-align: center;}

.active {
	background-color: #006983;
	color: white;
	rounded:20%;
}

@media only screen and (min-width:768px){
	.size-1 {
		float:left;
		width: 80%;
	}
	.reklam{
	
		float:left;
		width: 18%;
	}
	
}		


	