/* CSS Datei des Gästebuches */

td {font-size: 11px}
input, select {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px}

a:link {
	color: #000;
	text-decoration: none;
	}
a:visited {
	color: #000;
	text-decoration: none;
	}
a:active {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #FF0000;
	text-decoration: none;
	}

hr {border: 1px; height: 5px; color: #000000;}

.error {color: #CC0000; font-weight: bold}
.submit-button {font-weight: bold; height: 24px}
/*.table-main {border: 1px solid #CCCCCC}*/

.copyright {font-size: 9px; color: #999999}
.copyright a:link {color: #999999; text-decoration: none}
.copyright a:visited {color: #999999; text-decoration: none}
.copyright a:active {color: #999999; text-decoration: none}
.copyright a:hover {color: #999999; text-decoration: none}