/* DATEI: homepage.css */

body { overflow-y: scroll; }
body,html { margin-top:15px; margin-bottom:25px; margin-left:20px; margin-right:20px; background-color:#cccccc; font-family:Arial, Futura, Verdana, Helvetica, sans-serif;
 }

h2 { font-size:16pt;line-height:20pt;color:#0000cc; }

h3 { font-size:12pt;line-height:16pt;color:#3333CC; }

h4 { font-size:10pt;line-height:14pt;color:#3333CC; }
li { font-size: 9pt; line-height : 11pt; list-style-image:url(images/list.gif); }

a { font-size : 9pt; white-space:nowrap; }

p, div { font-size: 9pt; line-height: 13pt; }

.links { margin-left : 50px; }
.ita { font-style : italic; }
.bold { font-weight : 900;letter-spacing:1px;color:#cc3300; }
.zoom { margin-top: 40px; }
.logo { position: absolute; top: 20px; right: 20px; }
.back { position: absolute; left: 10px; bottom: 20px; }

/*Gaestebuch*/
.button { background-color:#0033CC; color:#ffffff; font-weight:900; border:0px solid #dddddd;cursor:hand; width:98px; }
.field {  background-color:#ffffcc; color:#000000; border:1px solid #999999; font-family:arial; width:200px;  }

a:link { color: Blue; text-decoration:none; }
a:visited  {color:#9933cc; }
a:active { color:#707070;text-decoration:none; }
a:hover { color:#3399ff;text-decoration:underline; }


