/* Grundlæggende indstillinger for siden */
body
{
    margin: 0px;
    padding: 0px;
	background-color: #E7E7E7;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-position: left top
}

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

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

td.menuheaderLeft
{
	background-color: #666666;
	font-family: verdana, tahoma, geneva, charcoal, helvetica, sans-serif;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
	height: 16px;
	background-image: url('images/corner_top_right.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 25px
}

td.menuheaderRight
{
	background-color: #666666;
	font-family: verdana, tahoma, geneva, charcoal, helvetica, sans-serif;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
	height: 16px;
	background-image: url('images/corner_top_right.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 10px
}

td.menubullet
{
	background-color: #ffffff;
	text-align: right;
	vertical-align: text-top;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	width: 20px;
}

td.menuitemLeft
{
	background-color: #ffffff;
	padding-right: 5px;
}

td.menuitemRight
{
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 2px;
	font-size: 80%;
}

td.menuitemRightO
{
	background-color: #ffffff;
	padding-left: 4px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 80%;
}
td.menuitemRightOi
{
	background-color: ##E7E7E7;
	padding-left: 4px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 80%;
}
td.menubottomLeft
{
	background-color: #666666;
	height: 16px;
	background-image: url('images/corner_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 25px
}

td.menubottomRight
{
	background-color: #666666;
	height: 16px;
	background-image: url('images/corner_bottom_left.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px
}

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: 89%;
}

/* 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%;	
}
.whitebordersmallblue
{
	background-color: #ffffff;
	border: solid 1px blue;
    	font-family: verdana, tahoma, geneva, charcoal, helvetica, sans-serif;
	font-size: 85%;
}
.whitebordersmallgreen
{
	background-color: #ffffff;
	border: solid 1px green;
    	font-family: verdana, tahoma, geneva, charcoal, helvetica, sans-serif;
	font-size: 85%;
}
