/* Fürs Gästebuch */
	  
	  
	  /*Gästebuch Content DIV*/
		div#gb_content {
		  position:absolute;
		  padding:0 0;
		  margin:0 0;
		  top:20px;
		  left:2px;
		  width:578px;
		  height:505px;
		  overflow:auto;
		  font-size : 13px;
		  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		  z-index:3;
		}	  
	  
	  
	  div#gb_content a.kommentarlink {
	    font-weight: bold;
	    font-style: italic;	    
		font-size : 11px;
	  	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	    color : #263317;
	  	text-decoration : none;
      }
      
      div#gb_content a.kommentarlink:hover {
        color : #263317;
	  	text-decoration : overline;
      }
      
      div#guestbooknaviheader a {
        font-size : 13px;
	    font-weight: bold;
	  	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	    color : #CCCCCC;
	  	text-decoration : none;
      }
      

      div#guestbooknaviheader a:hover {
	    color : #263317;
	  	text-decoration : none;
      }      
	  
	  div#guestbooknavi_left {
   	    position:absolute;
		top:-1px;
		left:-1px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
        border: 1px;
		text-align:center;
        background-color:#608261;
        border-color: #263317;
        border-style: solid;
		font-size : 10px;
	  	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	    width:70px;
	    height:16px;
		z-index:4;
	  }
	  
	  div#guestbooknavi_right {
   	    position:absolute;
		top:-1px;
		right:-1px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
        border: 1px;
		text-align:center;
        background-color:#608261;
        border-color: #263317;
        border-style: solid;
		font-size : 10px;
	  	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	    width:70px;
	    height:16px;
		z-index:4;
	  }
	  
	  div#guestbooknavi_right a,
	  div#guestbooknavi_left a {
	    display:block;
 	    color : #263317;
	  	font-size : 10px;
	  	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	  }
	  
	  div#guestbooknaviheader {
	  	position:absolute;
		top:-1px;
		left:90px;
		border: 1px;
        background-color:#608261;
        border-color: #263317;
        border-style: solid;
        color : #263317;
	  	font-size : 12px;
	  	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-align:center;
	    width:400px;
	    height:16px;
		z-index:4;
	  }
	  
	  
	  td.gbheader {
        color : #4A664A;
		background-color: #263317;
	  	font-size : 12px;
	  	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	  }
	  td.gbinfos {
        color : #263317;
		background-color: #608261;
	  	font-size : 9px;
	  	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		width:150px;
	  }
	  td.gbinhalt {
        color : #263317;
		background-color: #608261;		
	  	font-size : 13px;
	  	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	  }
	  td.gbkommentar {
        color : #263317;
		background-color: #4A664A;		
	  	font-size : 11px;
	  	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	  }
	  span.kommentarfooter {
	    font-style: italic;	    
		font-size : 10px;
	  	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	  }

	  td.gbrahmen {
		background-color: #263317;		
	  }
	  .gbeintrag {
  	    /*color : #263317;*/
		color: #CCCCCC;
  		background-color: #4A664A;		
	  	font-size : 13px;
	  	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	  }
	  
	  div.gberror {
	    position:absolute;
		top:-500px;
		left:-500px;
		z-index:10;
	  }
	  

 	  /* Ende Fürs Gästebuch */
	  
	  textarea {
	  	FONT-FAMILY: Arial, Helvetica, sans-serif;
	  	FONT-SIZE: 12px;
	  	color : #263317;
		background-color:#608261;
	  	border-left: 1px solid;
	  	border-top: 1px solid;
	  	border-bottom: 1px solid;
	  	border-right: 1px solid;
	  }

	  input{
	  	FONT-FAMILY: Arial, Helvetica, sans-serif;
	  	FONT-SIZE: 11px;
	  	color : #263317;
		background-color:#608261;
	  	border-left: 1px solid;
	  	border-top: 1px solid;
	  	border-bottom: 1px solid;
	  	border-right: 1px solid;

	  }
	  
	  input.radio {
	   border:none;
	   margin:1px 0px 0px 0px;
	  }
