/* CSS Document */
html{
	/* SCROLLBAR STYLES */
	scrollbar-face-color: #940A0A;
    scrollbar-track-color: #750B0B;
    scrollbar-3dlight-color: #8B755A;
    scrollbar-darkshadow-color: #000000;
    scrollbar-arrow-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-shadow-color: #8B755A;
}

.guestBookWellcome{
	position:relative;	
	width:900px;
	margin-left:-450px;
	left:50%;
	font-weight:
	bold;	
}
/* error box */
.guestBookError{
	text-align:center;
	background:url(../img/warning.jpg);
	color:#FF0000;
	position:relative;
	border: 1px #FF0000 solid;	
	height:60px;
	width:900px;
	margin-left:-450px;
	left:50%;
	font-weight:bold;	
}
.guestBookHeaderDiv{
	background:url(../Bilder/banner.jpg);
	position:relative;
	height:100px;
	width:900px;
	margin-left:-450px;
	left:50%;
	border: 1px solid #8B755A;
	color:#8B755A;
	font-size:24px;
}

.guestBookHeaderDivText{
	position:absolute;
	bottom:5px;
	left:5px;
	font-weight:bold;
	width:100%;
	text-shadow: #000000;
	filter:DropShadow(color=#000000, offx=-1, offy=-1);
}

.guestBookDiv{
	position:relative;	
	width:900px;
	margin-top:20px;
	margin-left:-450px;
	left:50%;
	border: 1px solid #8B755A;
	color:#8B755A;
}

.guestBookDivEven{
	position:relative;	
	width:900px;
	margin-top:20px;
	margin-left:-450px;
	left:50%;
	border: 1px solid #000000;
	/*color:#8B755A;*/
}

.guestBookHead{
	font-weight:bold;
	border-bottom:1px solid #8B755A;
	background:#200000;
	color:#8B755A;
}
.guestBookHeadEven{
	font-weight:bold;
	border-bottom:1px solid #000000;
	background:#200000;
	color:#200000;
	background-color:#8B755A;
}
.guestBookMessage{
	position:relative;
	margin:10px;	
}
.guestBookFooter{
	font-weight:bold;
	border-top:1px solid #8B755A;
	color:#8B755A;
	background-color:#200000;
}

.guestBookFooterEven{
	font-weight:bold;
	border-top:1px solid #000000;
	color:#200000;
	background-color:#8B755A;
}

.guestBookSubitForm{
	position:relative;	
	height:400px;
	margin-top:50px;
	margin-left:450px;
}

.guestBookSubitForm input{
	background-color:#8B755A;
	border:solid 1px #000000;
	width:300px;
}
.guestBookSubitFormSubmitButton{
	background-color:#8B755A;
	border:solid 2px #000000 !important;
	width:300px;
}

.guestBookSubitForm textarea{
	background-color:#8B755A;
	border:solid 1px #000000;
	width:300px;
	height:150px;	
}