/* CSS Document */


/* FOR WB-GUESTBOOK */

table.gbentry {
  width: 100%;
  border: 1px solid #DCDCDC;
  border-collapse: collapse;
  margin-bottom: 10px;
  -moz-opacity:0.8;
  opacity:0.8;
  filter:Alpha(opacity=80);
}

table.gbentry td.gbtitle {
  font-weight: bold;
  padding: 0 5px 0 5px;
  background-color: #DCDCDC;
  color: #000000;
}

table.gbentry td.gbcontent {
  padding: 5px; 
  background-color: #FFFFFF;
  color: #000000;
}

img.button {
  vertical-align: bottom;
}




/* FOR WB - FORM */

.anfragetabelle {
border-collapse:collapse;
padding:5px;
}
.anfragetabelle td {
padding:3px;
}

input, textarea {
font-family:Arial, Helvetica, sans-serif;
background-color:#CFD2D4;
border:1px solid #3F687C;
}

.required {
	color:#990000;
}
.field_title {
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	width: 200px;
}
.textarea {
	font-size:12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	background-color:#EFEFEF;
	border:1px solid #016833;
}
.checkbox_label {
	cursor: pointer;
}
.radio_label {
	cursor: pointer;
}
.email {
	width: 200px;
}


