﻿body
{
    font-family: Arial, Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 14px;
    line-height: normal;
    background: url(../../images/bakgrund.jpg); 
    background-repeat:repeat-x; 
    background-color:#ffffff;
    margin:0px;
}
a:link
{
    color: #000000;
}
a:visited
{
    color: #000000;
}
a:hover
{
    text-decoration: underline;
    /*color: #FFFFFF;*/
}
a:active
{
    text-decoration: none;
    color: #000000;
}

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: #000000;
}
h2
{
    font-size: 24px;
    font-weight: bold;
    color: #aa1f32;
    line-height:28px;
}
h3
{
    font-size: 11px;
    font-weight: bold;
    line-height:15px;
}

/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

#wrapperstart
{
	margin: 0px auto;
	text-align:center;
	margin-top: 7px;
	width:1024px;
	min-height: 600px;
	overflow: hidden;
}
