body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image: url(images/bakgrund.jpg);
	background-position: center top;
	margin-top:0;
	margin-bottom:0;
	background-repeat: repeat-x;
	background-color: #FFFFEF;
	 text-align:center; 
}

#pagewidth{
	width:1024px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/body-bg.jpg);
} 
 
#header{
 position:relative; 
 height:255px; 
  background-color:#FFC6E0; 
 width:100%;
} 
 
#leftcol{
 width:28%; 
 float:left; 
 position:relative; 

 }
 
#maincol{ 
 float: right; 
 display:inline; 
 position: relative; 
 width:72%; 
 }
 
#footer{
	clear:both;
	background-image: url(images/body-bg.jpg);
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


.main-text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-style: normal;
}
.mainpage-text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12pt;
	font-style: normal;
}

.main-menu {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14pt;
	font-style: normal;

}
.big-text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 18pt;
	font-style: normal;
}
.foot-text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
	font-style: normal;
}

.floater {
	float: right;
	position: relative;
	top: auto;
	right: auto;
}

.floater2{
	float: right;
	position: relative;
	width:180px;
	top: auto;
	right: auto;
}
.right-col {
	float: right;
	position: relative;
	width:200px;
	top: auto;
	right: auto;
}


a.main-menu:link { color: black;text-decoration: none ; }
a.main-menu:visited { color: black; text-decoration: none ; }
a.main-menu:hover { color: blue; text-decoration: none ; }