.warning {
	color: red;
	font-weight: bold;
}

#footer {
	Background-color: Black
}

body { 
	background-color: black; 
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: inherit;
}

img {
	border: transparent;
	}
	
p {
	font: 14px arial, sans-serif;
	color: #99ffff;
	}

strong {
	font: 16px arial, sans-serif;
	font-weight: bold;
	color: #99ffff;
}

bold {
	font: 16px arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

em {
	font: 16px arial, sans-serif;
	font-style: italic;
	color: #99ffff;
}

remdiv {
    height: inherit;
    width: inherit;
}

.clear {
    overflow: hidden;
    width: 100%;
}

.meny {
	width: 854px;
	/*background-color: red;*/
}

a.button { 
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #99ffff;
    display: inline;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px; 
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0px 5px 18px;
} 

a.button:hover { 
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
