/* CSS Document annette rufeger */

body {
	background-color:#FFFFFF;
	text-decoration: none;
}
#main{
	position: absolute;
	width: 900px;
	height: 648px;
	z-index: 5;
	left: 50%;
	top:0px;
	background-color:#FFF;
	text-decoration: none;
	margin-left: -450px;
	}

#buttonrechtseins{
			position: absolute;
			width: 178px;
			height: 32px;
			z-index: 100;
			right: 0px;
			top:0px;
			visibility: visible;
			background-color: #3F6;
			text-decoration: none;
	}

#buttonrechtszwei{
	position: absolute;
	width: 178px;
	height: 31px;
	z-index: 100;
	right: 0px;
	top:32px;
	visibility: hidden;
	background-color: #c2c0c4;
	text-decoration: none;
	}
#buttonrechtsdrei{
	position: absolute;
	width:178px;
	height: 25px;
	z-index: 100;
	right: 0px;
	top:62px;
	visibility: visible;
	background-color: #FFFFFF;
	text-decoration: none;
	}

