/* ANSICMA Interactive Guestbook - Default CSS	*/
/*============================================	*/

/* Template allgemein */
comInteractiveGuestbook .Content {
	background-color: #000080;
  padding:8px 0px;
}
comInteractiveGuestbook .Comment {
	color:#CCCCCC;
	background-color: #4040A0;
	padding-left: 16px !important;
}
comInteractiveGuestbook .CommentHeadline {
	color:#808080;
	background-color: #4040A0;
	padding-left: 4px !important;
}
comInteractiveGuestbook .Eintrag
	{ margin-bottom:30px; }
div.Eintrag.NotifyBorder
	{ background-color:#8000FF; }

comInteractiveGuestbook .Footline {
	border:none;
	color: #A0A0A0;
}
comInteractiveGuestbook .Headline {
	background-color: #2020CC;
	border-top:solid 1px #CC6600;
	line-height: 18pt;
	padding-left: 8px;
}

/* Nur für Display */
comInteractiveGuestbook .Message {
	padding:8px;
	background-color:#000099;
	border-bottom:solid 2px;
	border-color: #800000;
}
comInteractiveGuestbook .Message.Notify {
	background-color:#8000FF;
}
comInteractiveGuestbook .Message.Scrolling {
	overflow:scroll;
	height:150px;
	overflow-x:hidden;
}
comInteractiveGuestbook a.Maillink, comInteractiveGuestbook a.Weblink {
	color:#8080FF;
}

/* Formularelemente */
comInteractiveGuestbook .ButtonSection {
	text-align:center; margin-top:24px;
}
comInteractiveGuestbook.ErrorText {
	background-color:#CC0040;
	border:outset 2px #FFFF00;
	width:70%; margin:0px auto;
	font-weight:bold; text-align:center;
	padding:4px;
}
comInteractiveGuestbook .NavigationLink {
	margin-bottom:24px !important;
}
comInteractiveGuestbook .ConfirmText.Border {
	border:solid 3px #CCCCFF;
	padding:8px 8px 16px 8px;
	margin-top:32px;
	height: 40px;
}
comInteractiveGuestbook hlpAnsicmaInput input {
	border:0px; font-weight:bold;
	width:250px;
}
comInteractiveGuestbook hlpAnsicmaInput label {
	font-family:'Comic Sans','Comic Sans MS';
	font-style:italic;
	font-weight:normal;
	font-size:10pt;
	padding-right: 8px;
	width:200px;
}
comInteractiveGuestbook hlpAnsicmaInput#message .Border {
	margin-top:16px;
	width:100%
}
comInteractiveGuestbook hlpAnsicmaInput#visitor_phone .Border {
	margin-top:16px;
}
hlpAnsicmaInput#message label {
	display:block;
}
hlpAnsicmaInput#message textarea {
	width:98%;
}
hlpAnsicmaInput#show_contacts {
	margin-left:64px;
}

/* Speichern abgeschlossen */
comInteractiveGuestbook .SaveMessage
	{ background-color:#00CCFF; border:groove 4px; border-top:none; border-left:none; color:#3333FF; font-size:12pt; font-weight:bold; }