body {
  color: black;
  background-color: white;
  background-image: url(/images/background.gif);
}

p, td {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 1.3;
}

p.language {
	text-align: left;
	font-size: 0.8em;
	background-color: #8FD8D8;
	color: black;
	display: inline;
}

h1, h2, h3, h4, h5 {
  background: transparent;
  text-align: left;
}

h1 {
	color: black;
	font-size: 1.5em;
}

h2 {
  color: #666666;
  font-size: 1.35em;
}

h3 {
  color: #666666;
  font-size: 1.15em;
}

h4 {
  color: #666666;
  font-size: 1.1em;
}

h5 {
  color: #666666;
  font-weight: bold;
}

p.date {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-bottom-style: solid;
	border-width: 1px;
	margin-bottom: 0px;
	overflow: hidden;
}

p.news-text {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.center {
	text-align: center;
}

.centerbold {
	text-align: center;
	font-weight: bold;
}

a img {
  border: none;
}

a:link {
  color: black;
  background: transparent;
}

a:visited {
  color: black;
  background: transparent;
}

a:hover {
  color: black;
  background: #FFFF66;
}

a:active {
  color: #000000;
  background: #CCCC33;
}

td.top {
	background-image: url(/images/background_top.png);
	background-color: black;
	height: 60px;
	width: 100%;
	color: white;
	font-size: 32px;
	text-align: center;
	vertical-align: middle;
}

td.menu {
	background-image: url(/images/background_menu.png);
	width: 140px;
	height: 600px;
	padding-top: 5px;
	vertical-align: top;
	text-align: center;
}

@media print {
	td.menu { 
		visibility:hidden;
		width: 0px;
	}
}

table.menubox {
	width: 130px;
	margin-left: 5px;  /* workaround zum tabelle zentrieren */
	margin-right: 5px; /* workaround zum tabelle zentrieren */
}

td.menutop {
	background-image: url(/images/background_menutop.png);
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-left: 5px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

td.menubottom {
	background-image: url(/images/background_menubottom.gif);
	font-size: 11px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	text-align: left;
}

td.content {
  text-align: justify;
  vertical-align: top;
  padding: 5px;
}

td.rowheader {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

div.box {
	background-image: url(/images/background_menubottom.gif);
	border-width: 3px;
	border-color: black;
	border-style: outset;
	float: right;
	width: 250px;
	padding: 3px;
	margin: 5px;
	text-align: left;
}

td.foot {
	background-color: black;
	color: white;
	text-align: center;
	font-size: 14px	;
	line-height: 1.3;
}

tr.light {
	background-image: url(/images/background_light.gif);
}

tr.dark {
	background-image: url(/images/background_dark.gif);
}

dt {
  font-weight: bold;
  margin-top: 10px;
}

p.code {
  font-family: monospace;
  border: 1px dashed black;
}

