* {
  margin:0;
  padding: 0;
}

html, body {
  font-family: Verdana, Arial, Helvetica;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
  height: 100%;
}

/* left & right bgs  */
#left {
  width: 50%;
  height: 360px;
  position: absolute;
  background: url(../img/left_bg.jpg) top left repeat;
  top: 148px;
  left: 0;
  z-index: 1;
}

#right {
  width: 50%;
  height: 360px;
  position: absolute;
  background: url(../img/right_bg.jpg) top left repeat;
  top: 148px;
  right: 0;
  z-index: 2;
}

/* wrapper */
#wrapper {
  margin: 0px auto;
  width: 950px;
  min-height:100%;
}

/* IE Win < 7 only \*/
* html #wrapper {
  height:100%;
}
/* end IE Win < 7 only */

/* header */
#header {
  width: 950px;
  padding: 0 15px;
}

#header #logo {
  float: left;
  width: 122px; 
  height: 128px;
  padding: 10px 0 5px 0;
}

#logo img { 
  border: 0;
}

/* menu */
#menu {
  padding: 5px 0 0 122px;
  float: left;
}

/* content */
#content {
  width: 950px;
  height: 369px;
  position: relative;
  background: url(../img/bg.jpg) top left repeat;
  z-index: 5;
  padding: 0 15px;
}

.homebox_left {
	width: 238px;
	height: 369px;
	background-image: url(../img/home_box.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 0 2px 0 2px;
}
.homebox_left a {
	width: 220px;
	height: 350px;
	background: url(../img/homebox_left.jpg) top left no-repeat;
	display: block;
	margin: 10px 9px 9px 7px
}
.homebox_left a:hover{
	width: 220px;
	height: 350px;
	background: url(../img/homebox_left.jpg) bottom left no-repeat;
}

.homebox_middle {
	width: 238px;
	height: 369px;
	background-image: url(../img/home_box.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 0 2px 0 2px;
}
.homebox_middle a {
	width: 220px;
	height: 350px;
	background: url(../img/homebox_middle.jpg) top left no-repeat;
	display: block;
	margin: 10px 9px 9px 7px
}
.homebox_middle a:hover{
	width: 220px;
	height: 350px;
	background: url(../img/homebox_middle.jpg) bottom left no-repeat;
}

.homebox_right {
	width: 238px;
	height: 369px;
	background-image: url(../img/home_box.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 0 2px 0 2px;
}
.homebox_right a {
	width: 220px;
	height: 350px;
	background: url(../img/homebox_right.jpg) top left no-repeat;
	display: block;
	margin: 10px 9px 9px 7px
}
.homebox_right a:hover{
	width: 220px;
	height: 350px;
	background: url(../img/homebox_right.jpg) bottom left no-repeat;
}

/* news auf der startseite */
#news {
  width: 198px;
  height: 361px;
  min-height: 361px;
  float: left;
  padding: 4px 10px 4px 15px;
}

#news img {
  padding: 0 0 5px 0;
  border: 0;
}

#news h1, h2, h3 {
  color: #151419;
  font-size: 11px;
  font-weight: bold;
}

#news h1{
  margin: 13px 0 0 0;
}

#news h2{
  color: #151419;
  font-size: 11px;
  font-weight: bold;
  border: 0;
}

#news h3{
  color: #DFB23D;
  font-size: 11px;
  font-weight: bold;
  border: 0;
}

#news p{
  color: #151419;
  font-size: 9px;
  padding: 11px 0 8px 0;
}

#news a  {
  background: url(../img/btn_kalender.gif) top left no-repeat;
  width: 90px;
  height: 20px;
  display:block;
}

#news a:hover { 
  background: url(../img/btn_kalender.gif) bottom left no-repeat;
  width: 90px;
  height: 20px;  
}

#news_thumb a  {
  background: url(../img/news_thumb.jpg) top left no-repeat;
  width: 198px;
  height: 180px;
  display:block;
}

#news_thumb a:hover { 
  background: url(../img/news_thumb.jpg) bottom left no-repeat;
  width: 198px;
  height: 180px;  
}

#contentbox {
  width: 719px;
  height: 369px;
  background: url(../img/content_bg.jpg) top left no-repeat;
  float: left;
}

#contentbox_kontakt {
  width: 719px;
  height: 369px;
  background: url(../img/content_kontakt_bg.jpg) top left no-repeat;
  float: left;
}

