@charset "UTF-8";
/* CSS Document */

* { padding: 0px; margin: 0px; }
body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}

#wrapper {
	width: 560px;
	height: auto;
	margin: auto;
	margin-top: 50px;
	background-color: #f7edd2;
}

#header {
	background-color: #036;
	width: 540px;
	height: 80px;
	margin: 10px 10px 10px 10px;
	float: left;
}

#header h1 {
	color: #FFF;
	padding: 6px;
	font-size: 16px;
	font-weight: lighter;
}

#content {
	width: 560px;
	height: 100%;
	float: left;
}

#content p { font-size: 13px; padding: 3px 10px; }

#footer {
	width: 540px;
	height: 40px;
	clear: both;
}

#footer p { padding: 10px; font-size: 10px; }

/* MENY */

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li { display: inline; list-style-type: none; }
#navlist a { padding: 3px 10px; margin: 10px; }

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #036;
	text-decoration: none;
	font-size: 12px;
}

#navlist a:hover {
	color: #fff;
	background-color: #369;
	text-decoration: none;
}
