body {
	background: #cfcfcd;
	color: black;
	font-family: verdana, arial, trebuchet, palatino, georgia, times new roman, serif;
	font-size: 90%;
	margin: 5px 20px 20px 20px;
}
body *:target {
	background-color: #bdcde0;
	color: black;
}
a {
	color: #0c2d83;
}
a:hover {
	color: #600;
}
a.plain {
	border: none;
}
p {
	margin: 12px 0;
}
li {
	padding: 0 0 0.3em 0;
}
ul.compress li {
	padding: 0 0 0 0;
}
abbr, acronym { /* acronym and abbr aren't styled in IE per default */
	border-bottom: 1px dotted #000;
	cursor: help;
}
abbr {
	speak: spell-out;
}
acronym {
	speak: normal;
}
html>body code {
	font-size: 120%;
}
h1 {
	border-bottom: 1px dashed black;
	color: #9b0000;
	font-size: 20px;
	margin-top: 0em;
}
h2 {
	border-bottom: 1px dashed #ccc;
	color: #404040;
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #6D6E79;
	margin: 0em;
}

/* ------------------------------------------------------ */
img {
	border: none;
}
img.border {
	border: 1px solid black;
}
img.imgright {
	float: right;
	margin-left: 2px;
}
img.imgvm {
	vertical-align: middle;
}

/* ------------------------------------------------------ */
.noline {
	border-bottom: none;
}
.noshow {
	display: none;
}
.show {
	display: block;
}
.warning {
	color: red;
}
.smaller {
	font-size: 11px;
}
.smallest {
	font-size: 10px;
}
.content-full {
	width: 99%;
}
.content-center {
	text-align: center;
}
.content-right {
	text-align: right;
}
.content-main {
	text-align: right;
}
.content-12 {
	width: 50%;
}
.content-13 td {
	width: 33%;
}
.content-warning {
	padding: 10px;
	color: red;
}
.content-code {
	padding: 0 0 1em 0;
	font-weight: bold;
	font-family: "courier new", courier, monospace;
}
.content-code-box, .code {
	padding: 0.5em;
	margin: 1em;
	font-weight: bold;
	font-family: "courier new", courier, monospace;
	border: 1px dashed black;
	background: #eee;
}
.code .normal {
	font-weight: normal;
}
.content-box, .box {
	padding: 0.5em;
	margin: 1em;
	border: 1px dashed black;
	background: #eee;
}

.content-box .content-updated {
	border: 1px solid red;
	padding: 0.5em;
	background-color: #ddd;
}

.clearr {
  clear: right;
}

/* ------------------------------------------------------ */
#bug { /* Because Gecko renders a div with divs with no height we need this */
	clear: both;
	color: white;
}
#browserwarn { /* For old insecure browsers */
	display: none;
	font-size: 80%;
	margin: 1em 0;
	padding: 0.5em;
	color: red;
	border: 1px dashed black;
	font-weight: bold;
	background: #eee;
}

/* ------------------------------------------------------ */
#header {
	background: #90A2B5;
	border-top: none;
	border: 1px solid #C1C1C1;
	margin: 0 3.4em 0 3.4em;
	padding: 8px 0 8px 8px;
	-moz-border-radius: 8px 8px 0 0;
	font-size: 80%;
	color: white;
	font-weight: bold;
	letter-spacing: 0.4em;
}
#header a {
	text-decoration: none;
	color: white;
}

/* ------------------------------------------------------ */
#footer {
	background: #90A2B5;
	border-top: none;
	border: 1px solid #C1C1C1;
	color: white;
	margin: 0 3.4em 0 3.4em;
	padding: 8px 0 10px 8px;
	-moz-border-radius: 0 0 8px 8px;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#footer a {
	color: white;
}

/* ------------------------------------------------------ */
#navigation {
	width: 13em;
	float: left;
	margin: 0 0 0 1em;
	padding-top: 0.5em;
}
#navigation .navigation-section {
	background: #EDEDEC;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
}
#navigation .navigation-heading {
	font-weight: bold;
	background: #E3E3DE;
	padding: 3px 5px 3px 15px;
	text-transform: uppercase;
	font-size: 80%;
	border: 1px solid #D6D6CE;
	-moz-border-radius: 8px 8px 0 0;
}
#navigation .navigation-heading a {
	border-bottom: none;
	color: #737373;
	text-decoration: none;
}
#navigation .navigation-section-on .navigation-heading {
	background: #BEBFB9;
}
#navigation .navigation-item {
	font-size: 70%;
	padding-left: 25px;
	background: url("../pics/arrow.gif") 15px 50% no-repeat;
}

/* ------------------------------------------------------ */
#content-main {
	border-left: 1px solid #ccc;
	min-height: 2ex;
	margin: 0 1ex 0 17em;
	padding: 0.3em 1ex 0 2ex;
	font-size: 90%;
}

/* ------------------------------------------------------ */
#jnline {
	position: absolute;
	left: 9.0em;
	top: 4.1em;
	font-size: 80%;
}

