/*

	Stylesheet-Datei für das Computerhilfen-Gästebuch.
	Änderungen bitte direkt in der PHP-Datei chgbstyle.php festlegen oder in der Config-Datei.
	
*/
	body {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 0.8em;
		margin: 0px;
		padding: 0px;
		color: #000000;
		background-color: ;
	}
	img {
		border: 0px;
	}	
	table {
		font-size: 1.0em;
	}
	
	table.guestbook {
		border: ;
		width: 500px;
		margin: auto;
	}
	td.guestbook {
		border-bottom: ;
		background-color: ;
		padding: 0.1em;
	}

	td.inhalt {
		background-color: ;
	}		

	td.guestbook a {
		color: ;
		text-decoration: underline;
	}
	td.guestbook a:hover {
		color: ;
		text-decoration: none;
	}

	div.links a {
		color: ;
		text-decoration: underline;
	}
	div.links a:hover {
		color: ;
		text-decoration: none;
	}
	
	.panelimage {
		border: 1px solid transparent;
	}
