/********************************************/
/* Project: www.appartementhaus-windland.de */
/* File: veranstaltungen.css                */
/* ---------------------------------------- */
/* rcSoft, 13.05.2008                       */
/********************************************/

.saison
{
  font-size: 11px;  
}
/* ----------------- */

#content
{
	float: left;
	width: 880px;
  background-color:white;
  text-align: center;
}

#ueberschrift
{
  position: absolute;
  top: 160px;
  left: 140px;
  background-color: 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-color: white;
}

#spalte1
{
  position: relative;
  float: left;
  width: 360px;
  margin-left: 20px;
  /* height: 400px; */
  background-color: yellow;
}
#spalte2
{
  position: relative;
  float: right;
  margin-right: 20px; 
  width: 360px;
  /*padding-right: 30px;*/
  background-color: red;
}

/* --- Table ---- */

table
{
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border: 2px solid #5684C5;
  background-color: green;
  text-align: center;
}
tr
{
  background-color: white;
}
th
{
  font-weight: bold;
  background-color: 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 --- */


