/* 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 */
input, textarea {
background-color:#EFEFEF;
border:1px solid #000066;
}

.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 #B19A65;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}




/* FOR WB - Galerie */

hr {
	border-style: none;
 	height: 1px;
	background-color:#000000;
	color:#000000;
	width:99%;
}
#pagenumbers {
	text-align: center;
	margin: 0px 1em 0px 1em;
}
#pagenumbers a:link, #pagenumbers a:visited, #pagenumbers a:hover {
	color: #000000;
	text-decoration: none;
}
#pictures {
		text-align: center;
}
#pictures img {
	border: none;
}
#pictures a:link, #pictures a:visited, #pictures a:hover {
	color:#006633;
	text-decoration: none;
}
#picturelink {
text-align:center;
display:inline;
margin:5px;
}
#picturelink img {
	border: 1px solid #006600;
	margin-bottom:10px;
}
#filename {
	text-align: center;
}
#directories {
font-size:12px;
}
#directories a, #directories a:link, #directories a:visited, #directories a:active {
font-size:16px;
color:#006600;
text-decoration:none;
font-weight:bold;
}
#directories a:hover {
color:#000000;
text-decoration:underline;
}

#directories li {
padding:5px;
}
