﻿body
{
    font-family: Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    font-size: 12px;
    line-height: 12px;
    /*background: url(../../images/bakgrund.jpg); 
    background-repeat:repeat;*/
    background-color: black;
    color: #ffffff;
    /*margin-top:10px;*/
}
a:link
{
    color: #ffffff;
}
a:visited
{
    color: #ffffff;
}
a:hover
{
    text-decoration: underline;
    /*color: #FFFFFF;*/
}
a:active
{
    text-decoration: none;
    color: #ffffff;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
   margin: 5px 0 5px 0;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #ffffff;
}
h2
{
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
}
h3
{
    font-size: 12px;
    font-weight: normal;
    line-height:17px;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#wrapper {
	text-align:left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width:400px;
	overflow: hidden;
}
#body
{
    /*width: 770px;*/
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    font-size: 12px;
    line-height: 18px;
    /*background-color:White;*/
}

