@charset "UTF-8";
body {
	background: #0B1E35; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
.oneColFixCtr #container {
	width: 841px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 595px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(Images/bakgr_epost2.jpg);
	position: relative;
	margin-top: 50px;
}


.oneColFixCtr #mainContent {
	height: 300px;
	width: 600px;
	margin-top: 45px;
	margin-left: 200px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	margin-bottom: 25px;
}

#mainContent {

    font-size:smaller;

}
#formright
{
	margin-left: 240px;
   	position: relative;


}


#meny {
	color: #FFF;
	float: left;
	height: 50px;
	width: 550px;
	margin-top: 10px;
	margin-left: 30px;
	list-style-type: none;
	position: relative;
}
#meny ul { 
list-style-type: none; 
text-align: center;
margin: 0;
padding: 0;
}

#meny ul li { 
display: inline; 
}
#meny ul li a { 
text-decoration: none;
padding: .2em 1em;
color: #fff;
}
#meny ul li a:hover
{

color: #6F0;
}
#adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	float: left;
	height: 20px;
	width: 500px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
    position:relative;
}
#postadresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #101E35;
	height: 15px;
	width: 600px;
	margin-top: 50px;
	margin-left: 120px;
	/*   	position:absolute;  chu y o day*/
	font-style: normal;
	position: relative;
	float: left;
}
#kart {
	height: 20px;
	width: 100px;
	margin-top: 110px;
	margin-left: 580px;
	position: relative;
}
  #filemail {
	background-color: #FEEE30;
	height: 37px;
	width: 161px;
	margin-left: 70px;
	position:relative;
	float: left;
}#formleft {
}

