body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(farg.jpg);
	background-repeat: repeat-x;
}

.oneColElsCtrHdr #container {
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
}
.oneColElsCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #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 */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px;
	bottom: 20px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.kontakt {
	background-color: #FFFFFF;
	width: 300px;
}



a {
color:blue;
cursor:pointer;
}
#myvar1 {
	border:1px solid #ccc;
	background:#CC9966;
	padding:10px;
}#myvar2 {
	border:1px solid #ccc;
	background:#CC9966;
	padding:10px;
}#myvar3 {
	border:1px solid #ccc;
	background:#CC9966;
	padding:10px;
}#myvar4 {
	border:1px solid #ccc;
	background:#CC9966;
	padding:10px;
}#myvar5 {
	border:1px solid #ccc;
	padding:10px;
	background-color: #CC9966;
}
.h1 {
	font-size: 20px;
	font-family: Helvetica, arial, serif;
	color: #000;
}

.h2 {
	font-size: 16px;
	font-family: Helvetica, arial, serif;
	color: #08A5D8;
	font-weight: bold;
}

.h3 {
	font-size: 12px;
	font-family: Helvetica, arial, serif;
	color: #000000;
	font-weight: bold;
}
.Meny a:link {
	text-decoration: none;
	font-size: 16px;
	font-family: Helvetica, arial, serif;
	color: #584344;
}

.Meny a:visited {
	text-decoration: none;
	/*color: #999;*/
	font-size: 16px;
	font-family: Helvetica, arial, serif;
	color: #584344;
}

.Meny a:hover {
	font-size: 16px;
	font-family: Helvetica, arial, serif;
	color: #584344;
	font-weight: bold;
}
