/* 
 * Diese Datei bestimmt das Aussehen deines Gästebuches
*/     

html {
   width:40%;
   background:#f2f2f2;
}

body {
   width:500px;
   height:auto;
   margin:5px auto 5px auto;
   background:#ffffff;
   font-family:verdana,arial,sans-serif;
   font-size:12px;
}

div#main {
   width:350px;
   height:auto;
   margin:5px auto 5px auto;
   background:#ffffff url guestbook.jpg top left no-repeat;
   border:0px solid #cccccc;
   padding:5px 5px 5px 20px;
}

h1 {
   width:350px;
   font-size:15px;
   color:#cc0000;
   border-bottom:1px solid #003090;
}

form {
   font-family:verdana,arial,sans-serif;
   font-size:10px;
   font-weight:400;
   
}

.textfield {
   border:1px solid #003090;
   background:#ffffcc;
   width:200px;
}

.textarea {
   border:1px solid #003090;
   background:#ffffcc;
   width:300px;
   height:50px;
}

hr {
   font-size:15px;
   border-top:1px solid #003090;
   border-right:none;
   border-bottom:none;
   border-left:none;
   background:#ffffff;
   text-align:left;
}

p {
   text-align:justify;
}
