body   { background-color: #5a5a5a; text-align: center }
p      { color: #363636; font-size: 11px; font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif; line-height: 16px; margin: 40px 110px 15px 35px }
td       { color: #333; font-size: 11px; font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif }
.news_head  { color: #e5e5e5; font-size: 10px; font-family: Arial, sans-serif; font-weight: bold; letter-spacing: 1px; margin: 1px; padding: 1px }
.links_klein    { color: #cfcfcf; font-size: 9px; margin-right: 20px }
select  { color: #333; font-size: 10px }
.align_table  { margin-top: 15px }
a { color: #cfcfcf; text-decoration: none }
a:hover { text-decoration: underline }
.header { margin: 15px 110px 1px 35px }
.headline { font-size: 12px; font-weight: bold }
input, select, textarea { font-family: Arial, sans-serif; font-size: 11px }
.link_rot, .html_text a { color: #d20000; font-weight: bold }



table#content_container {
  margin: auto;
}

td#flash_container  { background-image: url("../img/verlauf2.jpg"); background-repeat: repeat-y; height: 279px }

img {
  border: none;
}

table#menu_caption {
  margin-left: 15px;
}

div.menudiv {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	left: -2000;
	opacity: 0.85;
	filter: Alpha(opacity = 85);
}

ul.menu_list {
/*  width: 100px;*/
	min-width: 100px;
	max-width: 150px;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.menu_list li {
  display: inline;
}

* html ul.menu_list li {
  display: block;
  float: left;
  width: 125px;
}

ul.ref_list  { list-style-image: url("../img/button.gif") }

ul.ref_list li {
  margin-bottom: 12px;
}

a.menu_item {
  padding: 1px;
  display: block;
  color: #333;
  background-color: #CFCFCF;
  text-decoration: none;
  margin-bottom: 3px;
}

a.menu_item:hover {
	color: #d2d2d2;
	background-color: #D20000;
  text-decoration: none;
}

a.news_title   { color: #333; font-size: 11px; font-weight: bold }

table.contact_table {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-top: 15px;
	padding-bottom: 15px;
}
a.index_link { color: #363636; text-decoration: none }
