﻿body {
     background-color: #bac6d8;
     margin: 0px;
     font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     line-height: normal;
    }
a:link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0855CE;
	text-decoration: none;
}

a:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #408080;
	text-decoration: none;
}
a:visited {
	  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0855CE;
	text-decoration: none;
}
a:hover {
	  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0855CE;
	text-decoration: none;
	text-decoration: underline;
}

#mainContent
{
    width:980px;
    min-height: 100px;  
}
.mainwin
{
    background-image: url(../bilder/bakgrund.gif);
    padding: 23px;
}
.rubrik
{
    color: #ce850f;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
   
}
.bigrubrik
{
    color: #ce850f;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: normal;    
}
.midrubrik
{
    color: #ce850f;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;    
}
.smallrubrik
{
    color: #ce850f;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;    
}
#textwin
{
    text-align: left;  
    /*height: 350px;*/
    display:block;
    overflow: visible;
}
.brodtext
{
    color: #000000;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal; 
}
.errorText
{
    color: Red; 
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal; font-weight: bold; 
}
input
{
    /*width: 200px;*/
}
textarea
{
    width: 200px;
    height: 30px;
}
.noborder
{
    border: 0px;
    margin: 0px;
    /*margin-bottom: -1px;*/
    padding: 0px
}

