/* Copyright & VM-Vermerk*/
#copyright,
#copyright a:link,
#copyright a:visited,
#copyright a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	text-decoration: none;
	}

#copyright a:hover {	text-decoration: underline; }

/* Links in rootline menu */

#rootline_menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
	}
#rootline_menu a:link,
#rootline_menu a:visited {
	font-weight: normal;
	color: black;
	text-decoration: none;
	}
#rootline_menu a:hover {
	font-weight: normal;
   color: #005ca1;
   text-decoration: underline;
}

/* Formatierung Inhalte */
#content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#000000;
}
#content a:link,
#content a:visited,
#content a:hover {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #005ca1;
} 

#content a:hover  { text-decoration: underline; } 

p, table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

h1 {
	font-size:10pt;
	font-weight:bold;
	text-decoration:underline;
}

h2 {
   font-size:9pt;
   font-weight:bold;
   text-decoration:underline;
}

h3, h4, h5 {
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
}

/*Formatierung Bilduntertext*/
.bildtext {
	font-family: Verdana;
	color: #005ca1;
	font-size: 9px;
	font-style: normal;
}

/*Formatierung guestbook*/
.tx-guestbook-list-header {background: #D3E4F6}
.tx-guestbook-form-inputfield-med, .tx-guestbook-form-inputfield-big, .tx-guestbook-form-textarea { width: 20em;border-color: #ccc; margin-left: 1px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 1em}
.tx-guestbook-form-textarea { border-color: #ccc; margin-left: 8px}
