
body {
	color: rgb(96,81,58);
	background-color: rgb(176,166,150);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12pt;
}

a {
	color: rgb(2,36,61);
	text-decoration: none;
}

div#main {
	width: 480pt;
	background-color: white;
	margin-top: 40pt;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 1px solid rgb(47,60,64);
}

div#foot {
	display: none;
}

div#mainhead {
	margin: 0px 0px 10px;
	padding: 0px;
}

div#mainhead img {
	margin: 0px;
	border: none;
	padding: 0px;
	border-bottom: 10px solid rgb(47,60,64);
}

div#mainhead div.menu {
	display: none;
}

img#mainheadimg {
	width: 480pt;
	height: 80pt;
}


div#columns {
	position: relative;
}



div#lhalf {
	width: 50%;
	float: left;
	margin: 0px 0px 10px;
}
div#rhalf {
	width: 50%;
	float: right;
	margin: 0px 0px 10px;
}

div#three1 {
	width: 360px;
	float: left;
	margin: 0px 0px 10px;
}
div#three2 {
	width: 190px;
	float: left;
	margin: 0px 0px 10px 10px;
}
div#three3 {
	width: 190px;
	float: right;
	margin: 0px 0px 10px;
}
div#two1 {
	width: 72%;
	float: left;
	margin: 0px 0px 10px;
}
div#two2 {
	width: 27%;
	float: right;
	margin: 0px 0px 10px;
}

div#three2, div#three3, div#two2 {
	font-size: 80%;
}




div.ldark { margin: 0px;
	padding: 5px;
	background-color: rgb(240,235,230);
}

div.ldark .ingress {
	background-color: rgb(212,204,191);
}

div.light { margin: 0px;
	padding: 5px;
}

.ingress {
	font-size: 120%;
	font-style: italic;
	padding: 10px;
}


div#head h1 {
	font-size: 140%;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}

h2, h3, h4, h5 {
	margin: 5px 0px 2px;
}


h2 {
	margin: 10px 0px 5px;
	font-size: 140%;
	font-weight: normal;
}

h3 {
	font-size: 120%;
	font-weight: bold;
}

h3.dato {
	font-size: 80%;
	font-weight: normal;
	margin-top: 0.5em;
	border-top: thin solid black;
	margin-bottom: 0px;
}

h3.kal {
	margin-top: 0px;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

h5 {
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
}


p {
	margin-top: 0em;
	margin-bottom: 0.8em;
	line-height: 130%;
}

.noprint { display: none; }


ol.luftig li {
	margin-top: 0.5em;
}


table.program th {
	font-size: smaller;
	white-space: nowrap;
	margin-right: 1em;
}

