﻿body {
background-image:url(bg.jpg);
background-repeat:repeat-y;
background-position:center;
background-attachment:scroll;
background-color:white;
margin:0px;

}

html{
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: scroll;
}
body, div, p, table, h1, h2, h3, h4, h5, h6 {
font-family:Arial;
font-size:11px;
color:#484848;
text-align:left;
}

#header
{
	margin-top: 1px;
	background-image:url(head.jpg);
	width:804px;
	height: 336px;
	
}
#content
{
	width:747px;
	padding-top: 20px;
}

#bottom
{
padding-top: 30px;
padding-bottom: 10px;
text-align:center;
}

#login
{
	position: relative;
	top: 222px;
	left: 28px;
}
a {
color:#799DD0;
}

.input
{
	padding: 3px;
	border: 1px solid #999999;
}


#menu img{
	margin-left: 22px;
}

#menu
{
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 196px;
}

#adminbutton{
	position: relative;
	left: 35px;
	top: 200px;
	margin-top: -12px;
	height: 12px;
	width: 37px;
	display: block;
}
#admin a
{
	text-decoration: none;
}
img{
	border: none;
}
h1 {
	font-size:20px;
	color: #7E8B91;
}
.evenline{
	background-color: #eeeeee;
}

.oddline{
	background-color: #cccccc;
}

.title{
	color: #f5f5f5;
	font-weight: bold;
	background-color: #101010;
	text-align: center;
}
.red {
color:#FF3737;
}

td.tekst {
padding:30px;
}

#one {
	margin-left: -113px;
}
#two {
	margin-left: -14px;
}
#three {
	margin-left: -33px;
}
#four {
	margin-left: 140px;
}
#one, #two, #three, #four{
	position:absolute;
	left: 50%;
	background-color:#333333;
	color:#FFFFFF;
	position: absolute;
	padding:10px;
	padding-left: 30px;
	text-align:right;
	line-height:18px;
	visibility: hidden;
	top: 211px;
	}
#one a, #two a, #three a, #four a {
    color:#FFFFFF;
	text-decoration:none;
	}
#one a:hover, #two a:hover, #three a:hover, #four a:hover {
	text-decoration:underline;
	}