/* GAESTEBUCH **************************************************************/
.gb_table{
	border: inset 2px #000000;
	width: 45%;
}
.gb_text{
	background-color: #F4ECDA;
	border: outset 2px #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.gb_info{
	background-image: url(bg_forumbereich.jpg);
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.gb_input{
	background-color: #F4ECDA;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 200px;
}

.gb_input_text{
	background-color: #efefef;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
	height: 100px;
}

.links a:link {
    color: #4A029C;
    text-decoration: none;
}

.links a:visited {
    color: #002FDE;
    text-decoration: none;
}

.links a:hover {
    color: #000000;
    text-decoration: underline;
}

.links a:active {
    color: #0B9E00;
    text-decoration: underline;
}