html{height:100%}
body {
	height:100%;
	margin:0px;
	padding:0px;
	text-align: center;
	background-image:url(../bilder/bgMain.jpg);
	background-repeat: repeat-x;
	background-color: #d9ccbd;
}

/*############################ DIV ##########################*/

#container{
	width: 960px;
	height: 720px;
	margin:0px auto;
	background-color: #d9ccbd;
	text-align:left;
}

#datenschutz {
	width: 960px;
	padding-right: 15px;
	font-size: 10px;
	color: #333333;
	text-align: right;
}

#datenschutz a:link, #datenschutz a:visited {
	padding-right: 25px;
	color: #333333;
	text-decoration: none;
}

#datenschutz a:hover {
	color: #666666;
	text-decoration: none;
}
