#gbboddy		{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;/*globale schriftart*/
font-size: 12px;
}
#gbutton	{
	background-color: #41C4F2;/*Farbe des Sende button für die einträge*/
	border: 1px solid #666666;
	width: 120px;
	color: #FFFFFF;
}

#hr {
  height:1px;
  border:0px;
  width:100%;
  background-color:red;
  alignement:center;
}

a.button {
	display:block;
	width:100px;
	height:15px;
	padding:2px;
	text-align:center;
	text-decoration:none;
}
a.button:link, a.button:visited {
	background-color:#41C4F2;/*Farbe des button link und besucht*/
	border: 1px solid #666666;
}
a.button:hover {
	background-color:#FFFFFF;/*Farbe des button hover*/
	border: 1px solid #666666;
}
a.button:active {
	background-color:#41C4F2;/*Farbe des button aktiv*/
	border: 1px solid #666666;
}

#head1	{
	background-color: #FFEAEA;/*Bestimmt die Hintergrundfarbe.*/
	text-align: center;
	vertical-align: middle;
	height: 40px;/*Bestimmt die Höhe des Header.*/
	padding-top: 20px;/*von oben +20 pix*/
	font-style: italic;/*schriftstyle kursive.*/
	text-transform: uppercase;/*schriftstyle alle buchstaben groß.*/
}

#GBscroll {
	crollbar-3dlight-color: #41C4F2;/*Bestimmt die Farbe des linken, äußeren Schattens.*/
	scrollbar-arrow-color:  #FFFFFF;/*Bestimmt die Farbe der Pfeilspitzen.*/
	scrollbar-darkshadow-color: #41C4F2;/*Bestimmt die Farbe des rechten, äußeren Schattens.*/
	scrollbar-face-color: #41C4F2;/*Bestimmt die Farbe des eigenlichen Scrollbalkens.*/
	scrollbar-highlight-color: #FFFFFF;/*Bestimmt die Farbe des linken, inneren Schattens.*/
	scrollbar-shadow-color: #FFFFFF;/*Bestimmt die Farbe des rechten, inneren Schattens.*/
	scrollbar-track-color: #E1E1E1;/*Bestimmt die Farbe des Scrollbalken-Hintergrundes.*/
	overflow:scroll;
	overflow-x:hidden;
	width:570px;
	height: 100%;	/*Bestimmt den hintergrund kann auch ein bild  (Wasserzeichen sein)*/
	padding-right: 2px;
	padding-left: 2px;
}

#GBmeldung	{
	text-align: center;
	vertical-align: middle;

}


#Eintragform	{
	width:570px;
	height:150px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#GBzeit	{
	color: #009933;
}

#gbseitzeit	{
	color: #000000;
}
#GBtextrot	{
	font-size: 12px;
	color: #FF0000;
}