#contentbox_eiswein {
  width: 719px;
  height: 369px;
  background: url(../img/content_bg_eiswein.jpg) top left no-repeat;
  float: left;
}

#contentbox_breadcrumb {
  color: #999999;
  font-size: 10px;
  width: 500px;
  margin: 13px 13px 0 13px;
  float: left;
  display: inline;
}

#contentbox_text {
  color: #151419;
  font-size: 11px;
  width: 693px;
  margin: 13px;
  line-height: 18px;
}

#contentbox_text h1, h2, h3 {
  color: #151419;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 5px 0;
}

#contentbox_text a {
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
}

#contentbox_text a:hover {
  color: #151419;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

#contentbox_left {
  color: #151419;
  font-size: 11px;
  width: 325px;
  margin: 13px;
  line-height: 18px;
  float: left;
  display: inline;
}

#contentbox_left h1, h2, h3 {
  color: #DFB23D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}

#contentbox_left_eindrittel {
  color: #151419;
  font-size: 11px;
  width: 296px;
  margin: 13px;
  line-height: 18px;
  float: left;
  display: inline;
}

#contentbox_right {
  color: #151419;
  font-size: 11px;
  width: 315px;
  margin: 13px 13px 0 20px;
  line-height: 18px;
  float: left;
}

#contentbox_right h1, h2, h3 {
  color: #DFB23D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}

#contentbox_right_zweidrittel {
  color: #151419;
  font-size: 11px;
  width: 364px;
  margin: 13px;
  line-height: 18px;
  float: left;
  display: inline;
}

#contentbox_right_zweidrittel h1, h2, h3 {
  color: #DFB23D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}

#contentbox_right_zweidrittel a {
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
}

#contentbox_right_zweidrittel a:hover {
  color: #151419;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

/* CONTENT WEINVERKOSTUNG */
#contentbox_left_weinverkostung {
  color: #151419;
  font-size: 11px;
  width: 367px;
  margin: 13px;
  line-height: 18px;
  float: left;
  display: inline;
}

#contentbox_right_weinverkostung {
  color: #151419;
  font-size: 11px;
  width: 300px;
  margin: 13px 13px 13px 0;
  line-height: 18px;
  float: left;
}

#contentbox_right_weinverkostung h1, h2, h3 {
  color: #DFB23D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}

#contentbox_right_weinverkostung a {
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
}

#contentbox_right_weinverkostung a:hover {
  color: #151419;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}
/* ENDE: CONTENT WEINVERKOSTUNG */

/* CONTENT WEINHAUS */
#contentbox_left_weinhaus {
  color: #151419;
  font-size: 11px;
  width: 408px;
  margin: 13px;
  line-height: 18px;
  float: left;
  display: inline;
}

#contentbox_right_weinhaus {
  color: #151419;
  font-size: 11px;
  width: 260px;
  margin: 13px 13px 13px 0;
  line-height: 18px;
  float: left;
}

#contentbox_right_weinhaus h1, h2, h3 {
  color: #DFB23D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
/* ENDE: CONTENT WEINHAUS */

/* CONTENT WEINLADEN */
#contentbox_left_weinladen {
  color: #151419;
  font-size: 11px;
  width: 477px;
  margin: 13px;
  line-height: 18px;
  float: left;
  display: inline;
}

#contentbox_right_weinladen {
  color: #151419;
  font-size: 11px;
  width: 200px;
  margin: 13px 13px 13px 0;
  line-height: 18px;
  float: left;
}

#contentbox_right_weinladen h1, h2, h3 {
  color: #DFB23D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
/* ENDE: CONTENT WEINLADEN */

/* CONTENT FAMILIE */
#contentbox_top_familie {
  width: 693px;
  margin: 13px;
}

#contentbox_bottom_familie {
  color: #151419;
  font-size: 11px;
  width: 693px;
  margin: 0 13px;
  line-height: 18px;
}

#contentbox_bottom_familie h1, h2, h3 {
  color: #DFB23D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
/* ENDE: CONTENT FAMILIE */

/* CONTENT EISWEIN */
#contentbox_middle_eiswein {
  color: #151419;
  font-size: 11px;
  width: 300px;
  margin: 175px 0 0 240px;
  line-height: 18px;
}

