/* Style Sheet Datei zum Gästebuch */

/* Formatierung von Hintergrundfarbe und Schriftfarbe */

body { color:#000000; background-image: url(captcha/back.jpg); }

/* Festlegung des Fonts */

p,h1,h2,h3,h4,h5,h6,div,input,textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

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

h1 { text-align:center; font-size:14pix; margin-left:25%; margin-right:25%; border-style:double; border-width:2px; border-color:#cccccc; color:#990000; background-color:#CCCCCC; margin-bottom:2em; }

/* Formatierung der horizontalen Linien */

hr { height:2px; }
hr.gast { height:2px; width:90%; }

/* Formatierung von Hyperlinks */

a:link { color:#990000; text-decoration:underline; }
a:visited { color:#FF0000; text-decoration:underline; }
a:hover { }
a:active { color:#990000; text-decoration:underline; }

