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

p, td {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 1.3;
  text-align: left;
  font-size: 1.02em;
}

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

.small {
  font-size: 0.9em;
}

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

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

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

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

.underline {
	border-bottom-style: solid;
	border-width: 1px;
}

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

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

.center {
	text-align: center;
}

p.center_bold {
	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: 150px;
	height: 600px;
	padding-top: 5px;
	vertical-align: top;
	text-align: center;
}

table.menubox {
	width: 140px;
	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.rowheader {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

td.left_column {
	width: 220px;
	vertical-align: top;
}

td.right_column {
	vertical-align: top;
}

td.foot {
	background-color: black;
	color: white;
	text-align: center;
}


