/* Standard-Schriftformatierung */

body {
  font-family:Verdana,Arial,Times New Roman;
  font-size:9pt;
  color:#000000;
  background:#FFFFFF;
}

p {
  text-align:justify;
	font-size:8pt;
	font-family:Verdana,Arial,Times New Roman;
	line-height:14pt;
}

h1 {
	font-size:11pt;
	font-family:Verdana,Arial,Times New Roman;
}

h2 {
	font-size:10pt;
	font-family:verdana,Arial,Times New Roman;
	font-weight:bold;
}

table td{
	font-size:8pt;
}


/* Darstellung der Links */

a {
  text-decoration:underline;
}

a:link {
  color:#008000;
}

a:visited {
  color:#598059;
}

a:active {
  color:#FF0000;
}

a:hover {
  color:#FF0000;
}

a.link_extern:link {
	color:#404040;
}

a.link_extern:visited {
	color:#808080;
}

a.link_extern:hover {
	color:#FF0000;
}



/* Darstellung der Kontaktpersonen der Vereine */

table.kontakt {
	border-width:0px;
}

table.kontakt td {
	font-size:8pt;
	font-family:Verdana,Arial,Times New Roman;
	padding-right:10px;
	vertical-align:top;
}


/* Darstellung des Menüs */

table.menue {
  border-style:solid;
  border-left-width:0px;
	border-top-width:1px;
	border-right-width:3px;
	border-bottom-width:0px;
  border-color:#5D835D;
  background-color:#FFFFFF;
  width:135px;
}

table.menue td {
  padding:0px;
  font-size:7pt;
  color:#C00000;
  font-family:Verdana,Arial,Times New Roman;
  line-height:12pt;
	text-align:right;
	font-weight:bold;
}

table.menue a {
  text-decoration:none;
}

table.menue a:link {
  color:#C00000;
}

table.menue a:active {
  color:#0000FF;
}

table.menue a:visited {
  color:#C00000;
}

table.menue a:hover {
  color:#C00000;
}

#middot {
  color:#000000;
}

#spiegelpunkt {
	color:#000000;
	font-size:6pt;
}


/* Darstellung des Menüs */

div.menue {
  width:135px;
  font-size:9pt;
  line-height:12pt;
}

div.menue a {
  text-decoration:none;
}

div.menue a:link {
  color:#C00000;
}

div.menue a:active {
  color:#0000FF;
}

div.menue a:visited {
  color:#C00000;
}

div.menue a:hover {
  color:#C00000;
}

#untermenue {
  font-size:7pt;
	font-weight:500;
}


/* News auf der Startseite */
td.news_datum {
	font-size:17pt;
}
