/* Style Sheet Datei zum Gästebuch */

/* Formatierung von Hintergrundfarbe und Schriftfarbe */

body {
	font-family: arial, verdana, sans-serif;
         font-style: normal;
	font-weight: normal;
	font-size: 101%;
	color: #666666;
	background-color: #FFFFFF;
	padding: 0em 0em 0em 0em;
	margin: 30px 30px 30px 30px;
	width: 350px;
}

/* Festlegung des Fonts */

p,h2,h3,h4,h5,h6,div,input,textarea {
	font-family: arial, verdana, sans-serif;
         font-style: normal;
	font-weight: normal;
	font-size: 83%;
	line-height: 140%;
	color: #666666;
}

.abstand {
	margin: 0em 0em 2em 0em;
}
/* Formatierung der großen Seitenüberschrift */

h1 {
	font-family: arial, verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 83%;
	line-height: 140%;
	text-align: left;
	color: #FF81CE;
	background-color: transparent;
	margin: 0em 0em 2em 0em;
}

/* Formatierung der horizontalen Linien */

hr { height: 2px; background-color: #FFFFFF; }
hr.gast { height: 2px; width: 100%; }

/* Formatierung von Hyperlinks */

a:link { color:#666666; text-decoration: underline; }
a:visited { color:#FF81CE; text-decoration: underline; }
a:hover { color:#FF81CE; text-decoration:underline; }
a:active { color:#FF81CE; text-decoration:underline; }