@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background: url(../image/bg_body.jpg) repeat;
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 0px;  /* 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. */
	height: 200px;
}
.oneColFixCtrHdr #Menuhead {
	background: #6371CA;
	padding: 0 0px;  /* 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. */
	height: 50px;
	margin: 0px;
	position: relative;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #footer {
	background:url(../image/footerback.gif) no-repeat top;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CC9900;
	text-decoration: none;
	text-align: center;
	clear: both;
	height: 50px;
	width: 800px;
}
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.text {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #444444;
}
.text1 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	text-decoration: none;
}
.Arial10 {
	font: 10px Arial, Helvetica, sans-serif;
	color: #222222;
	text-decoration: none;
}
.GreenRubrik16 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #DEDE4B;
	text-decoration: none;
}
.UnderlineblackRubrik {
	font: 24px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
.tableback {
	color: #FFFFFF;
	background: url(../image/tableback.jpg) no-repeat;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
.picturegallery {
	background: url(../image/picturesback.jpg) no-repeat left center;
	height: 600px;
}
