/* CSS Document created by informo.se */

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


body {
	background-image: url(bilder/bgd.gif);
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.5em;
	font-size: 75%;
	background-color: #000000;
}

/* LAYOUT */


#kolumncontainer {
	width: 800px;
}

/* SIDHUVUD */

#sidhuvud {
	clear: both;
	width: 800px;

}

/* KOLUMN 1 */

#kolumn1 {
	background-color: transparent;
	float: left;
	width: 230px;
	background-image: url(bilder/bgd_left_top.gif);
	background-repeat: no-repeat;
	padding: 225px 20px 0px 0px;
	text-align: right;
	color: #FFFFFF;

 }
 



/* KOLUMN 2 */

#kolumn2 {
	float: left;
	width: 360px;
	padding: 0px 20px 0px 20px;
 }
 
 #kolumn2 p {
	line-height:20px;
	padding: 10px 0px 10px 0px;
 }


/* KOLUMN  */

#kolumn3 {
	float: right;
	width: 150px;
	background-image: url(bilder/bgd_right_top.gif);
	background-repeat: no-repeat;
	padding: 225px 0px 0px 0px;
 }




/* SIDFOT */

#sidfot {
	clear: both;
	width: 600px;
	font-size: 90%;
 }




/* LÄNKAR */

a {
	color:#666666;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	text-decoration:underline;
	background-color: transparent;
	color: #666666;
}



/* MENY */
#menu {
	text-align:right;
	margin-left: 100px;
	background-color: #000000;
	color: #FFFFFF;
}

#menu a {
	display: block;
	border-bottom: 1px solid #666;
	color:#FFFFFF;
	text-decoration:none;
	padding: 5px 0px 5px 0px;
	width: 130px;
	text-align: right;
	background-color: #000000;
}

#menu a:hover {
	color:#666666;
	background-color: #000000;
}


/* RUBRIKER */

h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

h1 {
	font-size: 150%;

}

h2 {
	font-size: 150%;

}
ul {
	padding-left: 15px;
}




/* FORM */

textarea,input,submit {
	background-color:#FFFFFF;
	color:#006699;
	padding:1px;
	border:1px solid #ccc;
	margin:1px;
}



/* BOXAR */

#twobox {
	width: 360px;
	float: left;
	clear: both; 
}

#box1 {
	width: 200px;
	float: left;
    clear: both; 
}
#box2 {
	width: 160px;
	float: right;
}
