/* Info ****************
CSS
Tobias Stenström
www.ofod.se
************************ */	

/* Allmänt
************************ */	
* { 
	margin:0; 
	padding:0;}
body { 
	background:url(bilder/bg.gif) top repeat-y #99ccff;
	font-size:small;}	
* html body { 
	font-size:x-small; 
	f\ont-size:small; }

li { 
	list-style-type:none;}
	
/* Länkar
************************ */	
a:link 		{ text-decoration:underline; color:#000; }
a:active 	{ text-decoration:underline; color:#000; }
a:visited 	{ text-decoration:underline; color:#000; }
a:hover 	{ text-decoration:underline; color:#0068B4;}	
a img 		{ border:1;}

/* Typografi
************************ */				
h2 {
	font-size:150%;
	font-weight:bold;
	color: #A69675; }
	
	
p {
	font:normal 90%/1.6 arial, sans-serif; 
	color:#131416;
	margin:0 0 10px;}
p.ingress {
	font-size:100%;
	font-weight:bold;}

p.rubrik {
	font-size:200%;
	font-weight:bold;
	color: #0068B4;
}	

p.underrubrik {
	font-size:150%;
	font-weight:bold;
	color: #0068B4;
}	
	
div#header ul {
	font:normal 85%/1.6 arial, sans-serif; 
	color:#191a1e;
	width:591px;
	padding-top:190px;
	text-align:center;}
div#header li {
	display:inline;
	margin:0 15px;}	
div#header li.active a {
	font-weight:bold;}	
div#header li a {
	text-decoration:none;}
div#header li a:hover {
	text-decoration:underline;}
	
ul#vi {
	font:bold 85%/1.6 arial, sans-serif; 
	color:#191a1e;
	margin:0 0 10px;}
ul#vi li {
	background:url(bilder/arrow.png) 0 3px no-repeat;
	padding-left:20px;
	margin:0 0 2px 10px;}	
	
/* STRUKTUR
************************ */		
div#topdiv {
	background: url(bilder/bg_top.gif) repeat-x;
	height:221px;}	
div#header {
	background:url(bilder/header2.gif) 0 repeat-y;
	width:711px;
	height:221px;
	margin:0 auto;}
div#content {
	width:550px;
	height:85;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	float: none;
	left: auto;
}	

div#bild {
	width:475px;
	height:85;
	position: relative;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	float: none;
	left: auto;
}
div#news {
	width:175px;
    position: relative;
	height:100&;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;

}

ul#bilder li {
	display:inline;}	
ul#bilder li a img {
	height:60px;
	margin:0 5px 5px 0;}
	
form {
	width:230px;
	float:right;
	display:inline;
	margin:0 0 0 20px;}	
form ol li {
	background:none;
	padding:2px 0 2px 0;
	text-align:right;}
form label {
	font:bold 85%/1.5 arial;
	display:block;
	float:left;
	text-align:left;}
form input {
	font:normal 85%/1.2 arial;
	width:110px;
	background-color:#e3d8c5;
	border-top:solid 1px #191a1e;
	border-right:solid 2px #060607;
	border-bottom:solid 2px #060607;
	border-left:solid 1px #191a1e;
	padding:2px;}	
form textarea {
	font:normal 100%/1.2 arial;
	width:223px;
	height:100px;
	clear:left;
	display:block;
	background-color:#e3d8c5;
	border-top:solid 1px #191a1e;
	border-right:solid 2px #060607;
	border-bottom:solid 2px #060607;
	border-left:solid 1px #191a1e;
	padding:2px;}
form button {
	font:normal 85%/1.2 arial;
	width:110px;
	background-color:#c4b191;
	border-top:solid 1px #191a1e;
	border-right:solid 2px #060607;
	border-bottom:solid 2px #060607;
	border-left:solid 1px #191a1e;
	padding:2px;}
	
	
	
html{
	height: 100%;}
body{
	height: 100%;}
#nonfooter{
	position: relative;
	min-height: 100%;
}
#TopFrame {
	width: 90%;
	height: 100%;
	border: 0px;
}
#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

* html #nonfooter{
	height: 100%;}
#footer{
	background: center url(bilder/footer.jpg) 0 no-repeat;
	width:711px;
	height:40px;
	position: relative;
	background-image: url(bilder/footer.jpg);
	margin-top: -80px;
	margin-right: auto;
	margin-bottom: auto;
	margin: -30px auto 0 auto;}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer{
	margin-top: auto;}
