﻿body {
}
a:focus { -moz-outline-style: none;
          outline: none; }/*this avoids having image replacement sections display a dotted outline*/ 
a:active
{
  outline: none;
}

a
{
    font: normal 12px/20px Helvetica, Arial, Verdana; 
	color: #9e9e9e;
	text-decoration: none;
    outline: none;
}

a:link { font: normal 12px/20px Helvetica, Arial, Verdana; 
	color: #9e9e9e;
	text-decoration: none;
    outline: none; }
a:visited { text-decoration:none 
            outline: none; }
            
#wrapper
{
     margin:auto;
     border: solid 1px #9d9d9d;
     width: 800px;
     height: 600px;
}

.bottom
{
	font-family: Helvetica, Arial, Verdana; 
	font-size: 11px;
	font-weight: Normal;	
}
.brodtext
{
	font-family: Helvetica, Arial, Verdana; 
	font-size: 11px;
	font-weight: Normal;
	color: #9e9e9e;
	padding:  0px 0px 0px 0px;
	line-height: 110%;	
}
.ingress
{
	font-family: Helvetica, Arial, Verdana; 
	font-size: 12px;
	font-weight: normal;
	color: #9e9e9e;
	line-height: 130%;	
}
.nyrubrik
{
	font-family: Helvetica, Helvetica, Arial, Verdana; 
	font-size: 28px;
	font-weight: 100;
	color: #ffffff;
	vertical-align: top;
    position: relative; 
    top: -6px; 
    left: -2px
}
.rubrikstor
{
	font-family: Helvetica, Arial, Verdana; 
	font-size: 22px;
	font-weight: Normal;
	color: #9e9e9e;
	text-align: left;
	vertical-align: top;
}

.rubrik
{
	font-family: Helvetica, Arial, Verdana; 
	font-size: 16px;
	font-weight: Normal;
	color: #9e9e9e;
	text-align: left;
	vertical-align: top;
}

.button {
	border:0;
	background:#a60809 !important;
	width:auto;
	float:left;	
	font-family: Impact, Geneva, Helvetica, Arial, futura, sans-serif;
	font-size: 14px;
	color:#fff;
	padding:3px 1px;
	margin:0;
	overflow:hidden;
	margin-top:15px;
	/*border:0;background-color:#a80028 !important;width:102px;height:24px;float:right;	font-family:Verdana, Geneva, Helvetica, Arial, futura, sans-serif;font-size:100%;font-weight:700;color:#FFFFFF;*/
	}
	
input, textarea	{
	font-family: Helvetica, Arial, Verdana; font-size: 12px;
	}
SELECT, checkbox, radiobutton	{
	FONT-FAMILY: Helvetica, Arial, Verdana; FONT-SIZE: 12px;
	}
	/*
	General: =clearfix
----------------------------------------------- */

.clear {
	clear:both;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
