
/* CSS Document */
a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cd5267;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body {
	background-color: #F4F4F4;
}
.background {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 900px;
	top: 80px;
}
.menu {
	height: 400px;
	width: 148px;
	left: -345px;
	position: absolute;
	top:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	align: left;
	z-index: 1;
}
.content {
	height: 480px;
	width: 750px;
	left: 75px;
	top: -290px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	align: left;
	color: #666666;
	overflow:auto;
}
.text {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	align: left;
	color: #666666;
}

	 a.bestel {
     height: 159px;
	 line-height: 159px;
	 text-indent: 50px;

	 }
	  a.bestel:link{
     height: 159px;
	 line-height: 159px;

	 }