/* CSS Document */

body { background-color: #000000; font-family: Arial; font-size: 70%; color: #D7CEB9}
 body {scrollbar-base-color: #000000; scrollbar-track-color: #000000;}


a:link { text-decoration: underline; color: #D7CEB9; }
xa:link { font-style: italic; }
a:visited { text-decoration: underline; color: #D7CEB9; }
a:active { text-decoration: none; color: #D7CEB9; }
a:hover { text-decoration: underline overline; }

h1 { font-family: Arial; font-size: 24px}
h2 { font-family: Arial; font-size: 14px}
h3 { font-family: Arial; font-size: 12px}


#menu {
	position:absolute; left:50px; top:37px; width:535px; height:80px; z-index:1;
}

#foot {
	
	position:absolute; 
	left:50px; 
	top:570px; 
	width:755px; 
	height:20px; 
	z-index:2; 
	overflow: hidden;

}


table {
	font-size: 100%;
	line-height: 150%;
}


/* Scrollern */

.absDiv { 
	position: absolute; 
	visibility: hidden;
	font-size: 10px; }



/* Nyhetsrutan */

.nyheter {
	float: left;
	xposition:absolute; 
	width: 150px;
	background-color: transparent;

	margin: 0px;
	padding: 0px;	
}

.nyheter h3 {
	font-size: 120%;
	font-weight: bold;
	padding: 0;
	margin-bottom: 6px;
	margin-top: 0;
}

.nyheter p {
	font-size: 100%;

	padding: 0;
	margin-top: 2px;
	margin-bottom: 20px;
}


.nyheter a {

	margin-top: 12px;
	margin-bottom: 20px;
	padding-top: 10px;
}



/* Övrigt */


input { 
	background-color: #444; 
	border: 1px solid #444;
	width: 150px;
	color: white;
}

.checkbox { 
	background-color: transparent; 
	width: 20px;
	border: 0px solid #444;
}
