body {
	background-image:url(Bilder/enter_bg.png);
	background-position:top;
	text-align:center;
	padding:0;
	margin:0;
	background-color:#000;
}

#mainstructure {
	width:600px;
	height:619px;
    margin-left:auto;
    margin-right:auto;
}

.header {
	background-image:url(Bilder/enter_head.png);
	width:600px;
	height:105px;
}

.mainframe {
	height:486px;
	width:600px;
	float:left;
}

.mainframe_l {
	background-image:url(Bilder/mainframe_l.png);
	height:486px;
	width:148px;
	float:left;
}
.mainframe_r {
	background-image:url(Bilder/mainframe_r.png);
	height:486px;
	width:152px;
	float:left;
}


.enter_deko {
	background-image:url(Bilder/enter_deko.png);
	width:301px;
	height:486px;
	float:left;
}

.enter_foto {
	background-image:url(Bilder/enter_foto.png);
	width:299px;
	height:486px;
	float:left;
}

.footer {
	background-image:url(Bilder/enter_footer.png);
	width:600px;
	height:28px;
	float:left;
}


a:link {
	font-family: Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
 	color: #871212;
  }

a:visited {
  color: #871212;
  text-decoration: none;
  }

a:focus {
  color: #871212;
  text-decoration: none;
  }

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

a:active {
  color: #871212;
  text-decoration: none;
  }
