* {
	margin: 0;
	padding: 0;
	border: 0;
}



body {
	font-family: georgia, serif;
	text-align: center;
	/*background-color: #DA2715;	//D72020;*/
	background: #E83525 url(../bilder/background-ML2.gif) 50% 0 no-repeat;
	/*overflow-y: scroll;
	//overflow-y: auto;	/*IE-Hack: Zeigt in IE und FF immer Scrollbalken rechts an*/
}

#wrap {
	margin: 100px auto;
	height: auto;
	/*
	min-width: 600px;
	max-width: 700px;
	height: 50%;
	min-height: 400px;*/

	
}
	
#start {
	margin: 0 auto;
	width: 724px;
	background: #FFF url(../bilder/startright2.gif) 700px 0px repeat-y;
	verflow: visible;

}

#startbottom {
	margin: 0 auto;
	height: 35px;
	width: 724px;
	
	background: url(../bilder/startbottom-725.gif) 0 bottom no-repeat;
}

img#starttop {
	padding: 25px 30px 0 30px;
	position: relative;
	left: -12px;
	background: url(../bilder/starttop-700x5.gif) 50% 0 no-repeat;
}

h1 {
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 0.075em;
	color: #333;
	position: relative;
	left: -12px;
	top: -10px;
}

img#eingang{
	padding: 20px;
	position: relative;
	left: -12px;
}

p#eintritt {
	margin: 0 20px;
	padding: 10px ;
	font-size: 1.4em;
	position: relative;
	left: -12px;
	background: url(../bilder/linieUPtransp.gif) 50% 8px no-repeat;
}

p#eintritt a {
	color: #333;
	text-decoration: none;
	letter-spacing: 0.05em;
}
	

