			/*GAESTEBUCH Indexseite*/
#gaestebuch{
	background-color: #E1E1E1;
}
.gaestebuchdetails_content{
	padding: 50px 2.75%;	
  	float: left;
  	display: inline;
  	width: 100%;
}

/*scrol to top*/
.scrollToTop {
  bottom: 10px;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 5px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9999;
  color: #fff;  
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}
.scrollToTop:hover, .scrollToTop:focus{
  text-decoration: none;
  outline: none;
  z-index: 1000;
}

			/*GAESTEBUCH ANZEIGEN*/
.box {
	border: thin solid #444;
	padding: 0px;
	font-family: verdana, helvetica, "Trebuchet MS", sans-serif;
}
.boxhead {
	font-family: verdana, helvetica, "Trebuchet MS", sans-serif;
	font-size: 0.8em;
	background-color: #444;
	font-weight: bold;
	color: #FFFFFF;
}
.gbtext {
	font-family: verdana, helvetica, "Trebuchet MS", sans-serif;
	font-size: 1em;
	line-height:1.5em;
	vertical-align:top;
	text-align:left;
	background: #A5BFC9;
	color: #1A1A1A;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.boxheadname {
	font-family: verdana, helvetica, "Trebuchet MS", sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #444;
}

.boxrahmenrechts {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #444;
	font-size: 0.75em;
	color: #FFFFFF;
	background: none repeat scroll 0 0 #242434;
	opacity: 0.7;	
}
.boxfoot {
	font-family: verdana, helvetica, "Trebuchet MS", sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	background-color: #444;
}
.bilderrahmen{
 border: 12px solid rgba(36, 36, 52, 0.4);
}

			/*GB EINTRAG*/
.schriftnormal {font : normal 1em verdana, helvetica, "Trebuchet MS", sans-serif;}
.gbfeldname {
	margin:0;
	padding: 0.625em 1.25em 0 1.25em;
}
.gbeingabefeld {
	width:25em;
	height:1.2em;
	font-size:1em;
	margin-left: 1.25em;
	background-color:#F4F4F4;
}
.gbeingabefeldland {
	width:10em;
	height:1.6em;
	font-size:1em;
	margin-left: 1.25em;
	background-color:#F4F4F4;
}
.gbeingabefeldbild {
	height:1.5em;
	font-size:1em;
	width:25em;
	margin-left: 1.25em;
	display:block;
	background-color:#F4F4F4;
}
.sxklein { font-size:0.7em;}
.gbeingabefeldtext {
	margin-left: 1.25em;
	font : normal 1em verdana, helvetica, "Trebuchet MS", sans-serif;
	width:25em;
	background-color:#F4F4F4;
}
.gbeingabeschinken {
	margin-left: 1.25em;
	width:20em;
	font : normal 1em verdana, helvetica, "Trebuchet MS", sans-serif;
	height:1.2em;
	font-size:1em;
	background-color:#F4F4F4;
}
.gbsendbu {font : normal 1em verdana, helvetica, "Trebuchet MS", sans-serif;}
#gbdaumen1 {height:1.375em; width:0.625em;}
#gbdaumen2 {height:1.375em; width:1.375em;}
#gbdaumen3 {height:1.375em; width:0.625em;}
.gbdaumen {height:1em; width:1em; font : normal 1em verdana, helvetica, "Trebuchet MS", sans-serif;}
.gbrechteseite {
	width:190px;
	text-align:center;
	vertical-align:top;
	border-left:2px #444 solid;
	background: none repeat scroll 0 0 #242434;
	opacity: 0.7;
	color:#FFFFFF;	
	}
.gblinkeseite {
	text-align:left;
	vertical-align:top;
	background: #A5BFC9;
	color: #000000;	
	}
			
.schrift_xx_klein {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: lighter;
}
.posttext {font-size:0.8125em;}
.ab10 {padding-top:0.625em;}
.ab20 {padding-top:1.25em;}
.ab25 {padding-top:1.5em;}
.ab30 {padding-top:1.875em;}
.ab40 {padding-top:2.5em;}
.ab50 {padding-top:3em;}
.rot {color: #993300;}
.orange {color: #FF6600;}
.gruen {color: #009900;}
.braun {color: #444;}

