/****************************************/
/* Project: appartementhaus-windland.de */
/* File: preise.css                     */
/* ------------------------------------ */
/* rcSoft, 01.04.2009                   */
/****************************************/
.saison
{
  font-size: 11px;  
}
/* ----------------- */

#content
{
	float:left;
	width:880px;
  text-align:center;
  background:white;
}
#ueberschrift
{
  position:absolute;
  top:155px; left:140px;
  background:white;
}
#content1
{
  width:820px;
  margin-top:172px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:25px;
  padding-top:30px;
  padding-bottom:25px;
	text-align:center;
  border:2px solid #5684C5;
  background:white;
}

#spalte1
{
  position:relative;
  float:left;
  width:360px; /* height: 400px; */
  margin-left:20px;
  background:yellow;
}
#spalte2
{
  position:relative;
  float:right;
  margin-right:20px; 
  width:360px;
  /*padding-right: 30px;*/
  background:red;
}

table
{
  width:750px;
  margin-left:auto;
  margin-right:auto;
  border-collapse:collapse;
  border:2px solid #5684C5;
  text-align:center;
  background:green;
}
tr
{
  background:white;
}
th
{
  font-weight:bold;
  background:silver;
  border:2px solid #5684C5;
}
td
{
  font-size:14px;
  padding-left:4px;
  padding-right:2px;
  border:1px solid #5684C5;
}

.td1
{
  width:150px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.td2
{
  width:68px;
  text-align:center;
}
.td3
{
  width:100px;
  text-align:center;
}
.td4
{
  padding-left:5px;
}

/* --- eof --- */

