/* Grundlæggende indstillinger for siden */
body
{
    margin: 0px;
    padding: 0px;
	background-color: #E7E7E7
}

form {
    margin: 1px;
    padding: 1px;
}

.maintable
{
	border-collapse: collapse;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

input
{
	border: solid 1px #666666;
	height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}


.button
{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.01em;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding-left: 3px;
    	padding-right: 3px;
  	CURSOR: pointer;
  	CURSOR: hand; 	
	
}


.button:active
{
border: 3px double #CCCCCC;
border-top-color: #999999;
border-left-color: #999999;
}

.button2
{
	height: 20px;
    color: white;
	background-color: red;
	border: solid 1px #666666;
    font-family: verdana, tahoma, geneva, charcoal, helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
}

/* Definerer overskrifter */
h1, h3
{
    font-family: verdana, tahoma, geneva, charcoal, helvetica, sans-serif;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

h1
{
    font-size: 117%;
    font-weight: bold;
}

h3
{
    font-size: 95%;
    font-weight: bold;
}


/* Definerer tekstformatering */
p, div, span, li, ol, td, th, input, textarea
{
    font-family: verdana, tahoma, geneva, charcoal, helvetica, sans-serif;
    color: #000000;
    font-size: 83%;
}

/* Horizontal streg */
hr
{
    color: #333333;
    height: 1px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Alm. links */
a:link
{
    font-family: verdana, arial, geneva, charcoal, helvetica, sans-serif;
    line-height: 14px;
    text-decoration: none;
}

a:visited
{
    font-family: verdana, arial, geneva, charcoal, helvetica, sans-serif;
    line-height: 14px;
    text-decoration: none;
}

a:hover 
{
    font-family: verdana, arial, geneva, charcoal, helvetica, sans-serif;
    line-height: 14px;
}

a:active 
{
    font-family: verdana, arial, geneva, charcoal, helvetica, sans-serif;
    line-height: 14px;
    text-decoration: none;
}

/* Menu links */
a.menu:link
{
	font-family: verdana, tahoma, geneva, charcoal, helvetica, sans-serif;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 80%;
}

a.menu:visited
{
	font-family: verdana, tahoma, geneva, charcoal, helvetica, sans-serif;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 80%;
}

a.menu:hover 
{
	font-family: verdana, tahoma, geneva, charcoal, helvetica, sans-serif;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 80%;
}

a.menu:active 
{
	font-family: verdana, tahoma, geneva, charcoal, helvetica, sans-serif;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 80%;
}

.whiteborder
{
	background-color: #ffffff;
	border: solid 1px #000000;
    font-family: verdana, tahoma, geneva, charcoal, helvetica, sans-serif;	
}
.whitebordersmall
{
	background-color: #ffffff;
	border: solid 1px #000000;
    	font-family: verdana, tahoma, geneva, charcoal, helvetica, sans-serif;
	font-size: 85%;	
}