/*

	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: #DDDDDD;
	}
	img
	{
		border: 0px;
	}	
	table
	{
		font-size: 1.0em;
	}
	table.guestbook
		{
		border: 1px dashed #000000;
		width: 500px;
		}
	td.guestbook
		{
		border-bottom: 1px dashed #000000;
		background-color: #0000FF;
		}

	td.inhalt
		{
		background-color: transparent;
		}

	td.guestbook a
		{
		color: #000000;
		text-decoration: underline;
		}

	td.guestbook a:hover
		{
		color: #444444;
		text-decoration: none;
		}

	div.links a
		{
		color: #000000;
		text-decoration: underline;
		}

	div.links a:hover
		{
		color: #444444;
		text-decoration: none;
		}
	.panelimage
	{
		border: 1px solid transparent;
	}