h3 {
	color: #f6f6f6;
	background: transparent;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 20pt; 
	

}
A:link { text-decoration: none; color: #d2b964;}
A:visited { text-decoration: none; color: #d2b964;}
A:active { text-decoration: none; color: #d2b964;}
A:hover {text-decoration: none; color: #d2b964;}


/*
A:link { text-decoration: none; color: #3b546f;}
A:visited { text-decoration: none; color: #3b546f;}
A:active { text-decoration: none; color: #3b546f;}
A:hover {text-decoration: none; color: #3b546f;}
*/

body{
    margin:0px; padding:0px;  
     background:#1b1b1b url(images/bg.png) no-repeat;
    font-family:Arial, Helvetica, sans-serif;    
    font-size:13px;  
    line-height:19px;
	 color:#CCCCCC;
	 text-align:center;
}

#wrapper{
margin-top:0px;
text-align:left;
}

.container{
	width:950px;
	margin:0 auto;
	position:relative;
}

#headers{
height:190px;
background:url(images/logo.png)

}

#menutop{
height:30px;
background:url(images/meny_bg.png) repeat-x;
}

#blogtop{
height:150px;
border:0px dashed #FF0000;
background:url(images/theblog.gif) no-repeat;
}

#warning{
color: #FF0000;
border:1px dashed #FF0000;
background:#1f1f1f;
}

#content{
min-height:300px;
margin-top:10px;
}

#top{
/*width:100%;*/
display:block;
background:#333333;
border:0px dashed #666666;
}

#left{
margin-top:10px;
float:left;
width:750px;
display:block;
background:#333333;
border:0px dashed #666666;
min-height:inherit;
}

#right{
margin-top:10px;
float:right;
width:170px;
display:block;
background:#333333;
border: 0px;

}

#footer{
	/*background: url(images/footer_bg.png) no-repeat;*/
	color:white;
	padding:0px;
	text-align:center;
	font-size:10px;
	width:100%;
	min-height: 170px;
	display:block;
	float:left;
}

.textmain{
padding: 5px;
font-size:12px;
font:"Times New Roman", Times, serif;
}

.copyright{
	color:white;
	padding:0px;
	text-align:center;
	font-size:10px;
}

ul#mainmenu {
	margin:0px;
	padding:4px;
	rightright:0px;
	width: auto;
}  
ul#mainmenu li {  
    list-style: none; 
	display: inline; 
    margin-left:12px;
	    float: left; 
    position: relative;   
}  
ul#mainmenu li a {  
    text-decoration:none;  
    color:#716d6a;  
    font-family:Verdana, Arial, Helvetica, sans-serif;  
    font-size:10px;  
    font-weight:bold;  
    text-transform:uppercase;  
}  
ul#mainmenu li a.active, ul#menu li a:hover {  
    color:#211e1e;  
}

ul#footermenu {
	list-style:none;
	text-align:center;
	margin:0px;
	padding:4px;
	width: auto;
} 
