@charset "utf-8";
/* CSS Document */

.Text {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	
}
.Abstand_8px {
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	}

/*Deklaration der Links*/
a:link {
			font-family: 	Arial, Helvetica, sans-serif;
			font-size: 		14px;
			color:			#fff; 
			text-decoration:underline; 
			}
a:visited {
			font-family: 	Arial, Helvetica, sans-serif;
			font-size: 		14px;
			color:			#fff; 
			text-decoration:underline;
			}
a:active {
			font-family: 	Arial, Helvetica, sans-serif;
			font-size: 		14px;
			color:			#fff; 
			text-decoration:underline;
			}
a:hover {
			font-family: 	Arial, Helvetica, sans-serif;
			font-size: 		14px;
			color:			#fff; 
			text-decoration:none;
			}
/*ENDE Deklaration der Links*/
/*Anfrage*/
.rot {
			color: 			#FF0000;
			font-family: 	Arial, Helvetica, sans-serif;
			font-size: 		12px;
}

.kontakt_input	{
          color: #fff;
          background-color: #471518;
		  font-family:Arial, Helvetica, sans-serif;
          font-size:14px;
          border-left: 1px solid #efe173;
          border-top: 1px solid #efe173;
          border-right: 1px solid #efe173;
          border-bottom: 1px solid #efe173;
          text-decoration: none;
          }
.kontakt_textarea {
          color: #fff;
          background-color: #471518;
		  font-family:Arial, Helvetica, sans-serif;
          font-size:14px;
		  height:50px;
		  width:240px;
          border-left: 1px solid #efe173;
          border-top: 1px solid #efe173;
          border-right: 1px solid #efe173;
          border-bottom: 1px solid #efe173;
          text-decoration: none;
          }
.absenden_button {
          color: #000000;
          background-color: #efe173;
          font-size:14px;
          border-left: 1px solid #62590f;
          border-top: 1px solid #62590f;
          border-right: 1px solid #62590f;
          border-bottom: 1px solid #62590f;
          text-decoration: none;
		  }
/*ENDE Anfrage*/

/* Galerie */

.bildlink {
		  border: 1px solid #efe272;
		  }
.bildlink:hover {
		  border: 1px solid #ffffff;
		  }
.bildlinksel {
		  border: 1px solid #ffffff;
		  }
.gal {
		  margin: 0px 0px 5px 5px;
}
		  
.events_headline {
	background-image: url(../images_events/events_hg_headline.gif);
	background-repeat: repeat-y;
	padding:6px 5px;
}

		  
/* Galerie ENDE */

/* Hintergrund Wellen + Content */
.hg_welleu_std {
	background-image: url(../images_limoneu/hg_welleu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.hg_welleo_star {
	background-image: url(../images_limoneu/hg_welleo_star.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 179px;
	padding-top: 40px;
}
.rahmen_text {
	width: 495px;
	padding: 20px;	
	float: left;
}
.rahmen_bild {
	width: 420px;
	padding: 15px 10px 15px 0;
	float: left;
}
.clearer {
	clear: both;
}
.rahmen_eckeo {
	background-image: url(../images_limoneu/hg_eckeo.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
.rahmen_eckeu {
	background-image: url(../images_limoneu/hg_eckeu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 45px;
	text-align: left;
	vertical-align: top;
}
.content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c6b85f;
	border-left-color: #f0e371;
	margin: 0 2px 0 1px;
}
.noleftborder {
	border-left-color: #000000;
}

a.btpreise {
	display: block;
	width: 101px;
	height: 40px;
	background-image: url(../links/bt_preise_1.gif);
}
a.btpreise:hover {
	background-image: url(../links/bt_preise_2.gif);
}


a.btinfos {
	display: block;
	width: 101px;
	height: 45px;
	background-image: url(../links/bt_infos_1.gif);
}
a.btinfos:hover {
	background-image: url(../links/bt_infos_2.gif);
}
