/* CSS Document created by informo.se */

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


body {
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height: 1.5em;
	font-size: 80%;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(bilder/bgd.jpg);
	background-repeat: repeat-x;
}

/* LAYOUT */

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

#kolumncontainer {
	width: 650px; 
}

 p {
	line-height:20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* SIDHUVUD */

#sidhuvud {
	clear: both;
	text-align:center;
	background-color: transparent;
	padding: 30px 0px 20px 0px;
	background-image: url(bilder/shadow_up.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#sidhuvud p {
	line-height:20px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 90%;
	letter-spacing: 0.2em;
}


#sidhuvud_meny {
	clear: both;
	text-align:center;
	background-color: #FFF;
	padding: 10px 0px 30px 0px;
	background-image: url(bilder/shadow_down.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 90%;
	color: #333333;
}

/* KOLUMN 1 */

#kolumn1 {
	float: left;
	width: 200px;
	padding: 15px;
	background-color: #FFF;
 }


#kolumn2 {
	float: right;
	width: 390px;
	padding: 15px;
	background-color: #FFF;
 }

#kolumn2 p {
	line-height:20px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 100%;
}




/* SIDFOT */

#sidfot {
	clear: both;
	font-size: 90%;
	text-align: center;
	padding: 30px 0px 10px 0px;
	background-image: url(bilder/shadow_up.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #6B97A7;
	height: 20px;
 }


/* LÄNKAR */

a {
	color:#6B97A7;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
	color: #333333;
}



/* MENY */

#meny li {
	display: inline;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Verdana;
	letter-spacing: 0.1em;
}


/* RUBRIKER */

h1, h2, h3, h4 {
	color: #6B97A7;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: normal;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

strong
 {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.ingress
 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 120%;
}


/* FORM */

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



/* BOXAR */

#twobox {
	width: 395px;
	float: left;
	clear: both;
	padding-top: 15px;
}

#box1 {
	width: 150px;
	float: left;
    clear: both; 
}
#box2 {
	width: 240px;
	float: right;
}
