/****************************************/
/* Project: appartementhaus-windland.de */
/* File: basic.css                      */
/* Standard: CSS 2.1                    */
/* rcsoft, 05.04.2009                   */
/****************************************/
*
{ 
	margin:0;
	padding:0;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
}
body
{
  margin:8px;
  padding:0pt;
  text-align:center;
  background:Silver;
}
#main
{
  position:relative;
  width:880px; height:570px;
  margin:auto;
  background:white;
}
#main1
{
  position:relative;
  width:880px;
  /*height: 570px; */
  margin:auto;
  /* background:blue; */
}
#logo
{
  position:absolute;
  top:0px; left:0px;
  width:252px; height:109px;
}
#banner
{
  position:absolute;
  top:0pt; left:252px;
  width:628px; height:109px;
  background:white;
}
img
{
  border:0px none;
}

/* --- Hauptmenue ----------------- */
#menue
{
  position:absolute;
  top:109px; left:0px;
  width:880px; height:25px;
  font-family:Arial,Helvetica,sans-serif;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  font-size:14px;
  line-height:normal;
  background:Gray;
  color:black;
}
#menue ul li
{
  display:inline;
}
#menue ul
{
  margin:0pt;
  padding:4px 0pt 0pt 0px;
}
#menue li
{
  padding:0pt 0pt 0pt 40px;
}
#menue a
{
  text-decoration:none;
}
#menue a:link
{
  color:Blue;
}
#menue a:visited
{
  color:Blue;
}
#menue a:hover
{
  color:lime;
  font-weight:bold;
}
.actual
{
  color:#fbd636;
  font-weight:bold;
}

#ueberschrift
{
  position:absolute;
  top:145px;
  /* left:90px; */
   z-index:1;
   background:white;
}

/* --- Weitere Links ---------------------- */
a
{
  text-decoration:none;
  color:black;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
}
a:link, a:visited
{
  color:blue;
}
a:hover
{
  color:lime;
  font-weight:bold;
}

/* ------------------ */

#fuss
{
  margin:auto;
  width:880px; height:25px;
  background:#5684c5;
  color:Black;
}
#fuss1
{
  float:left;
  margin:auto;
  width:880px; height:25px;
  background:#5684c5;
  color:Black;
}
/* ------------------ */

.bold
{
  font-weight:bold;
}
