

 * {
 margin: 0px; 
 padding: 0px;}
 
 

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.5em;
	font-size: 65%;
	background-color: #FFFFFF;
}

#centrering {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

/* LAYOUT */

#sidhuvud {
	height: 130px;
	clear: both;
	width: 700px;
	background-color: #FFF;
	border-bottom: 1px solid #000;
	padding: 30px 0px 0px 0px;
}

#radbild {
	height: 300px;
	clear: both;
	width: 700px;
	background-color: #FFF;
	padding: 10px 0px 10px 0px;
}

#radmeny {
	height: 39px;
	clear: both;
	width: 700px;
	background-color: #FFF;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 10px 0px 10px 0px;
}

#radtext {
	clear: both;
	width: 700px;
	background-color: #FFF;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #000;
}

#sidfot{
	height: 50px;
	clear: both;
	width: 700px;
	background-color: #FFF;
}



/* LÄNKAR */

a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:visited { 
	text-decoration: none; 
	color: #666666;
	font-weight: bold;
}

a:active { 
	text-decoration: none; 
	color: #666666;
	font-weight: bold;
}

a:hover { 
	text-decoration: none; 
	color: #999999;
	font-weight: bold;
}

/* MENY */

#menycontainer ul{
list-style-type: none;
}

#menycontainer ul li a{
background: transparent url(bilder/dot1.gif) left center no-repeat; 
padding-left: 15px; 
font-size: 100%; 
text-decoration: none; 

}

#menycontainer ul li a:hover{
background: transparent url(bilder/dot2.gif) left center no-repeat;
text-decoration: underline; 
}

/* RUBRIKER */

h1, h2, h3, h4 {
	color: #000000;
	margin: 0px 0px 10px 0px;
}

h1 {
	font-size: 100%;

}

h2 {
	font-size: 100%;
	color: #990000;

}


/* BOXAR */

.twobox {
	width: 415px;
	float: left;
	clear: both; 
}

.box1 {
	width: 60px;
	float: left;
    clear: both; 
}
.box2 {
	width: 350px;
	float: right;
}


p {
	padding-bottom: 20px;
}

hr 
{
	border-top: 1px solid #bbb; 
	border-right: 0px;
	border-bottom: 0px; 
	border-left: 0px;
	height: 1px;
	background-color: #bbb;
}