body {
	margin-left: 60px;
	margin-right: 20%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: black;
	background-color: white;
	background-image: url("http://www.duckhunt.de/images/back_duckhunt2.png");
	background-repeat: repeat-y;
	background-position: top left;
}
a:link {
	color: blue;
}
a:visited {
	color: navy;
}
a:active {
	color: red;
}
a:hover {
	color: #001199;
}
a.listheading:link {
	color: black;
	text-decoration: none;
}
a.listheading:visited {
	color: black;
	text-decoration: none;
}
a.listheading:active {
	color: rgb(127, 0, 0);
	text-decoration: none;
}
a.listheading:hover {
	color: red;
	text-decoration: none;
}
a.faded:link {
	color: rgb(70, 70, 120);
	//text-decoration: none;
}
a.faded:visited {
	color: rgb(40, 40, 70);
	//text-decoration: none;
}
a.faded:active {
	color: rgb(127, 0, 0);
	//text-decoration: none;
}
a.faded:hover {
	color: red;
	//text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italics;
}
em.url {
	font-style: normal;
	color: blue;
}
em.note {
	font-style: normal;
	color: red;
	font-weight: bold;
}
img {
	border: none;
}
table {
	border: none;
	font-size: 10pt;
	text-align: top;
}
table.topbar {
	width: 100%;
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	border-color: black;
	padding: 0px;
	background-color: #EEEEEE;
}
table.storyoverview, table.storydetails, table.prevnextbottom {
	width: 100%;
	border: none;
	padding: 0px;
	background-color: white;
}
table.publications {
	width: 100%;
	border-bottom: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	padding: 0px;
}
table.statistics {
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	border-color: black;
	padding: 0px;
	background-color: #FFFFFF;
}
tr.even {
	background-color: #FFFFFF;
}
tr.odd {
	background-color: #EEEEEE;
}
td.sitetitle {
	font-size: 2em;
	color: #0979CE;
	font-weight: bold;
}
td.storytitle {
	font-size: 1.35em;
	color: #EEEEEE;
	background-color: red;
	font-weight: bold;
}
td.storybottom-left {
	font-size: 0.8em;
	color: #999999;
	background-color: #DDDDDD;
	font-weight: bold;
	text-align: left;
}
td.storybottom-right {
	font-size: 0.8em;
	color: #999999;
	background-color: #DDDDDD;
	font-weight: bold;
	text-align: right;
}
td.storydetails-right {
	width: 250px;
}
td.storydetailtitle {
	border-bottom: solid;
	border-width: 1px;
	border-color: #BBBBBB;
}
td.storydetail {
	font-weight: bold;
	width: 100%;
	border-bottom: solid;
	border-width: 1px;
	border-color: #BBBBBB;
}
td.listheading {
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: solid;
	border-width: 1px;
	border-color: black;
}
td.listheading-right {
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: solid;
	border-width: 1px;
	border-color: black;
	text-align: right;
}
td.listheading2 {
	font-weight: bold;
	font-size: 1.5em;
	border: none;
}
td.listcloser {
	border-top: solid;
	border-width: 1px;
	border-color: black;
}
td.statistics-r, td.emailform-r {
	text-align: right;
	padding: 3px;
}
td.statistics-l, td.emailform-l {
	text-align: left;
	padding: 3px;
}
td.faded {
	color: #CCCCCC;
}
small, input.small, select.small, textarea.small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
}
small.faded {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #CCCCCC;
}

small.halvlille {
	font-size: .8em;
}
p.catdescription {
	margin-left: 20px;
	margin-right: 10%;
	padding: .5em;
	border: solid;
	border-width: 1px;
	border-color: black;
}
p.closing {
	text-align: center;
}
p.prevnexttop {
	color: #999999;
	font-size: .8em;
	font-weight: bold;
}
p.detailsstatistics, p.errormessage {
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	background-color: rgb(246, 246, 246);
}

