body, p, table{
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

p, ul, ol {
  line-height: 130%;
  padding-right:4em;
}
  
td {
  font-size: 100%;
  text-align: left;
}

.code, pre {
	font-size: 90%;
	background-color: #D8E8F5;
	line-height: 140%;
	margin-right:4em;
	padding: 0.5em;
}

.werbung_inline {
	/* border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD; */
}

.werbung_inline p {
	color: #444;
	font-size: 70%;
}
  
td.menu {
  font-weight: bold;
  text-decoration: none;
  font-style: italic;
  color: #000000;
  background-color: #92BAE6;
	white-space: nowrap;
}

td.submenu {
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
  font-style: italic;
  color: #000000;
  background-color: #92BAE6;
	white-space: nowrap;
}


.werbung_text {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.werbung_text p {
	color: #444;
	font-size: 70%;
}

.werbung_text img {
	border: 0;
	margin: 0;
	padding: 0;
}


  a.menu { font-size: 100%; font-style: normal; }
  a.menu:link { font-weight:bold; text-decoration:underline}
  a.menu:visited { font-weight:bold; text-decoration:underline}
  a.menu:hover { font-weight:bold; color: red; text-decoration:underline}
  a.menu:active { font-weight:bold; text-decoration:underline }
  a.menu:focus { font-weight:bold; text-decoration:underline }

  a.submenu { font-size: 100%; font-style: normal; }
  a.submenu:link { font-weight:bold; text-decoration:underline}
  a.submenu:visited { font-weight:bold; text-decoration:underline}
  a.submenu:hover { font-weight:bold; color: red; text-decoration:underline}
  a.submenu:active { font-weight:bold; text-decoration:underline }
  a.submenu:focus { font-weight:bold; text-decoration:underline }