/* ------------------------------------------------------ */
table td, table th {
	vertical-align: top;
}
table th {
	text-align: left;
}
#content-main .content-table {
	border-collapse: collapse;
}
#content-main .content-table th {
	border: 1px solid #99978b;
	padding: 4px;
	background: #e3e3de;
	color: black;
}
#content-main .content-table td {
	border: 1px solid #99978B;
	padding: 4px;
}
#content-main .content-table-center {
	margin-left: auto;
	margin-right: auto;
}
#content-main .content-table-noborder, #content-main .content-table-noborder td, #content-main .content-table-noborder th {
	border: none;
}
#content-main .content-table-odd {
	background-color: #ededec;
}

/* ------------------------------------------------------ */
#main-box {
	padding: 1.8em 2em 2em 2em;
	background: #FFFFFF url("../pics/content-bg.gif") repeat-x;
	border: 1px solid #eee;
	margin: 0.3em 3.5em 0.3em 3.5em;
}
#content-box {
	min-height: 410px;
	height: 100%;
	background-color: #FFFFFF;
}
#content-box a[href^="http:"], #content-box a[href^="https:"] {
	background: transparent url("../pics/link.gif") 100% 50% no-repeat;
	padding-right: 10px;
}
#content-box a[class^="plain"], #content-box a[href^="http://gemal.dk"], #content-box a[href^="http://www.gemal.dk"], #content-box a[href^="http://mt.gemal.dk"] {
	background: none;
	padding-right: 0px;
}

/* ------------------------------------------------------ */
.pic td img {
	padding: 5px;
	border: 1px solid #ccc;
}
.pic td div {
	margin-top: 0px;
	background: #eee;
}
.pic td img:hover {
	padding: 5px;
	border: 1px solid black;
}

/* ------------------------------------------------------ */
#content-main .content-pictures {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px;
}
#content-main .content-pictures td {
	border: 1px solid gray;
	padding: 0px;
}

#content-main .content-pictures-image {
	width: 33%;
}
#content-main .content-pictures-image table {
	border-collapse: collapse;
	border-spacing: 0;
}
#content-main .content-pictures-image td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	border: none;
}
#content-main .content-pictures-image td img {
	vertical-align: middle;
}
#content-main .content-pictures .content-pictures-section {
	padding: 4px;
}

#content-main .content-pictures-image .thumb {
	text-align: center;
	background: #dcdcdc;
	min-width: 50%;
}
.thumb {
	min-width: 128px;
}
#content-main .content-pictures-image .thumb p {
	margin: 2px 0;
}

#content-main .content-pictures-info {
	border: 1px solid black;
	border-collapse: collapse;
	border-spacing: 0;
}
#content-main .content-pictures-info th {
	border: 1px solid black;
	padding: 4px;
	background: #336699;
	color: white;
}
#content-main .content-pictures-info td {
	border: 1px solid black;
	border-spacing: 0;
}
.content-pictures-info-small {
	background-color: #eeeeee;
	border: 1px dashed #888888;
	color: #666666;
	font-size: 11px;
	margin: 10px;
	padding: 5px;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------------------------------------ */
#content-nav {
	margin-top: 30px;
	width: 100%;
}
#content-nav td {
	border-top: 1px dashed gray;
	padding-top: 5px;
	width: 50%;
}
#content-nav-next {
	text-align: right;
}

/* ------------------------------------------------------ */
div.nicetitle {
	position: absolute;
	padding: 4px;
	top: 0;
	left: 0;
	font-size: 13px;
	width: 25em;
	background: #D8CEC6;
	color: black;
	border: 1px solid black;
	-moz-border-radius: 5px;
	-moz-opacity: 0.9;
}
div.nicetitle p {
	margin: 0;
	padding: 0 3px;
}
div.nicetitle p.destination {
	font-size: 9px;
	text-align: left;
	padding-top: 3px;
}

.cygwininst {display: none; margin-top: 5px; margin-left: 5px; font-size: 12px}

/* ------------------------------------------------------ */
.section {
	float: right;
	height: 66px;
	width: 70px;
}
#section-mozilla {
	background: url(../mozilla/pics/section.png) no-repeat;
}
#section-browserspy {
	background: url(../browserspy/pics/section.png) no-repeat;
}

/* FORMS */
form {margin: 0;padding: 0;}
form fieldset {padding: 1em; -moz-border-radius: 8px; border: none;}
form fieldset legend {font-weight: bold; display: none;}
form fieldset label {float: left; width: 20%; margin-right: 0.5em; padding-top: 0.2em; text-align: right;}
form fieldset #name, form fieldset #subject, form fieldset #from, form fieldset #message {width: 60%;}
form input[type=text]:focus, form textarea:focus, form select:focus {background-color: #ededec;}

#googlead {text-align: center}
#firefox {text-align: center}
#banner-browserspy {padding-top: 10px}

#shlink {position: absolute; right: 7em; top: 4.1em; font-size: 80%}
.advertising {padding: 4px; border: 1px solid #ccc}
.advertising span {font-size: 60%; font-weight: bold}
/* ------------------------------------------------------ */
