/* Style Sheet Datei zum Gästebuch */

/* Formatierung von Hintergrundfarbe und Schriftfarbe */

body {
	color:#000000;
	background-color:#FFFFFF;
	background-image: url(hinter_gm.gif);
}

/* Festlegung des Fonts */

p,h1,h2,h3,h4,h5,h6,div,input,textarea {
	font-family: Comic Sans MS, Helvetica, Arial, sans-serif;
}

/* Formatierung der großen Seitenüberschrift */

h1 {
	text-align:center;
	font-size:40px%;
	font-style: italic;
	margin-left:25%;
	margin-right:25%;
	border-style:double;
	border-width:3px;
	border-color:#0000ff;
	color:#ff0000;
	background-color:#ff99ff;
	margin-bottom:2em;
}

/* Formatierung der Absaetze */

p.mitte {
        font-size:12px;
	margin-left:20%;
	margin-right:20%;
}

p.gross {
        font-size:20px;
        font-style: italic;
	text-align: center;
}

/* Formatierung der Tabelle*/

table.gast {
        border-spacing: 20px;
}

td.gast {
        font-size:20px;
        color: #000000;
}

/* Formatierung von Hyperlinks */

a:link { color:#0000FF; text-decoration:none; }
a:visited { color:#0000ff; text-decoration:none; }
a:hover { color:#ff0000; text-decoration:underline; }
a:active { color:#000000; text-decoration:underline; }
