@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: #060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
}
#navbar {
	background-color: #eee;
	height: 24px;
}
.oneColFixCtrHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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: #FFF;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #060;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
#mainContent p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 140%;
}
.dokument {
}
#mainContent table tr td p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-right: 0;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eee;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#mainContent p img {
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
}
.dokument td {
	padding-top: 6px;
	padding-left: 5px;
}
#sidebar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	float: left;
	width: 160px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#text {
	margin-right: 10px;
	margin-left: 190px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#text p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#shows table tr td p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.merit {
	font-size: 10px;
}
.annons {
	border: medium double #006600;
}
.annons td {
	padding-top: 10px;
}
.closewindow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #060;
	text-align: center;
}
