/* CSS Document */


input.gaestebuch{
	border : 1px inset;
	border-buttom-color: #666666;
	background-color : #dddddd;
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	}
	
textarea.gaestebuch{
	
	border : 1px inset;
	background-color : #dddddd;
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
}

table.gbtop{
	border-bottom : 1px solid Black;
	border-bottom-color : #666666;
	
	}
body{
	scrollbar-DarkShadow-Color:#ffffff;
    scrollbar-Track-Color:#ffffff; 
   	scrollbar-Face-Color:#B92227;
    scrollbar-Shadow-Color:#ffffff;  
    scrollbar-Highlight-Color:#ffffff;
    scrollbar-3dLight-Color:#ffffff;
    scrollbar-Arrow-Color:#ffffff;
    }
	
a{
        color:#990000;
        font-family: Arial, Helvetica, sans-serif;
        font-size:8pt;
        text-decoration:none;
        }
a.news{
        color:#000055;
        font-family: Arial, Helvetica, sans-serif;
        font-size:8pt;
        text-decoration:none;
        }

a:active{
        color:#990000;
        font-family: Arial, Helvetica, sans-serif;
        font-size:8pt;
        text-decoration:none;
        }
 
a:visited{
         color:#990000;
         font-family: Arial, Helvetica, sans-serif;
         font-size:8pt;
         text-decoration:none;
         }
 
a:hover{
       color:black;
       font-family: Arial, Helvetica, sans-serif;
       font-size:8pt;
       text-decoration:none;
       }


