* {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 9pt;
}

body {
	background-color: #3A5A6B;
	margin: 0;
}

div#light {
	color: #000;
	background-color: #7B9FA9;
	margin: 8px 68px 25px 33px;
	padding: 20px 20px 20px 20px;
}
/*div#head {
	background: #CCCCCC;
	border: 1px solid #000000; 
	padding: 10px; 
}*/
div#head {
	/*background: #CCCCCC;*/
	border: 1px solid #3A5A6B; 
	padding: 10px; 
}
div#error_msg * {
	color: #fff;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
#head a, #j2insert a {
	font-weight: bold;
}
#j2insert a:before {
	content: "» ";
}
a.b2gb:before {
	content: "« ";
}

h1 {
	margin-top: 0;
	font-size: 13pt;
}

.guestbook_table { /*  ???  */
	background-color: #ccc;
	color: #993300;
}

.guestbook_table2 {
	border-bottom: 1px solid #000;
}

.tdtopic {
	/* hier steht der Betreff */
	font-weight: bold;
}
.td1 {
	/* hier steht der Verfasser */
	border-bottom: 1px solid #67909A;
	padding: 5px 10px 10px 25px;
}
.td2 {
	/* hier steht die Nachricht */
	line-height: 150%;
	padding: 5px 10px 10px 25px;
}

.guestbook_answer {
	border: 1px solid #67909A; /*background-color: #8BA7B4;*/
	background-color: #87A7AF;
	padding: 15px;
}
/*.guestbook_answer * {
	font-style: italic;
}*/

span.show_ip {
	font-size: 90%;
}

table.gb_insert {
}
table.gb_insert td {
	padding: 0px 0px 1px 3px;
}

a:link, a:visited {
	color: #A33837;
	text-decoration: none;
}
a:hover, a:active {
	color: #B00000;
	text-decoration: underline;
}

textarea, input {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
	padding-left: 3px;
	padding-right: 3px;
	width: 292px;
}
input.inputsubmit {
	color: #AAAA4E;
	background-color: #3A5A6B;	
	font-weight: bold;
	width: 300px;
}

#captcha {
	border: 1px solid #4D623A;
}
