/* CSS Stylesheet for die-Hochzeitsplaner.de */


body {
	font-size: 100%;
	font-family: 'Times New Roman', Times, Helvetica, Arial;
	background-color:#FFFFFF;
}

* {
	font-size: 16px;
	line-height: 19px;

}

a {
	color: #000000;
}

a:hover,
a.active1 {
	color: #000000;
	background: #FBF8F5;
	border-bottom: 2px solid #FBF8F5;
}

a {
	height: auto;
	text-indent: 0;
	color: #000000;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
  font-family: 'Times New Roman', Times, Helvetica, Arial;
}

b
{
	font-size:20px;
}

#bground {
	width: 800px;
  height: 600px;
	border: 0px solid #000;
  top:0px;
  left:0px;
  position: absolute;
}

#corner {
  margin-left: 20px;
  margin-top: 15px;
}

#menu {
  margin-left: 20px;
  margin-top: 100px;
}

#index {
  position: absolute;
  left: 200px;
  top: 100px;
	width: 750px;
	height: 700;
  color: #000000;
  overflow: auto;
  padding: 1px;
	scrollbar-face-color: #30629B;
	scrollbar-highlight-color: #cacaca;
	scrollbar-3dlight-color: #6695C5;
	scrollbar-darkshadow-color: #3883BC;
	scrollbar-shadow-color: #3883BC;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #9CBDDD;
}