#contentbox_middle_eiswein h1, h2, h3 {
  color: #DFB23D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
/* ENDE: CONTENT EISWEIN */

/* CONTENT STEILTERRASSEN S1 */
#contentbox_oben_steilterrassen {
  width: 693px;
  margin: 13px 0 13px 13px;
  float: left;
  display: inline;
}

#contentbox_unten_steilterrassen{
  color: #151419;
  font-size: 11px;
  width: 693px;
  margin: 0 0 13px 13px;
  line-height: 18px;
  float: left;
  display: inline;
}

#contentbox_unten_steilterrassen h1, h2, h3 {
  color: #DFB23D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
/* ENDE: CONTENT STEILTERRASSEN S1 */

/* CONTENT STEILTERRASSEN S2 */
#contentbox_left_steilterrassen {
  width: 386px;
  margin: 13px;
  float: left;
  display: inline;
}

#contentbox_right_steilterrassen{
  color: #151419;
  font-size: 11px;
  width: 280px;
  margin: 13px 13px 13px 0;
  line-height: 18px;
  float: left;
}

#contentbox_right_steilterrassen h1, h2, h3 {
  color: #DFB23D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
/* ENDE: CONTENT STEILTERRASSEN S2 */

/* CONTENT WEINBERGSWANDERUNG */
#contentbox_left_weinbergswanderung {
  width: 402px;
  margin: 13px;
  float: left;
  display: inline;
}

#contentbox_right_weinbergswanderung{
  color: #151419;
  font-size: 11px;
  width: 250px;
  margin: 13px 13px 5px 0;
  line-height: 18px;
  float: left;
}

#contentbox_right_weinbergswanderung h1, h2, h3 {
  color: #DFB23D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
/* ENDE: CONTENT WEINBERGSWANDERUNG */

/* CONTENT ABENTEUER STEILTERRASSEN */
#contentbox_left_mmarienberg {
  width: 425px;
  margin: 13px;
  float: left;
  display: inline;
}

#contentbox_right_mmarienberg{
  color: #151419;
  font-size: 11px;
  width: 250px;
  margin: 13px 13px 13px 0;
  line-height: 14px;
  float: left;
}

#contentbox_right_mmarienberg h1, h2, h3 {
  color: #DFB23D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
/* ENDE: CONTENT ABENTEUER STEILTERRASSEN */

/* CONTENT ABENTEUER STEILTERRASSEN */
#contentbox_left_gmarienberg {
  width: 425px;
  margin: 13px;
  float: left;
  display: inline;
}

#contentbox_right_gmarienberg{
  color: #151419;
  font-size: 11px;
  width: 250px;
  margin: 13px 13px 13px 0;
  line-height: 13px;
  float: left;
}

#contentbox_right_gmarienberg h1, h2, h3 {
  color: #DFB23D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
/* ENDE: CONTENT ABENTEUER STEILTERRASSEN */

/* CONTENT GÜLSER BIENENGARTEN */
#contentbox_left_gbienengarten {
  width: 402px;
  margin: 13px;
  float: left;
  display: inline;
}

#contentbox_right_gbienengarten {
  color: #151419;
  font-size: 11px;
  width: 250px;
  margin: 13px 13px 13px 0;
  line-height: 15px;
  float: left;
}

#contentbox_right_gbienengarten  h1, h2, h3 {
  color: #DFB23D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
/* ENDE: CONTENT GÜLSER BIENENGARTEN */

/* CONTENT WEINAUSBAU */
#contentbox_left_weinausbau {
  width: 388px;
  margin: 13px;
  float: left;
  display: inline;
}

#contentbox_right_weinausbau{
  color: #151419;
  font-size: 11px;
  width: 250px;
  margin: 13px 13px 13px 0;
  line-height: 14px;
  float: left;
}

#contentbox_right_weinausbau h1, h2, h3 {
  color: #DFB23D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
/* ENDE: CONTENT WEINAUSBAU */

/* CONTENT GESCHICHTE S1 */
#contentbox_left_geschichte_s1 {
  width: 249px;
  margin: 13px 13px 13px 40px;
  float: left;
  display: inline;
}

#contentbox_right_geschichte_s1 {
  color: #151419;
  font-size: 11px;
  width: 370px;
  margin: 13px 13px 13px 0;
  line-height: 16px;
  float: left;
}

