/*******************
* Projekt: mv-urlaub
* ------------------
* rcSoft, 16.06.2006
********************/

#wrapper
{
	width:800px;
	background-color:#D3D3D3;
  /* background-color: gray;  wie Inhalt, damit 3-Pixel-Fehler nicht sichtbar ist */
  margin-left:auto;
	margin-right:auto;
}

#inhalt
{
	height:2000px;
  background-color:#F5DEB3;
  text-align:left;
}
#inhalt p
{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

h2
{
  text-align:center;
  padding-top: 15px;
  font-size: 16px;
}

h3
{
  text-align:center;
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

a:link{color:blue;}
a:visited{color:Red;}
a:hover
{
  color: #8B0000;
  background-color: Aqua;
}			
a:active{color:red;}			
a:focus{color:orange;}

