@charset "ISO-8859-1";

font.header {
	font-size:11pt;
	color:black;
}

div.gbbody {
	border:black solid 1px;
	background-color:rgb(242,242,242);
	margin-left:0px;
	padding:5px;
	margin-bottom:15px;
	font-family:sans-serif;
}

a.linkGb {
	color:#FF0000;
	text-decoration:none;
}

a:hover.linkGb {
	color:black;
}

font:hover.neuerEintrag {
	color:#FF00000;
	cursor:pointer;
	text-decoration:underline;
}
font.neuerEintrag {
	cursor:pointer;
}
input.text {
	font-size:11pt;
	font-family:sans-serif;
	background-color:rgb(242,242,242);
	width:100%;
}
textarea {
	width:100%;
}
textarea.eintrag {
	font-family:sans-serif;
	background-color:rgb(242,242,242);
	width:100%;
	height:150px;
}

a.gbseiten {
	text-decoration:underline overline;
}
a:hover.gbseiten {
	text-decoration:none;
}