* {
	margin : 0;
	padding : 0;
}
body {
	background: #111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

a {
	color: #333399;
}

a:hover {
	color: #4747c2;
	text-decoration: none;
}

#header {
	background: #111 url('images/header2.jpg') right no-repeat;
	border-bottom: 10px #808080 solid;
	height: 100px;
}

#container {
	background: #ffffe8;
}

#menu { 
	float:left;
	width: 196px;
	border: 2px solid #111;
}

#menu #menuheader {
	background: url('images/menubg.jpg') repeat-y;
	text-align: right;
	font-size: 10px;
	color: white;
	padding: 3px;
	border-bottom: 1px solid #808080;
}

#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: #ffffe8;
	display: block;
	width: 186px;
	padding: 3px 5px;
	text-decoration: none;
	border-bottom: 1px solid #808080;
	background: #111;
	
}

#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: #111 url('images/footer.jpg') bottom repeat-x;
	width:100%;
	position:relative;
	height: 140px;
	margin-top: -152px;
	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;
}