#contentbox_right_geschichte_s1  h1, h2, h3 {
  color: #DFB23D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
/* ENDE: CONTENT GESCHICHTE S1 */

/* CONTENT GESCHICHTE S2 */
#contentbox_left_geschichte_s2 {
  width: 170px;
  margin: 13px 13px 13px 80px;
  float: left;
  display: inline;
}

#contentbox_right_geschichte_s2 {
  color: #151419;
  font-size: 11px;
  width: 370px;
  margin: 13px 13px 13px 0;
  line-height: 18px;
  float: left;
}

#contentbox_right_geschichte_s2  h1, h2, h3 {
  color: #DFB23D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
/* ENDE: CONTENT GESCHICHTE S2 */

/* CONTENT KONTAKTFORMULAR */
#contentbox_left_kontakt {
  color: #151419;
  font-size: 11px;
  width: 340px;
  margin: 13px;
  line-height: 18px;
  float: left;
  display: inline;
}

#contentbox_left_kontakt a {
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
}

#contentbox_left_kontakt a:hover {
  color: #151419;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

#contentbox_right_kontakt {
  color: #151419;
  font-size: 11px;
  width: 290px;
  margin: 13px 13px 13px 50px;
  line-height: 18px;
  float: left;
}

#contentbox_right_kontakt table, tr {
  width: 290px;
}

#contentbox_right_kontakt td.left {
  width: 80px;
  padding: 2px;
}

#contentbox_right_kontakt td.right {
  width: 210px;
  padding: 2px;
}

#contentbox_right_kontakt input, select{
	width: 210px;
	height: 20px;
	border: 1px solid #151419;
}

#contentbox_right_kontakt td.right input.plz {
  width: 40px;
}

#contentbox_right_kontakt td.right input.ort {
  width: 162px;
}

#contentbox_right_kontakt td.right input.button {
  width: 85px;
  border: 0;
  background-color: #DFB23D;
  padding: 2px;
}

#contentbox_right_kontakt textarea {
	width: 210px;
	height: 80px;
	border: 1px solid #151419;
}
/* ENDE: CONTENT KONTAKTFORMULAR */

/* CONTENT FOTOGALERIE */
#contentbox_fotogalerie {
  color: #151419;
  font-size: 11px;
  width: 693px;
  margin: 6px 0 0 17px;
}

#contentbox_fotogalerie .bild {
  width: 140px;
  height: 110px;
  float: left;
  margin: 0 40px 0 0;
}

#contentbox_fotogalerie .bilderrechts {
  width: 140px;
  height: 110px;
  float: left;
  margin: 0;
}

#contentbox_fotogalerie a.eins {
	width: 140px;
	height: 110px;
	background: url(../galerie/abfuellung2005l.jpg) top left no-repeat;
	display: block;
}
#contentbox_fotogalerie a.eins:hover{
	width: 140px;
	height: 110px;
	background: url(../galerie/abfuellung2005l.jpg) bottom left no-repeat;
}

#contentbox_fotogalerie a.zwei {
	width: 140px;
	height: 110px;
	background: url(../galerie/abfuellung2006l.jpg) top left no-repeat;
	display: block;
}
#contentbox_fotogalerie a.zwei:hover{
	width: 140px;
	height: 110px;
	background: url(../galerie/abfuellung2006l.jpg) bottom left no-repeat;
}

#contentbox_fotogalerie a.drei {
	width: 140px;
	height: 110px;
	background: url(../galerie/eisweinl.jpg) top left no-repeat;
	display: block;
}
#contentbox_fotogalerie a.drei:hover{
	width: 140px;
	height: 110px;
	background: url(../galerie/eisweinl.jpg) bottom left no-repeat;
}

#contentbox_fotogalerie a.vier {
	width: 140px;
	height: 110px;
	background: url(../galerie/flurbereinigungl.jpg) top left no-repeat;
	display: block;
}
#contentbox_fotogalerie a.vier:hover{
	width: 140px;
	height: 110px;
	background: url(../galerie/flurbereinigungl.jpg) bottom left no-repeat;
}

#contentbox_fotogalerie a.fuenf {
	width: 140px;
	height: 110px;
	background: url(../galerie/kellerprobel.jpg) top left no-repeat;
	display: block;
}
#contentbox_fotogalerie a.fuenf:hover{
	width: 140px;
	height: 110px;
	background: url(../galerie/kellerprobel.jpg) bottom left no-repeat;
}

