body {
	margin: 0px;
	padding: 0px;
	background: #488c16 url(../img/bg.jpg) top left repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #000;
}

#container {
	margin: 0px auto;
	text-align: left;
	border: 0px;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	width: 1000px;
	background: #bde2f2 url(../img/bos.jpg) bottom left no-repeat;
	padding-bottom: 5px;
}

#content {
	min-height: 700px;
	margin: 0px;
	width: 1000px;
	background: url(../img/clouds.jpg) top left no-repeat;
}

#menu, #tekst {
	padding: 0px;
}

#menu{
	float: left;
}

#menu {
	margin: 0px 0px 0px 15px;
	width: 240px;
}

#tekst {
	margin: 0px 0px 0px 280px;
	width: 700px;
}

#menu_top, #menu_bottom, #tekst_top, #tekst_bottom {
	height: 30px;
}

#menu_top, #menu_bottom, #tekst_top, #tekst_bottom , #menu_middle, #tekst_middle {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#menu_top {
	background: url(../img/menu_top.gif) bottom left no-repeat;
}

#menu_middle {
	background-color: #55a61b;
	color: #fff;
}

#menu_bottom {
	background: url(../img/menu_bottom.gif) top left no-repeat;
}

#tekst_top {
	background: url(../img/tekst_top.gif) bottom left no-repeat;
}

#tekst_middle {
	background-color: #fff;
}

#tekst_bottom {
	background: url(../img/tekst_bottom.gif) top left no-repeat;
}

#footer {
	color: #fff;
	padding-top: 15px;
	text-align: center;
}

#footer a {
	color: #fff;
}

h1, h2 {
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

h1 {
	font-size: 50px;
	padding: 15px;
}

h2 {
	border-bottom: 2px solid #000;
	font-size: 30px;
	padding: 0px 5px 3px 20px;
	margin: 0px 10px 10px 10px;
}

h3 {
	padding: 0px 5px 3px 20px;
	margin: 5px 10px 3px 10px;
}

ul.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

ul.menu li {
	margin: 0px;
	font-family: Impact,Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
	letter-spacing: 3px;
}

ul.menu li a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

ul.menu li a:hover, ul li.active a {
	color: #022601;
}

p {
	margin: 0px;
	margin-left: 10px;
	padding: 5px 25px 5px 20px;
}

a {
	text-decoration: underline;
	font-weight: bold;
}

a:hover {text-decoration: none; }

a {
	color: #022601;
}

a img {
	border: 0px;
}

img.left {
	float: left;
    margin: 2px 8px 2px 0;
}

img.right {
	float: right;
	margin: 2px 0 2px 8px;
}
