body, #main {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.01%;
	line-height: 1.5;
	text-align:left;
	margin-top: 0px;
	background-color: #efb462;
}
body, html{
	min-height:101%; /*Scrollbar immer anzeigen*/
}
#main {
	width:760px;
	position:relative;
	margin:0px auto; 
	/*
	left:50%;
	top:50%;
	height:600px;
	margin-top:-300px;
	margin-left:-490px;*/
	border-right: 0px solid #ccc;
	border-left: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	background-color: #fff;

}

#main1 {
	border: 1px solid #CCC;
	-webkit-box-shadow: 0px 2px 10px #C3C3C3;
	-moz-box-shadow: 0px 2px 10px #C3C3C3;
	box-shadow: 0px 2px 10px #C3C3C3;
}

#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.01%;
	line-height: 1.5;
	text-align:center;
	padding-top: 50px;
	padding-bottom: 50px;
}
