@charset "UTF-8";
body {
	margin: 0; /* 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: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
.oneColFixCtrHdr #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px dotted #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
}
.oneColFixCtrHdr #header {
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #000;
	background-image: url(bilder/synas.gif);
}
.oneColFixCtrHdr #mainContent {
	height: 379px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: none;
	background-color: #000;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000;
}
.oneColFixCtrHdr #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 */
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color: #333;
}#innehallContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #000;
	text-align: center;
	background-image: url(bilder/adress.jpg);
	background-repeat: no-repeat;
}
#innehallsida {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #000;
	text-align: center;
	background-image: url(bilder/footerbild.jpg);
}
.oneColFixCtrHdr #mainContentsida {
	padding-top: 0;
	padding-right: 230px;
	padding-bottom: 0;
	padding-left: 230px;
	background-image: url(bilder/adress.jpg);
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	background-repeat: no-repeat;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FC0;
	text-decoration: underline;
}

