body
{
    font-family: Arial;
    font-size: larger;
    font-weight: bold;
    margin: 10px;
    padding: 0;
    font: 14px Verdana, sans-serif;
    text-align: center;
}

#page
{
    width: 800px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#main_menu
{
    width: 750px;
    height: 19px;
    position:absolute;
    z-index: 2;
}

#main_menu_filler
{
    background: #005E2F;
    width: 100%;
    height: 19px;
}

#main_menu_entry
{
    border-right: 4px solid white;
    width: 150px;
    float:left;
}

#main_menu_entry div
{
    float: left;
    background: #005E2F;
    width: 150px;
}

#main_menu_entry a, #menu_title
{
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid gray;
    width: 150px;
}

#main_menu_entry a
{
    padding-top: 3px;
    padding-bottom: 3px;
}

#main_menu_entry a:hover
{
    background: #00C964;
    border: 1px solid gray;
}

#smenu1, #smenu2, #smenu3
{
    display: none;
    float: left;
    width: 150px;
    font-size: 12px;
}

#smenu1 a, #smenu2 a, #smenu3 a
{
    border-top: 0 none;
    color: black;
    background: #08954E;
}

a
{
    text-decoration: none;
    color: #222;
}

a:hover
{
    text-decoration: underline overline;
    color: #FFFFFF;
}

#content
{
    position:absolute;
    top: 140px;
    z-index: 1;
    width: 750px;
    text-align: left;
}

#content iframe
{
    z-index: 1;
    width: 750px;
    text-align: left;
}

/* Tabellen */
table {
	background-color: #FFFFFF;
	border: none;
	color: #495E49;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
    width: 100%;
}

table a:link, table a:visited, table a:active {
	background-color: transparent;
	color: #0096BD;
	text-decoration: none;
}

table a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

table caption {
	background-color: transparent;
	color: #67BD2A;
	font-family: Georgia, serif;
	font-size: 24px;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: left;
}

table, td, th {
	margin: 0;
	padding: 0;
}

tbody td, tbody th {
	background-color: #D6F2C3;
	border-bottom: 2px solid #B3DE94;
	border-top: 3px solid #FFFFFF;
	padding: 9px;
}

tbody tr.odd th, tbody tr.odd td {
	background-color: #C8EDAE;
	border-bottom: 2px solid #67BD2A;
}

tbody tr:hover td, tbody tr:hover th {
	background-color: #BAE899;
}

td, th {
	vertical-align: middle;
}

tfoot td, tfoot th {
	font-weight: bold;
	padding: 4px 8px 6px 9px;
}

thead th {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 0 8px 2px 8px;
	white-space: nowrap;
}

/* Image with caption */
.images
{
    vertical-align: bottom;
}

.image
{
    float: left;
    margin: 0.5em;
    vertical-align: bottom;
    text-align: left;
	font-size: 9px;
}

.image img
{
    width: 100px;
    height: 70px;
    vertical-align:middle;
}