/* Style Sheet Datei zum Gästebuch */

/* Formatierung von Hintergrundfarbe und Schriftfarbe */

body { 
	color:#000000;
	background-color:#FFCE41;
	font-family:verdana, sans-serif;
	font-size: 13px;
	}

/* Festlegung des Fonts */

p,h1,h2,h3,h4,h5,h6,div,input,textarea {  }
p { text-align: center; margin-bottom: 30px; }

/* Formatierung der großen Seitenüberschrift */

h1 { 
	text-align:center;
	font-size:180%;
	margin-left:25%;
	margin-right:25%;
	border-style:double;
	border-width:3px;
	border-color:#060499;
	color:#FF9E33;
	background-color:#FFE661;
	margin-bottom:2em; }

/* Formatierung der horizontalen Linien */

hr { height:2px; }

hr.gast { 
		height:2px;
		width:60%;
		margin-bottom: 20px;
		}

/* Formatierung von Hyperlinks */

a:link { color:#0000FF; text-decoration:none; }
a:visited { color:#6969E0; text-decoration:none; }
a:hover { color:#0000FF; text-decoration:underline; }
a:active { color:#FF0000; text-decoration:underline; }

