body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}


/********************
***   RUBRIKER    ***
*********************/

h1{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}


h2{
	font-size: 14px;
	color: #333;
	font-weight: bold;
}


h3{
	font-size: 12px;
	color: #333;
	font-weight: bold;
}


/********************
***     LÄNKAR    ***
*********************/

a, a:link, a:active, a:hover, a:visited{
	text-decoration: none;
	color: #600;
}

a:hover{
	text-decoration: underline;
}

#top ul li a{
	text-transform: uppercase;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

#footer a, #footer a:link, #footer a:active, #footer a:hover, #footer a:visited{
	color:#FFFFFF;
}


/********************
***     ANNAT    ***
*********************/

hr{
	height: 1px;
	border-top: 1px dotted #999;
}

.ram{
	border: 1px solid #666;
}


#footer{
	font-size: 10px;
}

.center{
	text-align:center;
}

#bildgalleri a {
	display: block;
	width: 140px;
	height: 140px;
	border: solid 1px #ddd;
	float: left;
	text-align: center;
	margin: 5px;
	padding: 5px;
}
#bildgalleri a:hover {
	border: solid 1px #aaa;
}
#bildgalleri img{
	margin: 4px;
	border: 1px solid #666;
}


.box{
	display:inline;
	width: 200px;
	float: left;
	margin-right: 20px;
	/*height: 300px;*/
}

/********************
***   FORMULÄR    ***
*********************/

fieldset{
	background: transparent;
}

input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 200px;
	margin-bottom: 10px;
}

textarea{
	height: 100px;
}

.btn{
	width: 80px;
}