/* Allgemeine Stildefinitionen */

html{
	margin: 0px;
	border: none;
	padding: 0px;
	width: 100%;
	height:100%;
	background-image: url("img/bg-seite.jpg");
	background-position:  top center;
	}
	
body{
	position: relative;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border: 0px;
	padding: 0px;
	/*padding-top: 60px;*/
	width: 980px;
	min-height: 590px;
	background-image:url("img/bg-body.jpg");
	background-repeat: repeat-y;
	color: black;
	}

#page{
	padding-top: 60px;
	min-height: 530px;
}