#contentbox_fotogalerie a.sechs {
	width: 140px;
	height: 110px;
	background: url(../galerie/panorama_wl.jpg) top left no-repeat;
	display: block;
}
#contentbox_fotogalerie a.sechs:hover{
	width: 140px;
	height: 110px;
	background: url(../galerie/panorama_wl.jpg) bottom left no-repeat;
}

#contentbox_fotogalerie a.sieben {
	width: 140px;
	height: 110px;
	background: url(../galerie/swr_sonntagl.jpg) top left no-repeat;
	display: block;
}
#contentbox_fotogalerie a.sieben:hover{
	width: 140px;
	height: 110px;
	background: url(../galerie/swr_sonntagl.jpg) bottom left no-repeat;
}

#contentbox_fotogalerie a.acht{
	width: 140px;
	height: 110px;
	background: url(../galerie/swr_teaml.jpg) top left no-repeat;
	display: block;
}
#contentbox_fotogalerie a.acht:hover{
	width: 140px;
	height: 110px;
	background: url(../galerie/swr_teaml.jpg) bottom left no-repeat;
}

#contentbox_fotogalerie a.neun {
	width: 140px;
	height: 110px;
	background: url(../galerie/weinlese2003l.jpg) top left no-repeat;
	display: block;
}
#contentbox_fotogalerie a.neun:hover{
	width: 140px;
	height: 110px;
	background: url(../galerie/weinlese2003l.jpg) bottom left no-repeat;
}

#contentbox_fotogalerie a.zehn {
	width: 140px;
	height: 110px;
	background: url(../galerie/weinlese2006l.jpg) top left no-repeat;
	display: block;
}
#contentbox_fotogalerie a.zehn:hover{
	width: 140px;
	height: 110px;
	background: url(../galerie/weinlese2006l.jpg) bottom left no-repeat;
}

#contentbox_fotogalerie a.elf {
	width: 140px;
	height: 110px;
	background: url(../galerie/abfuellung2005l.jpg) top left no-repeat;
	display: block;
}
#contentbox_fotogalerie a.elf:hover{
	width: 140px;
	height: 110px;
	background: url(../galerie/abfuellung2005l.jpg) bottom left no-repeat;
}

#contentbox_fotogalerie a.zwoelf {
	width: 140px;
	height: 110px;
	background: url(../galerie/abfuellung2005l.jpg) top left no-repeat;
	display: block;
}
#contentbox_fotogalerie a.zwoelf:hover{
	width: 140px;
	height: 110px;
	background: url(../galerie/abfuellung2005l.jpg) bottom left no-repeat;
}

.invisible {
	display: none;
}
/* ENDE: CONTENT FOTOGALERIE */

/* CONTENT LINKS */
#links_kultur {
  color: #151419;
  font-size: 11px;
  width: 235px;
  margin: 10px 5px 0 13px;
  line-height: 16px;
  float: left;
  display: inline;
}

#links_kultur a {
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

#links_kultur a:hover {
  color: #151419;
  font-size: 11px;
  font-weight: normal;
  text-decoration: unerline;
}

#links_kultur h1, h2, h3 {
  color: #151419;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  border-bottom: solid 1px #151419;
}

#links_partner {
  color: #151419;
  font-size: 11px;
  width: 200px;
  margin: 10px;
  line-height: 16px;
  float: left;
}

#links_partner a {
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

#links_partner a:hover {
  color: #151419;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
}

#links_partner h1, h2, h3 {
  color: #151419;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  border-bottom: solid 1px #151419;
}

#links_hotels {
  color: #151419;
  font-size: 11px;
  width: 200px;
  margin: 10px;
  line-height: 16px;
  float: left;
}

#links_hotels a {
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

#links_hotels a:hover {
  color: #151419;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
}

#links_hotels h1, h2, h3 {
  color: #151419;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  border-bottom: solid 1px #151419;
}
/* ENDE: CONTENT LINKS */

/* CONTENT WEINKALENDER */
#contentbox_weinkalender_left {
	width: 335px;
	height: 200px;
	float: left;
	margin: 10px 0 0 20px;
	display: inline;
}

#contentbox_weinkalender_right {
	width: 335px;
	float: left;
	margin: 10px 0 0 5px;
}

