html, body, #container {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #container {
	height: auto;
}
html, body {
    height: 100%;
}
html {
	overflow-x:hidden;
}
body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", "Century Gothic", arial, verdana, sans-serif;
	font-size:12px;
	color:#03193a;
	background-image:url(/images/main.jpg);
	background-repeat:repeat-y;
	background-color:#FECE00;
	overflow-x:hidden;
}
h1 {
	line-height:19px;
	font-size:16px;
	font-weight:bold;
}
h2 {
	line-height:19px;
	font-size:14px;
	font-weight:bold;
}
h3 {
	line-height:19px;
	font-size:12px;
	font-weight:bold;
}
h4 {
	line-height:19px;
	font-size:13px;
	font-weight:bold;
}

#container {
}
#main {
}
#tekst {
	position:relative;
	left:120px;
	width:440px;
	top:30px;
	min-height:500px;
	height:auto!important;
	height:500px;
}
#tekst td {
	vertical-align:top; 
}
#tekst a {
	color:#3d7a2e;
}
#tekst a:hover {
	color:#929e8f;
}
#top {
	position:relative;
	height:133px;
	width:100%;
	background-image:url(/images/texture.jpg);
	background-repeat:repeat-x;
}
#flash {
	position:relative;
	z-index:50;
}
#head {
	position:relative;
	background-image:url(/images/head.jpg);
	background-repeat:repeat-x;
	width:8000px;
	height:5px;
	top:-5px;
}
#menu {
	position:absolute;
	top:102px;
	left:635px;
}
#logo {
	position:absolute;
	top:166px;
	left:18px;
	z-index:50;
}
#footer {
	position:relative;
	height:67px;
	width:100%;
	bottom:160px;
	left:30px;
}
#album {
	position:absolute;
	left:450px;
	top:206px;
}
#album img {
	padding:0 0 10px 0;
}
#motif {
	position:absolute;
	background-image:url(/images/motif.jpg);
	width:2px;
	top:133px;
	height:368px;
	margin-left:810px;
}

#nav {
	list-style:none;
	padding:0;
	margin:0;
}
#nav li {
	list-style:none;
}
#menu {
	position:absolute;
	margin-top:50px;
	width:111px;
	font-weight:bold;
	background-image:url(/images/navback.gif);
	background-repeat:no-repeat;
	margin-left:-9px;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-top : -20px;
	padding-top:0;
	width:150px;
	z-index:-100;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	width:250px;
}
#nav li ul li {
	position:relative;
	margin:0;
	width:111px;
	margin-left:8px;
}	
#nav li ul ul { /* third-and-above-level lists */
	position : absolute;
	left: -999em;
	margin-top : -20px;
	padding-top:0;
	width:111px;
}
#nav li ul ul li {
	position:relative;
	margin:0;
	width:111px;
	margin-left:8px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	position : absolute;
	left: -999em;
	margin-top : -20px;
	padding-top:0;
	width:111px;
	padding-left:-18px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	position:absolute;
	left:70px;
	margin-top:-20px;
	padding-top:0;
	width:111px;
}
#nav li a {
	display:block;
	color:#03193A;
	line-height:28px;
	height:28px;
	text-decoration : none;
	padding:0 0 0 20px;
	background-image:url(/images/menuitem.jpg);
	background-repeat:no-repeat;
	width:151px;
	font-size:12px;
	font-weight:bold;
}
#nav li ul li a {
	display:block;
	color:#ccc;
	line-height:18px;
	height:18px;
	text-decoration : none;
	padding:0 0 0 20px;
	width:111px;
	background-color:#464A4A; 
}
#nav li a:hover {
	color:#03193A;
	background-image:url(/images/menuitem-over.jpg);
	background-repeat:no-repeat;
}
#nav li a:active {
	color:#03193A;
	background-image:url(/images/menuitem-over.jpg);
	background-repeat:no-repeat;
}
#nav li a.selected {
	color:#03193A;
	background-image:url(/images/menuitem-sel.jpg);
	background-repeat:no-repeat;
}

.text {
	width:300px;
	font-family:"Trebuchet MS", "Century Gothic", arial, verdana, sans-serif;
	color:#03193A;
	border:#999 1px solid;
	background-color:#FFF9CE;
	font-size:11px;
}
.textarea {
	width:300px;
	height:150px;
	font-family:"Trebuchet MS", "Century Gothic", arial, verdana, sans-serif;
	color:#03193A;
	border:#999 1px solid;
	background-color:#FFF9CE;
	font-size:11px;
}
.formtd {
	vertical-align:top;
	padding-right:10px;
}
.formbutton {
}
#tekst img {
	border:1px #000033 solid;
	padding:3px;
	margin:0 5px 0 5px;
}
#tekst img.foto {
	background-color:#E9D682;
	border:2px #03193a solid;
	padding:3px;
	margin:0 15px 15px 15px;
}
#tekst img.foto:hover {
	background-color:#738eb7;
	border:2px #03193a solid;
	padding:3px;
	margin:0 15px 15px 15px;
}