@charset "utf-8";
/* CSS Document */

.gastebuchEntry
{
	background-color:#FC0;
	border:1px solid #009;
	padding:5px 5px 5px 5px;
	margin-bottom:30px;
	margin-left:50px;
}

.insertFormCell
{
	vertical-align:top;
	margin-top:50px;
	margin-bottom:5px;
}

.insertFormCellTitle
{
	text-align:right;
	font-weight:bold;
}

.insertFormCellSpacer
{
	width:5px;
}

.insertFormCellInput
{
	width:300px;
}

.gastebuchEntryHeader
{
	text-align:left;
	color:#009;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

.gastebuchEntryText
{
	margin-top:10px;
	text-align:left;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	
}


.gastebuchNextSite, .gastebuchPreviousSite
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

.gastebuchPreviousSite
{
	float:left;
}

.gastebuchNextSite
{
	float:right;
}

.gastebuchNextSite a, .gastebuchNextSite a:visited, .gastebuchPreviousSite a, .gastebuchPreviousSite a:visited
{
	text-decoration:none;
	color:#009;
}

.gastebuchNextSite a:hover, .gastebuchPreviousSite a:hover
{
	text-decoration:none;
	color:#FC0;
}