/* Do not print banner and border */
@media print {
	#banner { display: none !important; }
	body { border-left: 0px !important; }
	#articlebox { border-top: 0px !important; }
}

/* No borders around image anchors */
a img {
	border: 0px;
}

/* Base layout */
body {
	background-color: #ffffff;
  color: #000000;
  font-size: 100.01%; /* work around __em CSS error in MSIE */
  font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	position: absolute;
	min-height: 100%;
	border-left: 20px solid #2a7dc5;
}


/* Banner */
div#banner {
	background-color: #2a7dc5;
	left: 0px;
	height: 80px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 2;
}

div#navigation {
	position: absolute;
	top: 7px;
	width: 100%;
}

div#bannertext {
	color: #ffffff;
	font: bold 100% sans;
	left: 300px;
	position: absolute;
	text-align: center;
	top: 17px;
	vertical-align: middle;
	white-space: nowrap;
	z-index: 2;
}

img#trademark {
	left: 240px;
	position: absolute;
	top: 2px;
	z-index: 3;
}

td#menu {
	padding-top: 44px;
}

td#menu div {
	background: #000000;
	height: 19px;
	white-space: nowrap;
}	

td#menu div a {
	font-weight: bold;
	padding: 0px 1em;
}

td#menu div a:link {
	color: #e0e0e0;
}

td#menu div a:visited {
	color: #e0e0e0;
}

td#menu div a:hover {
	color: #f0f0f0;
}

img#articlecorner {
	background-color: #2a7dc5;
	left: 20px;
	position: absolute;
	top: 80px;
	z-index: 3;
}


/* Main article box */
div#articlebox {
	border-top: 80px solid #2a7dc5;
}

div#article {
	position: relative;
	margin: 1em;
	padding-top: 1em;
	z-index: 0;
}

div#article h1 {
	font-size: 1.5em;
	margin: 0px 0px 1em;
	text-decoration: underline;
	}
div#article h2 {
	font-size: 1.2em;
	margin: 0px 0px 1em;
	}
div#article p {
	font-size: 1em;
	margin: 1em 0px;
	text-align: justify;
	}
div#article > ul {
	display: block;
	}
div#article a:link {
	color: #c04040;
	}
div#article a:visited {
	color: #ff4040;
	}
div#article a:hover {
	color: #ff0000;
	}



/* Info boxes */
div.infobox {
	background: #e0e0e0;
	position: relative;
	min-width: 200px;
	min-height: 200px;
	}
div.infobox h1 {
	background: url(/bildelemente/info.png) no-repeat center left;
	padding: 8px 1em 8px 30px;
	position: relative; /* Work around float-background error in MSIE5.5 and MSIE6 */
	border-bottom: 1px solid;
	text-decoration: none !important;
	}
div.infotext {
	font-size: 90%;
	margin: 1em;
}

div.infotext div.image {
	text-align: center;
}



/* Topic box */
div.topicbox {
	position: relative;
	min-width: 200px;
	min-height: 200px;
	}
div.topicbox h1 {
	padding: 8px 1em 8px 1em;
	position: relative; /* Work around float-background error in MSIE5.5 and MSIE6 */
	border-bottom: 1px solid;
	text-decoration: none !important;
	}
div.topictext {
	font-size: 90%;
	margin: 1em;
	}


/* Images for info and topic boxes */
img.ol {
	left: 0px;
	position: absolute;
	top: 0px;
	}
img.or {
	position: absolute;
	right: 0px;
	top: 0px;
	}
img.ul {
	bottom: 0px;
	left: 0px;
	position: absolute;
	}
img.ur {
	bottom: 0px;
	position: absolute;
	right: 0px;
	}


/* Zoom image for info and topic boxes. */
div.zoom {
	background-image: url(/bildelemente/zoom.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 2em;
}


/* Footnotes */
div.footnote {
	border-top: 1px solid #000000;
	clear: both;
	font-size: 50%;
	margin-top: 2em;
	text-align: center;
}


/* Tables as menus */
table.menu td {
	font-size: 140%;
	font-weight: bold;
	padding: 0px 1em;
	text-align: center;
	vertical-align: middle;
}


