@charset "utf-8";
/* CSS Document */

html {
	font-size:125%;
}
body {
	margin:0px;
	padding:0px;
	font-size:50%;
	font-family:Arial, Helvetica, sans-serif;
	overflow-y:scroll;
	background-color:#dcdcdc;
}

#bodywrap {
	background:url(../bilder/bakgrund.jpg) no-repeat center top;
	height:100%;
}

/*Bakgrund*/
#wrapper {
	width:930px;
	margin:0px auto;
	padding:15px;
}
/*Slut Bakgrund*/

/*Sidhuvud*/
#header {
	width:930px;
	height:165px;
}
/*Slut sidhuvud*/

/*Logga*/
#logo {
	width:150px;
	height:150px;
	float:left;
}
#logo img {
	border:none;
}
/*Slut Logga*/

/*Topmeny*/
#topmenu {
	padding:10px 0px;
	margin-top:50px;
	width:680px;
	height:35px;
	font-size:1.5em;
	border-bottom:solid 1px white;
	float:right;
}
#topmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	padding:.6em .0em .4em;
	font-size:1em;
	text-align:center;
	color:black;
	font-weight:bold;
}
#topmenu ul li {
	color:black;
	width:auto;
	margin:0;
	padding:0px 10px;
	top:1px;
	float:left;
}
#topmenu ul li a {
	text-decoration:none;
	color:black;
}
#topmenu ul li a:hover {
	color:black;
}
#topmenu ul li:hover a, #topmenu ul li.hover a { /* This line is required for IE 6 and below */
	color:black;
}
/*Slut Topmeny*/

#bottommenu {
	padding:10px 0px;
	width:760px;
	height:25px;
	font-size:1.4em;
	background:#656565;
	float:right;
}
#bottommenu ul {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	padding:.6em .5em .4em;
	font-size:1em;
	text-align:center;
	color:white;
	font-weight:bold;
}
#bottommenu ul li {
	color:#b7b7b7;
	width:auto;
	margin:0;
	padding:0px 15px;
	top:1px;
	float:left;
}
#bottommenu ul li a {
	text-decoration:none;
	color:white;
}
#bottommenu ul li a:hover {
	color:black;
}
#bottommenu ul li:hover a, #bottommenu ul li.hover a { /* This line is required for IE 6 and below */
	color:black;
}
/*Slut Bottommeny*/

/*Container*/
#container {
	width:890px;
	padding:20px;
	margin:0px auto;
	background-color:white;
	font-size:1.5em;
	line-height:150%
}
#container img {
	margin-bottom:15px;
}
#container a {
	color:black;
}
/*Slut Container*/

/*Innehåll*/
#content {
	width:410px;
	min-height:408px;
	color:white;
	background-color:#474646;
	padding:10px;
	float:left;
	margin-bottom:20px;
}
#content h1 {
	font-size:1.4em;
	letter-spacing:1px;
}
#content h2 {
	font-size:1.2em;
}
#content h3 {
	font-size:1em;
}
/*Slut Innehåll*/

/*Kontakt box*/
#contact {
	width:260px;
	min-height:250px;
	color:white;
	background-color:#474646;
	padding:10px;
	float:left;
	margin:0px 8px 16px;
}
#contact h1 {
	font-size:1em;
	font-weight:bold;
	line-height:110%;
}
#contact p {
	font-size:1em;
	line-height:50%;
}
/*Slut Kontakt box*/

/*Innehåll ett fält*/
#text {
	width:790px;
	min-height:410px;
	color:black;
	background-color:white;
	padding:20px;
	float:left;
	margin-bottom:20px;
}
#text h1 {
	font-size:1.4em;
	letter-spacing:1px;
}
#text h2 {
	font-size:1.2em;
}
#text td {
	padding:0px 25px;
}
#text li {
	padding:5px 10px 0px;
	margin:0px 30px;
}
/*Slut Innehåll ett fält*/

/*Höger box*/
#picbox {
	width:408px;
	height:408px;
	float:right;
	background-color:#ffffff;
	padding:10px;
}
#picbox img {
	float:left;
	padding:0px;
	margin:2px;
	border:0px;
}
/*Slut Höger box*/

/*Sidfot*/
#footer {
	width:890px;
	height:35px;
	clear:both;
	margin:auto;
	line-height:2.5em;
	text-align:center;
	background-color:#ffffff;
}
#footer a {
	color:#000000;
}
/*Slut Sidfot*/

/*Luft på sidan*/
#space {
	clear:both;
	width:890px;
	height:50px;
	margin:auto;
	background-color:#ffffff;

}
/*Slut Luft på sidan*/
