/** Gaestebuch	*/
#gbtable	{
	font-size:12px;
	margin:auto;
	text-align:center;
	margin-top:15px;
}

/** Formulare */
input.area	{
	border-width:1px;
	border-style:solid;
	border-color:#AA0000;;
	background-color:transparent;
	z-index:99;
}

td	{
	text-align:left;
}

form	{
	#position:relative;
	#z-index:1;
}

textarea.tArea	{
	border-width:1px;
	border-style:solid;
	border-color:#AA0000;;
	background-color:transparent;
}


input.area:hover, input.area:focus, textarea.tArea:hover, textarea.tArea:focus	{
		border-color:#06681C;
		background-color:#F9F7F7;
}

input.subset	{
	width:100px;
	height:25px;
	border-style:solid;
	border-color:#AA0000;; 
	border-width:1px;
	background:transparent;
}

img.new	{
	border-style:solid;
	border-color:#AA0000;; 
	border-width:1px;
}

input.subset:hover	{
	border-color:#06681C;
	text-decoration:underline;
}

p.text	{
	margin:auto;
	text-align:center;
	font-size:12px;
	margin-top:15px;
}

#last	{
	margin-top:10px;
	margin-left:25px;
	text-align:left;
}

div.gbFehler	{
	margin:auto;
	margin-top:10px;
	color:#840F09;
	width:500px;
	text-align:left;
}

div.gbReihe	{
	width:700px;
	height:25px;
	margin:0 auto;
	margin-top:10px;
}

div.gbBez	{
/*	background-color:#ffff00;	*/
	width:50px;
	height:20px;
	text-align:left;
	margin-left:5px;
	float:left;	
/*	padding:2px; */
}

div.gbData	{
/*	background-color:#444433;	*/
	text-align:left;
	width:636px;
	height:20px;
	float:right;
}

#gbText	{
	height:300px;	
	overflow:auto;
}
div.gb	{
	margin:auto;
	text-align:center;
	width:800px;
	height:500px;
	
	margin-top:0px;
/*	background-color:#121212;
*/
}

div.gb2	{
	margin:auto;
	text-align:center;
	width:710px;
	height:470px;
	border-style:dotted;
	border-color:#06681C;
	border-width:1px;
}

div.gbNavi	{
	width:710px;
	height:20px;
	border-top-style:dotted;
	border-top-color:#06681C;
	border-top-width:1px;
	border-left-style:dotted;
	border-left-color:#06681C;
	border-left-width:1px;
	border-right-style:dotted;
	border-right-color:#06681C;
	border-right-width:1px;
	margin:auto;
	text-align:center;
	margin-top:15px;
}

div.gbNaviItem	{
	width:33%;
	text-align:center;
	float:left;
	line-height:20px;
}
	
