/* CSS Document */

#left-top{
  float: left;
  width: 140px;
  height: 103px;
}

#left-content{
  float: left;
  width: 140px;
  min-height: 100%;
  height: auto;
  background-repeat: repeat;
}

#left-content ul{
  margin: 8px;
  padding: 0 3px 0 0;
  text-align: center;
  list-style-type: none;
  font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

#left-content a{
  margin-top: 10px;
  text-decoration: none;
  color: #FAE4BB;
  display: block;
  width: 125px;
}

#left-content a:visited{
  color: #FAE4BB;
	text-decoration: none;
}

#left-content a:hover{
  background-color: #7193BF;
	color: #fff;
}


#left-footer{
  float: left;
  margin-top: 75px;
  width: 140px;
  height: 130px;
  font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	text-align: center;
}

#left-footer a{
  text-decoration: none;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  color: #FAE4BB;
  display: block;
  width: 125px;
}

#left-footer a:visited{
  color: #FAE4BB;
	text-decoration: none;
}

#left-footer a:hover{
  background-color: #7193BF;
	color: #fff;
}

#contact{
  margin: 10px;
  float: left;
  width: 125px;
  height: 26px;
  font-family : Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#left-bezichtig{
  margin: 10px;
  float: left;
  width: 125px;
  height: 15px;
  text-align: center;
}
