﻿body 
{
	background-image:url(images/img_body_bg_01.gif); 
	background-repeat:repeat-x;
	background-attachment: scroll;
	background-position:top center;
	background-color: #f8f8f8;
	margin:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

body
{
    text-align:-moz-center;
}

.main {
	width: 900px;
}

.fnidder
{
    float:left;
    width:900px;
    height:225px;
    background-color:#171719;
    background-image:url('images/img_header_bg_01.jpg');
    background-position:top center;
    background-repeat:no-repeat;
    text-align: center;
}

.logo
{
    float: left;
    width:800px;
    margin-left:50px;
    text-align:center;
}

.skygge
{
    float: left; 
    width: 900px;
/*    background-image: url('images/img_headershadow_01.gif');
    background-position: left;
    background-repeat: repeat-x;*/
    text-align:center; 
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #1b1c20;
	font-weight: bold;
	margin-top: 0px;
}
.divoff {
    background-image: url('images/img_buttonbg_01.gif');
    width: 220px;
    height: 25px;
    margin-bottom: 2px;
    padding-left: 20px;
    padding-top: 5px;
    font-family: Arial;
}

.divon {
    background-image: url('images/img_buttonbg_02.gif');
    width: 220px;
    height: 25px;
    margin-bottom: 2px;
    padding-left: 20px;
    padding-top: 5px;
    font-family: Arial;
}

.divoff a:link, .divoff a:visited, .divoff a:hover, .divon a:link, .divon a:visited, .divon a:hover {
    color: #0cd837;
    text-decoration: none;
    width: 220px;
    height: 25px;
    display: block;
}

p, ul, li, td
{
    font-family: Arial;
    font-size: small;
}

.buttomlink a:link, .buttomlink a:visited, .buttomlink a:hover 
{
    color: #8d8e90;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    text-decoration: none;
}

.bottomlink a:link, .bottomlink a:visited, .bottomlink a:hover 
{
    color: #1b1c20;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    text-decoration: none;
}