html{
overflow: -moz-scrollbars-vertical;
overflow-x: auto;
}

body{
padding:0;
margin: 15px 0px 0px 0px;
font-family:helvetica;
font-size:12px;
line-height:160%;
background-color:white;
color:white;
}

td.red{
	background-color:#A70000;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	color:white;
	padding: 50px 0px 30px 0px;
}

td.nummer{
	padding:10px;
	background-color:black;
	text-align:center;
	vertical-align:middle;
	color:white;
	font-size:16px;
	font-weight:bold;
}

td.opsomming{
	background-color:white;
	padding: 10px;
	text-align:left;
	color:black;
}

td.footer{
	font-size:10px;
	color:#999999;
	padding:20px 0px;
}
	
td.form{
	background-color:#A70000;
	color:white;
	padding:10px;
}

.small{
	font-size:9px;
	font-style:italic;
}

h1{
font-weight:normal;
font-size:23px;
color:white;
margin:0px 0px 20px 0px;
line-height: 115%;
border-style:solid;
border-width:0px 0px 1px 0px;
border-color:white;
padding-bottom:5px;
}

h2{
font-weight:normal;
font-size:16px;
color:white;
margin: 0px 0px 20px 0px;
line-height:115%;
}

h3{
font-weight:normal;
font-size:14px;
color:white;
margin: 20px 0px 20px 0px;
line-height:115%;
border-style:solid;
border-width:0px 0px 1px 0px;
border-color:white;
padding-bottom:5px;
}


select{
background-color:white;
border-style:solid;
border-color:#E2E2EA;
border-width:1px;
margin:3px;
padding:3px;
}

input{
background-color:white;
color:black;
padding:5px;
margin:0px;
text-align:left;
border-style:solid;
border-color:#D80101;
border-width:1px;
font-weight:normal;
font-size: 12px;
}

input.code{
height:27px;
background-color:white;
color:black;
padding:3px;
margin:0px;
text-align:center;
border-style:solid;
border-color:#D80101;
border-width:1px;
font-weight:normal;
font-size:19px;
vertical-align:middle;
}

input.btn{
border-style: solid;
border-width: 1px;
border-color: black;
background-color:black;
color:white;
text-align:center;
font-weight:bold;
font-size:11px;
height:29px;
padding:5px 5px 5px 5px;
font-family:arial;
}

input.btn:hover{
border-style: solid;
border-width: 1px;
border-color: white;
background-color:white;
color:black;
text-align:center;
font-weight:bold;
font-size:11px;
height:29px;
padding:5px 5px 5px 5px;
font-family:arial;
}

textarea{
font-family:arial;
font-size:12px;
background-color:wite;
padding:5px;
border-style:solid;
border-color:#D80101;
border-width:1px;
color:black;
}

.red{
	color:#D80101;
}

img.right{
	margin: 4px 0px 5px 20px;
	border-style:solid;
	border-width:3px;
	border-color:white;
}

img.border{
	border-style:solid;
	border-width:3px;
	border-color:white;
}

img{border:none;}

div#popup {
background:#EFEFEF;
border:1px solid #999999;
margin:0px;
padding:7px;
width:270px;
}

div#popup a{color: #999999; text-decoration:underline;}
div#popup a:visited{color: #999999; text-decoration:underline;}
div#popup a:hover{color: #999999; text-decoration:none;}

a:link {color: white; text-decoration:underline; font-weight: bold;}
a:visited {color: white; text-decoration:underline; font-weight: bold;}
a:hover {color: white; text-decoration:none; font-weight: bold;}
a:active {color: white; text-decoration:underline; font-weight: bold;}

a.red:link {color: #D80101; text-decoration:underline; font-weight: bold;}
a.red:visited {color: #D80101; text-decoration:underline; font-weight: bold;}
a.red:hover {color: black; text-decoration:none; font-weight: bold;}
a.red:active {color: #D80101; text-decoration:underline; font-weight: bold;}

a.footer:link {color: #D80101; text-decoration:none; font-weight: normal;}
a.footer:visited {color: #D80101; text-decoration:none; font-weight: normal;}
a.footer:hover {color: black; text-decoration:none; font-weight: normal;}
a.footer:active {color: #D80101; text-decoration:none; font-weight: normal;}

a.god3:link {color: black; text-decoration:none;}
a.god3:visited {color: black; text-decoration:none;}
a.god3:hover {color: black; text-decoration:underline;}
a.god3:active {color: black; text-decoration:none;}

.required{
color: red;
}

#navcontainer ul
{
padding: 0;
margin: 0;
background-color: white;
color: White;
float: right;
width: 100%;
font-family: helvetica, arial;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 8px 12px;
margin:0;
background-color: black;
color: white;
text-decoration: none;
float: right;
border-left: 1px solid #fff;
font-weight:normal;
}

#navcontainer ul li a:hover
{
background-color: #D80101;
color: #fff;
}
