body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}


/********************
***   RUBRIKER    ***
*********************/

h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	clear:left;
}


h2{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	clear:left;
}

h3{
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

h4{
	font-size: 12px;
	color: #333;
	font-weight: bold;
}


/********************
***     LÄNKAR    ***
*********************/

a, a:link, a:active, a:hover, a:visited{
	text-decoration: none;
	color: #00007b;
}

a:hover{
	text-decoration: underline;
}


/********************
***     MENYN    ***
*********************/
#header ul li{
	margin-right: 20px;
	margin-left: 0px;
}


#header ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00007b;
	text-transform: uppercase;
	font-weight: bold;
}

#header ul li a:hover{
	text-decoration: none;
	color: #e28000;
}




/********************
***     ANNAT    ***
*********************/

hr{
	height: 1px;
	border-top: 1px solid #333;
}

#footer{
	font-size: 12px;
}


#footer ul li{
	margin-right: 11px;
	margin-left: 11px;

}

.center{
	text-align:center;
}

.hoger{
	float:right;
}

#bildgalleri img{
	margin: 5px;
	border: 1px solid #333;
	background-color: #ccc;
}

.box{
	display: inline;
	width: 220px;
	margin-right: 25px;
	float:left;
	margin-bottom: 10px;
}

/********************
***   FORMULÄR    ***
*********************/

fieldset{
	background: transparent;
}

input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 450px;
	margin-bottom: 10px;
}

textarea{
	height: 100px;
}

.btn{
	width: 80px;
}