#contentbox_weinkalender_left .leftbox {
	width: 333px;
	float: left;
	background: url(../img/kalender_bg.jpg) top left no-repeat;
	margin: 3px 0 0 0;
	padding: 14px 0 0 14px;
}

#contentbox_weinkalender_left .leftbox h1 {
	color: #151419;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
}

#contentbox_weinkalender_left .leftbox h2 {
	color: #151419;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	border: 0;
}

#contentbox_weinkalender_left .leftbox p {
	color: #151419;
	font-size: 10px;
	font-weight: normal;
	padding: 0;
	width: 300px;
}

#contentbox_weinkalender_left .leftbox .more {
	color: #151419;
	font-size: 10px;
	font-weight: normal;
	padding: 5px 30px 0 0;
	float: right;
}

#contentbox_weinkalender_left .leftbox .more a {
	color: #151419;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

#contentbox_weinkalender_left .leftbox .more a:hover {
	color: #151419;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

#contentbox_weinkalender_right .rightbox {
	width: 333px;
	float: left;
	background: url(../img/kalender_bg.jpg) top left no-repeat;
	margin: 3px 0 0 0;
	padding: 14px 0 0 14px;
}

#contentbox_weinkalender_right .rightbox h1 {
	color: #151419;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
}

#contentbox_weinkalender_right .rightbox h2 {
	color: #151419;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	border: 0;
}

#contentbox_weinkalender_right .rightbox p {
	color: #151419;
	font-size: 10px;
	font-weight: normal;
	padding: 0;
	width: 300px;
}

#contentbox_weinkalender_right .rightbox .more {
	color: #151419;
	font-size: 10px;
	font-weight: normal;
	padding: 5px 30px 0 0;
	float: right;
}

#contentbox_weinkalender_right .rightbox .more a {
	color: #151419;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

#contentbox_weinkalender_right .rightbox .more a:hover {
	color: #151419;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
/* ENDE: CONTENT WEINKALENDER */


#rundrum_off {
  border-width: 1px;
  border-style: solid;
  border-color: #151419;
  color: #151419;
  background-color: #DFB23D;
  padding: 1px;
  text-align: center;
  font-size: 11px;
}

#rundrum_on {
  border-width: 1px;
  border-style: solid;
  border-color: #151419;
  color: #151419;
  padding: 1px;
  text-align: center;
  font-size: 11px;
}

#rundrum_on a {
  color: #151419;
  text-align: center;
  font-size: 11px;
  text-decoration: none;
}

#rundrum_on a:hover {
  color: #151419;
  background-color: #DFB23D;
  text-align: center;
  font-size: 11px;
  text-decoration: none;
}

#second_navi {
  float: right;
  margin: 10px;
}


#picturebox {
  width: 206px;
  height: 369px;
  background: url(../img/picturebox_bg.jpg) top left no-repeat;
  float: left;
  margin: 0 8px 0 17px;
}

#picturebox img {
  width: 188px;
  height: 350px;
  margin: 10px 5px 5px 9px;
}

/* Button Reservierung */
#reservierung {
  width: 90px;
  height: 20px;
  float: right;
  margin: 30px 20px 0 0;
  display: inline;
}

#reservierung a  {
  background: url(../img/btn_kontakt.gif) top left no-repeat;
  width: 90px;
  height: 20px;
  display:block;
}

#reservierung a:hover { 
  background: url(../img/btn_kontakt.gif) bottom left no-repeat;
  width: 90px;
  height: 20px; 
}

/* Button Reservierung */
#wanderungsreservierung {
  width: 90px;
  height: 20px;
  float: right;
  margin: 0 20px 0 0;
  display: inline;
}

#wanderungsreservierung a  {
  background: url(../img/btn_kontakt.gif) top left no-repeat;
  width: 90px;
  height: 20px;
  display:block;
}

#wanderungsreservierung a:hover { 
  background: url(../img/btn_kontakt.gif) bottom left no-repeat;
  width: 90px;
  height: 20px; 
}

/* footer */
#footer {
  height:20px;
  margin-top:-20px;
  color: #999999;
  font-size: 10px;
  text-align: center;
}

#footer a {
  color: #999999;
  font-size: 10px;
  text-decoration: none; 
}

#footer a:hover {
  color: #151419;
  font-size: 10px;
}

/* sonstiges */
.clear {clear: both}


