/* ---------------------------------------------
   Für das Gästebuch
   --------------------------------------------- */
.bucheintrag {
	text-align:center;
	margin-top:10px;
}
.bucheintrag a, .buchlink a {
	font-weight:normal;
}

.buchname, .buchlink, .buchnachricht
  {  width:450px;
     padding:2px 2px 2px 4px;
     border:1px solid #0c74f5;
     margin:auto;
     margin-top:2px;
     text-align:left;
  }
.buchname {margin-top:20px; background-color:#3399FF; color:white;}
.buchlink img {
	margin:0px 5px 0px 5px;
	width:16px; height:13px;
	position:relative; top:2px;
}

/* verstecktes Kontrollfeld */
.ver {
	display:none;
}

/* ---------------------------------------------
   Für News-Bereich
	 --------------------------------------------- */

.newsform {
	width:450px;
	margin:10px auto 0px auto;
	text-align:left;
}
.newsform input {
	padding: 2px;
	margin-top:5px;
	width:440px;
}
.newsform .formbutton {
	width:150px;
}
.news_datum,
.news_text {
	width:400px;
	margin:auto;
	text-align:left;
}
.news_datum {
	margin-top:10px;
	font-weight:bold;
}

/* ---------------------------------------------
   Für die Preisliste
   --------------------------------------------- */
.formfield .price_desc {
	width:185px;
	overflow:hidden;
	text-align:left;
	float:left;
	padding-right:5px;
}
.formfield .price_desc textarea{
	width:181px;
}

.formfield .pricebutton {
	width:120px;
	float:left;
	overflow:hidden;
}

.formfield .pricebutton input,
.formfield .pricebutton select,
.formfield .pricebutton option{
	width:110px;
}

.formfield input.price {
	width:91px;
	text-align:left;
}

.preisliste {
	width:480px;
	margin:0px auto 0px auto;
	padding-top:5px;
	clear:both;
}
.preisliste .description {
	width:230px;
	padding-top:2px;
	overflow:show;
	text-align:left;
	clear:both;
	float:left;
}
.preisliste span {
	display:block;
	width:70px;
	margin-left:10px;
	float:left;
	overflow:hidden;
	text-align:right;
}
.preisliste input {
	width:50px;
}
.preisliste .formbutton {
	width:150px;
	margin:5px auto 0px 10px;
}

/*
Bildwechsler
*/
.bildwechsler{
	width:180px;
	height:135px;
	padding:0px;
	margin:0px;
	border:2px solid #0c74f5;
	background-color:#0c74f5;
	position:relative;
}
.bildwechsler .bild{
	width:180px;
	height:135px;
	padding:0px;
	margin:0px;
	position:absolute;
	top:0px;
	left:0px;
	background-position:center center;
	background-repeat:no-repeat;
}
.bildwechsler .bild#b2 {
	filter:Alpha(opacity=100);
	opacity:0;
}