/* Formular */
form.gbook div { 
	width: 355px;
}

/* Eingabefelder */
form.gbook input, form.gbook textarea { 
	border: 1px solid black;
	margin: 2px;
	width: 250px;
	background-color: #F0F8FF;
}

/* Text-Eingabefeld*/
form.gbook textarea { 
	height: 100px;
}

/* Beschriftungen der Eingabefelder */
form.gbook div.label { 
	width: 90px;
	float: left;
}

/* Buttons */
form.gbook input.button { 
	width: 100px;
	margin: 0px;
	margin-top: 5px;
	background-color: #D6D3CE;
}

/* Buttons-Layer*/
form.gbook div.buttons { 
	padding-left: 105px;
}

/* Zusatztext-Layer*/
form.gbook div.info { 
	text-align: left;
}

/* Fehlermeldungs-Layer*/
form.gbook div.error { 
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}

/*
	Listen Styles
*/


/* Einträge-Layer */
div.gbook .entry { 
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #859885;
}

/* Pagination-Layer */
div.gbook .pagination { 
	float: right;
}

/* Pagination-Links */
div.gbook .pagination a { 
	padding-left: 2px;
	padding-right: 2px;
}

/* 
Allgemeine Formatierungen
*/

/* Beschriftungen */
div.gbook .label { 
	float: left;
	font-size: 12px;
	color: #999998;
	padding-left: 5px;
}

/* Werte */
div.gbook .value { 
	padding-left: 100px;
	font-size: 12px;
	color: #191970;
}

/* 
Spezifische Formatierungen

z.b.
[CODE]
div.gbook .<feldname> .<feldtyp> { 
}

[/CODE]
*/

div.gbook .text .label { 
	padding-top: 5px;
	font-size: 12px;
}

div.gbook .text .value { 
	clear: left;
	padding: 5px;
	background-color: #e8e8e8;
	color: #191970;
	font-size: 12px;
}
