/* CSS Document */


/* FOR WB - NEWS */
.post_title, .post_date { border-bottom: 1px solid #DDDDDD; padding-top:15px;  }
.post_title { font-weight: bold; font-size: 11px; color: #000000; padding-bottom:2px; }
.post_date { text-align: right; font-weight: bold;display:none; }
.post_short { text-align: justify; margin-bottom: 5px; margin-top:5px; }
.post_short_date { color:#999999; font-size:10px; float:right; }
.post_more { font-size:11px; text-align:right; clear:both; }

.newslist {
list-style-image:none;
list-style-type:none;
margin:0px;
padding:0px;
}
.newslist li {
display:block;
margin-bottom:20px;
padding:3px;
}

.newslist>li {
background-color:#F7F5F5;
}

.newslist p {
margin:0px;
padding:0px;
}


/* FOR WB - FORM */

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

input, textarea {
background-color:#EFEFEF;
border:1px solid #E9B52B;
}

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


/* FOR WB-GUESTBOOK */

table.gbentry {
  width: 98%;
  border: 1px solid #DCDCDC;
  border-collapse: collapse;
  margin-bottom: 10px;
}

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_BOOKMARKS */

.BMainContainer {
width:500px;
margin:auto;
}

.BMmain {
list-style-image:none;
list-style-type:none;
}
.BMheader  {
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}
.BMlink  {
	width: auto;
	vertical-align: middle;
	text-align: center;
	background-color:#7964A9;
	border:1px solid #000000;
	padding:3px;
	margin-bottom:3px;
	-moz-opacity:0.9;
	opacity:0.9;
	filter:Alpha(opacity=90);
}
.BMlink img {
	border: none;
}

.BMlink a {
display:block;
font-weight:bold;
color:#FFFFFF;
}
.BMlink a:hover {
background-color:#9999CC;
}

.transp img {
-moz-opacity:0.6;
opacity:0.6;
filter:Alpha(opacity=60);
}

