/* Info ****************
CSS
Jonny Strömberg
http://www.jonnystromberg.se
************************ */	

/* Allmänt
************************ */	
* { 
	margin:0; 
	padding:0;}
body { 
	background:url(bilder/bg_body.jpg) #fff repeat-x;
	font-size:small;
	margin-bottom:20px;}	
* html body { 
	font-size:x-small; 
	f\ont-size:small; }

.f_right {
	float:right;
	margin-right:-20px;
	display:inline;}	
li { 
	list-style-type:none;}
	
/* Länkar
************************ */	
a:link 		{ text-decoration:underline; color:#fff; }
a:active 	{ text-decoration:underline; color:#fff; }
a:visited 	{ text-decoration:underline; color:#fff; }
a:hover 	{ text-decoration:underline; color:#999;}	
a img 		{ border:0;}

/* Typografi
************************ */		
h1 { 
	background:url(bilder/logo.gif) no-repeat;
	width:189px;
	height:80px;
	float:left;
	display:inline;
	margin:0 0 0 30px; }
h1 span {
	display:none;}	
h2 {
	font:bold 185%/1.5 arial, sans-serif; 
	color:#fde907;
	text-transform:uppercase;
	letter-spacing:-1px;}
			
p {
	font:normal 129%/1.5 arial, sans-serif; 
	color:#fff;
	margin-bottom:10px;}
div#content ul {
	font:normal 129%/1.5 arial, sans-serif; 
	color:#fff;
	margin-bottom:10px;}	
	
/* STRUKTUR
************************ */		
div#header {
	background:url(bilder/bg_top.gif) repeat-x;
	height:80px;
	text-align:left;}	
div#center {
	background:url(bilder/bg_center.jpg) left bottom;
	text-align:left;}
div#bg {
	background:url(bilder/blomma.jpg) no-repeat left bottom;
	text-align:left;
	width:757px;}
div#content {
	text-align:left;
	margin-left:290px;
	padding:40px 0 60px 0;}	
div#bottom {
	background:url(bilder/bg_bottom.gif) repeat-x;
	height:167px;
	text-align:left;}	
div#content img {
	margin-left:-270px;
	float:left;}
.start{
	margin-left:270px;}
ul#menu {
	float:left;
	margin-left:57px;}	
ul#menu li {
	display:inline; }
ul#menu li.active a {
	font-weight:bold;}
ul#menu li a {
	font:normal 100% arial;
	line-height:80px;
	display:inline;
	color:#000; 
	margin-left:15px;
	text-decoration:none;}
ul#menu li a:hover {
	text-decoration:underline;}
	
div#bottom ul {
	background:url(bilder/logo2.gif) center 30px no-repeat;
	width:757px;
	height:200px;
	text-align:center;}	
div#bottom ul li {
	font:normal 90%/40px arial, sans-serif; 
	color:#222;
	text-align:center;
	display:inline;
	margin:10px 10px 0;}
div#bottom ul li a {
	font:normal 100% arial;
	text-decoration:underline;
	display:inline;
	color:#000; 
	margin-left:15px;}

