/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
padding-top:10px;
padding-bottom:10px;
background-image:url(grafikk/bg.gif);
}

p {
 padding: 10px;

}



#wrapper { 
 margin: 0 auto;
 width: 950px;

}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 padding:10px;
 border-width: 1px; 
 border-style: outset;
 border-color: black;
 width: 777px;
 display: inline;
 overflow: auto;
 height: 668px;

}

#header {
 color: #333;
 width: 950px;
 float: left;
 height: 104px;
 background: #FFFFFF;
}

#footer { 
 width: 950px;
 height: 20px;
 clear: both;
 color: #333;
 background: #ffff99;
 align: center;
 border-width: 0px; 
 border-style: outset;
 border-color: black;
}

#leftcolumn { 
 color: #333;
 background: #ffff99;
 width: 140px;
 float: left;
 padding-left:10px;
 padding-top:10px;
 height: 680px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9px;

}

.prospekt { font-size: 8.5pt; font-family: arial; color: #B30537 }


#rightcolumn { 
 color: #333;
 background: #EBE3CD;
 height: 450px;
 width: 145px;
 float: left;
 padding-top:10px;
 padding-left:5px;
}

/*MENY*/

#list-menu {
 width: 128px;
 /* this width value is also effected by
 the padding we will later set on the links. */
 }


#list-menu li {
 margin: 1px 0 0;
 }


#list-menu ul {
 margin: 0; 
 padding: 0;
 list-style-type: none;
 }


#list-menu a {
 display: block;
 width:126px;
 padding: 2px 1px 2px 3px;
 border: 1px solid #000000;
 background: #6B6659;
 text-decoration: none; /*lets remove the link underlines*/
 }
 
 #list-menu #green a {
	background: green;
 	color: #ffffff;
	}
	
 #list-menu #blue a {
	background: blue;
 	color: #ffffff;
	}	
 #list-menu #red a {
	background: #B30537;
 	color: #ffffff;
	}	
 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
 color: #FFFFFF; font-size: 9pt; font-family: arial;
 }

 #list-menu a:hover {
 border: 1px solid #000000;
 background: #333333;
 color:#EBE3CD;
 }
#list-menu #blue a:hover {
 border: 1px solid #000000;
 background: #333333;
 color:#EBE3CD;
 }
#list-menu #red a:hover {
 border: 1px solid #000000;
 background: #333333;
 color:#CC0000;
 }

