@charset "utf-8";
body {
	background: #000099;
	margin: 25 0 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: #000099;
	height: 2000px;
	text-decoration: none;
	border-style: none;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	font-weight: normal;
}
.oneColFixCtrHdr #container {
	width: 60em;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000099;
	text-align: left;
	padding-top: 20px;
	text-decoration: none;
}

.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0 20px;
	text-decoration: none;
	border-style: none;
}
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	clear: right;
	padding: 0px 20px 20px;
	text-decoration: none;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	padding-right: 10;
	padding-left: 10;
	text-decoration: none;
}
.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 10px 10px 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	text-align: center;
	text-decoration: none;
}
#sprynav {
	padding-left: 30px;
	text-decoration: none;
}
#flags {
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	border-style: none;
}
.flagsLink {
	text-decoration: none;
	border-style: none;
}


#index-sideramme {
	padding: 0px 20px;
	border: 1px solid #000099;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	text-decoration: none;
}

#tabdiv {
	margin-right: 20px;
	margin-left: 20px;
	text-decoration: none;
}
#nyhedsbrv {
	margin: 10px 30px 10px 10px;
	float: right;
	text-decoration: none;
}
#mainContent h1 {
	font-size: 160%;
	text-decoration: none;
	font-weight: bold;
}
#mainContent h2 {
	font-size: 120%;
	font-weight: bolder;
	text-decoration: none;
}
#mainContent h5 {
	font-size: x-small;
	font-style: italic;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
}
#mainContent h6 {
	font-size: xx-small;
	color: #000099;
}
#mainContent h4 {
	font-size: small;
	font-variant: small-caps;
}
#mainContent h3 {
	font-size: small;
	color: #000099;
	font-weight: bolder;
}
divpdf {
	float: left;
	text-decoration: none;
	border-style: none;
}
#img {
	border-style: none;
	margin: 0px;
	text-decoration: none;
	padding: 0px;
}
#waw {
	float: left;
	padding: 0px;
	margin: 5px 20px 0px;
	text-decoration: none;
}
#rotl {
	margin: 5px 20px;
	float: left;
	padding: 0px;
}
#gibog {
	margin: 5px 25px;
	float: left;
	padding: 0px;
}
#foot {
	clear: both;
}
h-txt {
	margin: 20px;
	text-decoration: none;
}
.imgrht {
	float: right;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.imglft {
	float: left;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
}
