/*************************************************
GENERAL STYLES
*************************************************/

html, body {
background:  center repeat-y #737573;
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

div, td {
font-family: tahoma,arial,verdana,helvetica,geneva;
font-size: 11px;
}

a {
font-family: tahoma,arial,verdana,helvetica,geneva;
font-size: 11px;
color: #FFF;
text-decoration: underline;
}

a.invisible, a.invisible:hover, a.invisible:visited {
visibility: hidden;
}



form {
margin: 0px;
}

.in_skicka {
	font-family : verdana, geneva, helvetica; font-size : 10px; width: 143px
	}
	
input.submit {
background: #F5F5F5;
height: 18px;
font-size: 10px;
font-weight: normal;
padding: 0px 3px 0px 3px;
color: #000;
border: solid 1px #9C0000;
}


ul {
padding-left: 10px;
}
ol {
padding-left: 10px;
}

li {
padding: 5px 0px 5px 0px;
}

p {
margin-top: 5px;
}

hr {
width: 930px;
text-align: center;
background: #F4F0F0;
color: #F4F0F0;
border: none;
margin: 8px 0px 8px 0px;
padding: 0px;
}

hr.comment {
width: 471px;
color: #990000;
}

hr.comment2 {
width: 447px;
color: #cccccc;
}

hr.comment3 {
width: 191px;
color: #cccccc;
}

hr.rightcolumn {
width: 240px;
}
hr.centercolumn {
width: 230px;
}


/*************************************************
DIV STYLES
*************************************************/


div.main {
width: 930px;
margin-left: auto;
margin-right: auto;
text-align: left;
}


div.left {
float: left;
width: 250px;
padding: 0px 8px 0px 0px;
border-right: solid 1px #F9ECEC;
}

div.mitt {
float: left;
width: 399px;
padding: 0px 0px 0px 8px;
border-right: solid 1px #F9ECEC;
}

div.right {
float: right;
width: 280px;
padding: 0px 0px 0px 2px;
}


div.bigcol {
width: 750px;
}


/*************************************************
TYPE STYLES
*************************************************/

h1 {
font-family: georgia, tahoma, verdana, helvetica, geneva;
font-weight: bold;
color: #9C0000;
line-height: 1.1; font-size: 20px
}

h2 {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #9C0000;
text-transform: uppercase;
font-size: 18px;
}

h3 {
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: black;
margin: 8px 0px 3px 0px;
padding: 0px;
}

h4 {
font-family: tahoma, arial, helvetica, geneva;
font-size: 12px;
color: #000;
}

font.text {
font-family: tahoma, arial, helvetica, geneva;
font-size: 12px;
color: #000;
}

span.white {
color: #FFF;
}

/*************************************************
LINK STYLES
*************************************************/
a.black {
color: #000000;
text-decoration: none;
}

a.black:hover {
color: #FFFFFF;
}




