/* CSS Document */
body { background-image: url('bilder/bakgrund/vegsvart.gif'); background-color: #505050;
	background-attachment: fixed;
	margin: 0; padding: 0}
	

h1 { font-family: Verdana; font-size: 24px;}
h2 { font-family: Verdana; font-size: 14px;}
h3 { font-family: Verdana; font-size: 12px}
body {font-family: Verdana; font-size: 11px;}
p {font-family: Verdana; font-size: 11px;}
td {font-family: Verdana; font-size: 11px;}
li {font-family: Verdana; font-size: 11px;}


#index {width:800px; height:470px; z-index:1; 
	padding:0;
	margin-top: 100px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #000000;}
	
	
#nytt {
	border: none;
	background: #ffffff;}


#menycontainer{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: transparent;}
	
#menycontainer ul{font: 70% Verdana, Helvetica, sans-serif; letter-spacing: 4px;}
#menycontainer li{margin: 0; display: inline; list-style: none;}
#menycontainer ul a{text-decoration: none;margin: 0;}
#menycontainer li a{ text-decoration: none; padding: 5px; border: 1px solid #000000; 
							 margin-left: 1em; background: #669933;}


#menycontainer a:link {color: #ffffff;}
#menycontainer a:visited {color: #ffffff;}
#menycontainer a:hover{background: #336600;}
#menycontainer a:active {background: #99cc66; color: #000000;}



