@charset "UTF-8";

/* Guestbook
------------------------------------------------------------------ */	
.guestbook {
	height: auto;
	width: 100%;
}

.guestbook p {
	font-size: 13px;
	line-height: 18px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #594B4B;
}

.guestbook h1 {
	color: #55181b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;
}

.sign {
	padding: 0px;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #501719;
	margin: 0px;
	height: 29px;
}

.sign ul
{
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

.sign ul li
{
	height: 22px;
	float: left;
	position: relative;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #C83842;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	padding-left: 7px;
	padding-right: 7px;
	display: inline-block;
	background-color: #501719;
	padding-top: 7px;
	text-align: right;
}

.sign ul li.active
{
	background-image: url(../images/taal_indicator.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.sign ul li a
{
	text-decoration: none;
	color: #C83842;
	height: 22px;
	display: inline-block;
}

.sign ul li a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/taal_indicator.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.input {
	padding: 10px;
	width: auto;
	clear: left;
	font-size: 13px;
	line-height: 18px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #594B4B;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #55181B;
	border-bottom-color: #55181B;
	border-left-color: #55181B;
	display: none;
}

.input .form400 {
	width: 400px;
}

.input .form100 {
	width: 100px;
}

.input td {
	padding-top: 5px;
	padding-bottom: 5px;
}

#currententries {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A8282F;
	position: relative;
	height: 28px;
}

.currententries {
	color: #A8282F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	float: left;
	position: relative;
	margin-top: 6px;
}

.entrie {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A8282F;
}

.entriefacts {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A8282F;
}

.reply {
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #A82930;
	border-right-color: #A82930;
	border-bottom-color: #A82930;
	border-left-color: #A82930;
	padding-right: 7px;
	padding-left: 7px;
	background-color: #E5CED3;
	position: relative;
	padding-bottom: 5px;
}

.navigatie {
	margin-top: 4px;
	float: right;
	position: relative;
}

.navigatie ul
{
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.navigatie ul li
{
	position: relative;
	list-style-type: none;
	float: left;
	margin-right: 2px;
}


.navigatie ul li a
{
	text-decoration: none;
	color: #C83842;
	height: 20px;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #C83842;
	font-style: normal;
	font-weight: normal;
	background-color: #501719;
	padding-top: 2px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #fff;
}

.navigatie ul li a.selected,
.navigatie ul li a:hover
{
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #501719;
	color: #501719;
}

.navigatie ul li a:active
{
	color: #FFFFFF;
	list-style-type: none;
	display: inline-block;
	background-color: #C83842;
}
