/*Formatierung für den body, bzw. alles was hinter Grafiken und Tabellen liegt
Abstand nach aussen, Hintergrundfarbe, Hintergrundgrafik und -wiederholung und Wiederholungsrichtungsangabe*/
body {
  margin: 0px;
  background-color: #cc9933;
  background-image: url(http://familienidyll-usedom.de/images/background.jpg);
  background-repeat: repeat-x;
}

/*Tabellenformatierung, Verhältnis von Schriftgöße zu Zellengröße in Prozent, Schriftart, -farbe*/
table, td {
  font-size: 95%;
  line-height: 125%;
  font-family: sans-serif;
  color: black;
}

/*obere Tabelle/Seitenkopf mit Hauptgrafik*/
#top {
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  background-image: url(http://familienidyll-usedom.de/images/photo_oben.jpg);
  background-repeat: no-repeat;
  height: 302px;
  color: white;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom:10px;
}

/*Navigationsleiste, äüßere Formatierung*/
#main {
  border-left: 1px solid white;
  border-right: 1px solid white;
}

/*Navigationsleiste, innere Formatierung*/
#leiste1 {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background-color: white;
  height: 40px;
  letter-spacing: 0px;
  color: #56686d;
  font-variant: small-caps;
  padding-left: 0px;
  padding-bottom: 0px;
  font-family: sans-serif;
  text-align: center;
}

/*Schaltflächen und Buttons*/
#menu2 a, #menu2 a:visited, #menu2 a:active {
  display: block;
  color: white;
  background-color: black;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 100%;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-left: 1px;
  margin-right: 1px;
  border: solid 1px white;
  line-height: 40px;
  text-align: center;
  background-image: url(http://familienidyll-usedom.de/images/button_background.jpg);
}

/*Mouseover-Formatierung*/
#menu2 a:hover {
  border: 1px solid white;
  background-color: black;
  color: #white;
  text-decoration: none;
  background-image: url(images/mouse_over.jpg);
}

/*Fussbereich unter dem Textfeld*/
#fussb {
  border-top: 0px;
  padding: 2px;
  font-family: sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: white;
  height: 40px;
  text-align: center;
  background-color: #030303;
  background-image: url(http://familienidyll-usedom.de/images/button_background.jpg);
  background-repeat: repeat-x;
}

/* Überschrift */

h2 {
  border-bottom: 0px solid #746b64;
  font-family: sans-serif;
  color: black;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 125%;
  padding-bottom: 4px;
}

/* Textfeld */
#textfield {
  padding: 40px 30px;
  text-align: justify;
  background-color: white;
  width: 100%;
}

/* Preistabelle */
#preise {
  color: black;
  font-family: sans-serif;
  font-size: 100%;
  border: solid 1px #280e0f;
  text-align: center;
}

/* Link-Formatierung */
a:link, a:visited, a:active {
  font-size: 97%;
  font-family: sans-serif;
  color: #cc9933;
}

/* Mouseover-Formatierung */
a:hover {
  text-decoration: none;
  background-color: #56686d;
  color: #ffffff;
}







/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(http://familienidyll-usedom.de/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(http://familienidyll-usedom.de/images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(http://familienidyll-usedom.de/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(http://familienidyll-usedom.de/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}






/* CSS Image Gallery */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #280e0f;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #280e0f;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #280e0f;
padding: 5px;
left: -1000px;
border: 1px solid #280e0f;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

