@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-color: #CCCCFF;
	background-image: url(index/startbakgrund.jpg);
	background-repeat: repeat;
}
.hoger {
	background-color: #FFFFFF;
	float: right;
	width: 320px;
	padding: 10px;
}
.hoger2 {
	background-color: #FFFFFF;
	float: right;
	width: 260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.oneColFixCtrHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 8px;  /* 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. */
	background-color: #333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
	margin: 5px;
	color: #FFFFFF;
	background-image: url(index/menybakgrund.jpg);
	background-repeat: repeat;
	border: 1px solid #000000;
	font-weight: bold;
}
.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: 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	position: relative;
}
.loggain {
	background-color: #333399;
	border: 1px solid #000000;
	width: 260px;
	margin-left: 42px;
	padding: 5px;
	background-image: url(index/menybakgrund.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.ruta {
	background-color: #ccccff;
	background-image: url(index/rutbakgrund.jpg);
	background-repeat: repeat;
	margin: 10px;
	padding: 10px;
	float: left;
	height: 140px;
	width: 200px;
	border: 1px solid #333399;
}


.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
}
.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 */
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #333399;
}
.input_text3 { border: 0px; padding: 1px; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #00CC00; font-weight: bold; background-color: #ffffff; }

fieldset {
	width: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left:40px;
	margin-top:0;
	background-color: #CCCCFF;
	border: 1px;
	border-color:#333399;
	border-style:solid;
}
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#333399;
	letter-spacing: 2px;
	padding: 2px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a.lank {
	color: #333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.lank:visited {
	color: #333399;
	text-decoration: none;
}
a.lank:hover {
	color: #333399;
	text-decoration: underline;
}
a.lank:active {
	color: #333399;
	text-decoration: none;
}
a.lank:link {
	text-decoration: none;
}
