

/* grund */

body {
	
	background-image: url(pics/bg.png);
	background-repeat: repeat; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#000000;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.2em;
	}

a {
	text-decoration:underline;
	text-underline-style: 1px dotted;
	color:#000000;
	}

a:hover {
	text-decoration:underline;
	color:#FF5700;
	}


/* struktur*/

#wrapper {
	margin:0 auto;
	width:455px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:140px;
	background:url(pics/header.png) no-repeat;
	}

#menu {
	height:35px;
	line-height:35px;
	background:url(pics/bg-menu3.png) repeat-x;
	padding:0 0px;
	}

#content {
	float:left;
	width:455px;
	min-height:400px;
	}

#footer {
	clear:both;
	height:120px;
	background:url(pics/bg-footer2.png) no-repeat;
	}

/* textfält*/

.entry {
	padding:5px 10px;
	text-align:left;
	line-height:1.5em;
	text-indent: 0px

	}



.title {
	font-size:1.40em;
	color:#FF5700;
	font-weight:normal;
	letter-spacing:-1px;
	}




/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 5px;
	display:block;
	color:#000000;
	text-decoration:none;
	margin-right:0px;
    	font-weight:bold;
	
	}

#menu li a:hover {
	background:url(pics/bg-menu-hover1.png) no-repeat center center;
	

}




/* Footer */

#footer-valid {
	float:left;
	padding-top:30px;
	padding-left:10px;
	cursor:default;
	color:#000000;
	font-size:0.8em;

}



#footer-valid a {
	color:#000000;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#000000;
	text-decoration:underline;
	}

/* rubriker */

h1 {
	
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}

h2 {
	
	font-size:1.40em;
	color:#FF5700;
	font-weight:normal;
	letter-spacing:-0,5px;
	line-height:1.75em;
	}

h3 {
	
	font-size:1.30em;
	color:#000000;
	font-weight:bold;
	font-style: italic;
	letter-spacing:-0,5px;
	}










