@charset "utf-8";

/* CSS Document */



body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-image: url(../images/bg.jpg);

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 0px;
}

h1 {

	margin-top: 20px;

	margin-bottom: 15px;

	font-weight: normal;

}

h2 {
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}
h3 {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#wrapper {
	width: 853px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;

}





#header {
	height: 126px;
	background-color: #FFFFFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-top: 8px;
	padding-bottom: 15px;
	

}

#header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

#mainContent {
	background-image: url(../images/soderasa-bg.jpg);
	background-repeat: no-repeat;

}

#mainContent p {
	margin-top: 10px;
	color: #1e2540;
	line-height: 18px;
	font-size: 14px;

}

#mainContent a {
	color: #0033CC;
	text-decoration: none;
}

#mainContent h1 {
	font-size: 28px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1e2540;
	padding-bottom: 10px;

}

#mainContent h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;

}

#mainContent h3 {

	font-size: 14px;



}

#topContent {
	background-image: url(../bilder/bg-bild.jpg);
	height: 350px;
	width: 930px;
	padding-top: 40px;
	padding-left: 30px;

}

#leftContent {
	width: 360px;
	padding-left: 45px;
	padding-top: 40px;
	height: 457px;
}

#rightContent {
	width: 350px;
	float: right;
	padding-top: 50px;
	padding-left: 80px;

}

#rightContentText {

	width: 400px;

	float: right;

	padding-right: 25px;

	padding-top: 50px;

	padding-bottom: 25px;

	padding-left: 25px;

}

#footer {
	height: 25px;
	top: 0px;
	background-image: url(../bilder/bg-sidfot.jpg);
	width: 960px;
}

#footer p {
	text-align: center;
	color: #3F4857;
	margin-bottom: 0px;
	margin-top: 0px;

}

#footerram {

	border-top-width: 1px;

	border-bottom-width: 1px;

	border-top-style: solid;

	border-bottom-style: solid;

	border-top-color: #000000;

	border-bottom-color: #333333;

	height: 35px;

	margin-right: 25px;

	margin-left: 25px;



}

 /* menyn*/

 

#menu {
	width: 900px;
	height: 30px;
	position: relative;
	top: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 25px;
	float: right;
	padding-right: 30px;

}



#menu ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



#menu li {
	float: right;
	height: 20px;

}



#menu a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #e3e5e9;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;

}



#menu a:hover {
	color: #C1D1E0;

}



 #menu .active a {
	color: #FFFFFF;
	font-weight: normal;

 }

 /* end meny */

#makaron {

	padding-top: 1px;

	width: 895px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	height: 20px;

	padding-right: 5px;

	text-align: right;

}

.makaron a{
	font-size: 11px;
	color: #999999;
	text-align: right;
	text-decoration: none;

}

#makaron p{
	font-size: 11px;
	color: #999999;
	text-align: right;
	margin-top: 5px;

}

.fltrtp { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-bottom: 5px;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;



}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;



}

.padding {

	padding-top: 45px;

}

.makaron {

}
.form {
	width: 300px;
}
