/* CSS-Datei: Bildschirm */
/* www.spreewald-ferienwohnung-wepprich.de */

/* --- Seitenweise ----------------------------- */
*
	{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
  font-size:100%;
	font-weight:normal;
	}

body {
	margin:0px 0px 20px 0px;
	background-color:#D0C1A3;
	background-image:url(/bilder/layout-hintergrund.jpg);
	background-repeat:repeat-x;
	text-align:center;
  overflow:auto;
	}

a {
  text-decoration:none;
  }
a:link {
  color:#665734;
  }
a:visited {
  color:#665734;
  }
a:hover {
  color:#333;
  }
a:active {
  color:#333;
  }

b {
	font-weight:bold;
	}

p {
	padding:0px 8px 0px 8px;
	font-size:90%;
	line-height:120%;
	color:#665734;
	}

input {
	color:#333;
	}


/* --- LAYOUT ---------------------------------- */
#seite {
	margin:0 auto;
	width:735px;
	text-align:left;
	background-color:#F6EDDC;
	}


#bilderzeile {
	background-color:#E7DECF;
	padding-bottom:5px;
	border-bottom:1px solid #665734;
	}

.ansichtlinks {
	float:left;
	margin:0px 5px 0px 13px;
	}
.ansichtmitte {
	float:left;
	margin:0px 5px 0px 5px;
	}
.ansichtrechts {
	margin:0px 12px 0px 5px;
	}


#inhalt {
	padding:30px 8px 1px 8px;
  }
.inhaltstartseite {
	background-image:url(/bilder/layout-startseite-sonnenstuhl.jpg);
	background-repeat:no-repeat;
	background-position:620px 5px;
	}

#inhalt2 {
	padding:0px 8px 0px 8px;
  }

.inhaltbuchung {
	padding:0px 5px 0px 5px;
  }

.inhaltlinks {
	margin:0px 4px 0px 5px;
	float:left;
	width:234px;
	background-image:url(/bilder/layout-strichellinie.gif);
	background-repeat:repeat-y;
	background-position:right top;
	}

.inhaltmitte {
	margin:0px 0px 0px 2px;
	float:left;
	width:234px;
	background-image:url(/bilder/layout-strichellinie.gif);
	background-repeat:repeat-y;
	background-position:right top;
	}

.inhaltmitte2 {
	margin:0px 0px 0px 2px;
	float:left;
	width:468px;
	}

.inhaltrechts {
	margin:0px 0px 0px 5px;
	float:left;
	width:230px;
	}


#trennung {
	border-bottom:5px solid #D5C8AD;
	}


#fuss {
	color:#665734;
  padding:2px;
  text-align:right;
  border-top:1px solid #665734;
  }


.foto {
	margin:0px 0px 0px 8px;
	border:1px solid #665734;
	}

.fotospalte {
	margin:0px 0px 0px 8px;
	width:215px;
	border:1px solid #665734;
	}

.fotorand {
	margin:5px 5px 5px 5px;
	}

.c {
	clear:both;
	}


.auswahl, .eingabe, .eingabefehler, .eingabefehlerhinweis {
  background-color:#F6EDDC;
  border:1px solid #D5C8AD;
  }
.eingabe {
  border-bottom:1px solid #665734;
  }
.eingabefehler {
  border:1px solid #F00;
  }
.eingabefehlerhinweis {
  border:1px solid #F00;
	display:block;
	padding:2px 2px 2px 2px;
	color:#F00;
  }

.button {
	background-color:#FFF;
	width:200px;
  border:2px solid #665734;
  }

.bildbuchung {
	float:right;
	margin:0px 0px 10px 10px;
	}
