* {
	margin : 10;
	padding :10;
}
body {
	background: #FFEB10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

a {
	color: #FFEB10;
}

a:hover {
	color: #4747c2;
	text-decoration: none;
}

#header {
	background: #002073 url('images/header.jpg') bottom repeat-x;
	border-bottom: 0px #002073 solid;
	height: 166px;
}

#container {
	background: #FFEB10;
}

#menu { 
	float:left;
	width: 196px;
	border: 2px solid #111;
}

#menu #menuheader {
	background: #002073 repeat-y;
	text-align: right;
	font-size: 10px;
	color: white;
	padding: 3px;
	border-bottom: 1px solid #00287B;
}

#menu ul{
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	list-style: none;
}

#menu ul li a{
	color: #FFEB10;
	display: block;
	width: 186px;
	padding: 3px 5px;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	background: #00287B;
	
}

#menu ul li a:hover {
	border-bottom: 1px dotted #808080;
}

#content { 
	margin-left: 200px;
}

#content #tekst {
	padding: 10px;
}

#content #tekst h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
}

#footer {
	clear: both;
	border-top: #808080 2px solid;
	background: #00287B url('') bottom repeat-x;
	width:100%;
	position:relative;
	height: 100px;
	margin-top: -10px;
	padding: 10px 0 0 0;
	font-size: 0.8em;
	color: White;
}

#footer ul {
	margin: 0 0 0 50px;
	padding: 0;
	list-style: none;
}

#footer ul li {
	float: left;
	padding: 0 10px 0 0;
}

#footer ul li a {
	text-decoration: none;
	color: White;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	margin:  0 0 0 50px;
	padding: 10px 0 0 0;
	display: inline;
}
