/*
	Guesbook Addon-CSS by Markus Staab
	www.public-4u.de
	13.05.2005
*/



/*
	Formular Styles
*/



html {
min-height:100%;
margin-bottom:1px;
}

/* gegen IEs 3-Pixel-Bug */
* html .content {
	height: 1%;
}

  /* gegen IEs 3-Pixel-Bug */
* html #page{
	height: 1%;
}
  
/* gegen IEs 3-Pixel-Bug */
* html #content {
	height: 1%;
}

  /* gegen IEs 3-Pixel-Bug */
* html .page{
	height: 1%;
}

/* gegen IEs 3-Pixel-Bug */
* html #gbook{
	height: 1%;
}

  /* gegen IEs 3-Pixel-Bug */
* html .gbook{
	height: 1%;
}



/* Formular */
.gbook {
margin-left:40px;
width: 450px;
}




/* Formular */
form.gbook div {

margin-left: 0px;
padding-left: 10px;

}


/* Eingabefelder */
form.gbook input, form.gbook textarea {
	border: 1px solid black;
    margin: 2px;
	width: 250px;
	background-color: #F6F4EF;
color:#000000;
}

/* Text-Eingabefeld*/
form.gbook textarea {
	height: 100px;
}

/* Beschriftungen der Eingabefelder */
form.gbook div.label {
	width: 100px;
	float: left;
}

/* Buttons */
form.gbook input.button {
    width: 100px;
	margin-top: 5px;
	background-color: #D6D3CE;
color:#000000;
}

/* Buttons-Layer*/
form.gbook div.buttons {
	padding-left: 110px;
}

/* Zusatztext-Layer*/
form.gbook div.info {
	text-align: right;
}

/* 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;
margin-right:0px;
margin-left:20px;
	border-bottom: 2px dashed #859885;

}




/* Pagination-Layer */
div.gbook .pagination {
	float: right;
	padding-right: 20px;

}

/* Pagination-Links */
div.gbook .pagination a {
	padding-left: 2px;
	padding-right: 2px;

}

/* 
Allgemeine Formatierungen
*/

/* Beschriftungen */
div.gbook .label {
	float: left;

}
/* Werte */
div.gbook .value {
	padding-left: 200px;

}

/* 
Spezifische Formatierungen

z.b.
[CODE]
div.gbook .<feldname> .<feldtyp>{
}
[/CODE]
*/

div.gbook .text .label {
	padding-top: 5px;

}

div.gbook .text .value {
	clear: left;
width: 380px;
	padding: 5px;
	background-color: #F6F4EF;
color: #000000;
}