@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);

body {
	text-align: center;
	/*background:  url(../images/bg_top_meny.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#000;
	margin-top:0px;*/
	
	background-color: #fff;
	background-image: url(../images/bgbodyimage.gif);
	/*background-repeat: repeat-x;*/
	background-position: left top;
}

.header {
	/*height: 178px;
	width:1100px;
	
	background:  url(/images/headerbg.png);
	background-repeat: no-repeat;
	background-position: 0 25px;
*/
}



#maincontent{
margin-left:auto;
margin-right:auto;

}
#maincontent a{
color:#01546C;
}
#maincontent a:hover{
color:#F0C030;
}
.textcontent{
padding-left:10px;
font-size: 13px;
background:  url(/images/transpbg_textcontent.png);/**/
border-color:#000;
border-width:0px;
border-style:solid;
}
.textcontent ul{
line-height:14px;
}
.textcontent ul li{
line-height:22px;
}
.textcontentbg{
background-color:#fff;
}


