body {
  width: 800px;
  margin: 0 auto;
}

body, p, td, tr, th, a {
  font-family: Tahoma,Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #black;
}

a:link, a:visited, a:active {
  font-family: Tahoma,Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
}

a:hover	{
  color: #6699ff;
}

img {
  border: none;
}

#header {
  background: url(/grafik/kopfzeile.png) no-repeat;
  width: 800px;
  height: 100px;
}

#footer {
}



#navigation {
  position: relative;
  top: 57px;
  left: 300px;
}

#navigation .tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#navigation .tabs li {
  float: left;
  padding: 0;
  margin: 0 6px 0 0;
  background: url(/images/bg_reiter.gif) repeat-x right top;
  height: 1.5em;
}

#navigation .tabs a {
  text-decoration: none;
  color: white;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: .3em .57em .2em .5em;
  width: auto;
  cursor:pointer;
}

#navigation .tabs a:hover {
  color: #ffff99;
}

#navigation .tabs .current {
  height: 1.5em;
}

#navigation .tabs .current a {
  color: white;
  background-image: url(/medien/cssimg/bg_reiter_a.gif);
  color: #f00;
}



#subnav {
  position: relative;
  top: 0px;
  left: 480px;
}

#subnav a {
  color: black;
}


      
#screenmain {
  height: 100%;
  max-height: 100%;
  background: url(/grafik/bg_full.png) repeat-y;
  padding: 0 20px;
}

#screenmaincontent {
  width: 740px;
  border: 1px solid white;
}



.headline_big {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1pt;
	border-bottom-style: none;
	border-bottom-color: #666666;
	margin: 0px;
	padding: 0px 0px 3px;
}

.text_bold_schwarz {
  font-weight: bold;
  color: black;
}

.text_bold_hellgrau {
  font-weight: bold;
 	color: #333333;
}

.text_bold_blau {
 	font-weight: bold;
	color: #0060a9;
}


.dlink {
  line-height: 20px;
  color: blue;
  border: 1px solid black;
  padding: 3px;
  text-decoration: none;
}

.dtext {
  width: 600px;
  font-weight: bold;
  float: left;
}

.hauptversammlung {
  font: bold 18px Tahoma,Arial, Helvetica, sans-serif;
  border: 3px solid blue;
  line-height: 24px;
  padding: 10px;
  text-decoration: none;
  float: right;
}


.line lable {
  width: 120px; float: left;
}

#download_table img:hover {
  cursor: pointer;
}


