@charset "utf-8";
body {
	background-image: url(../images/HintergrundDunkel.png);
	background-repeat: repeat-x;
	background-color: #515151;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

html {
	height: 100%;
	width: 100%;
}

a:link {
	color: #0F2E6F;
	text-decoration: none;
}
a:visited {
	color: #0F2E6F;
	text-decoration: none;
}
a:hover {
	color: #091839;
	text-decoration: underline;
}
a:active {
	color: #CCC;
	text-decoration: none;
}

#Container {
	width: 1220px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/HintergrundContainer.png);
	text-align: left;
	padding: 0px;
	min-height: 100%;
}
#HeaderHintergrund {
	background-image: url(../images/HeaderHintergrundMS.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
}
#Header {
	height: 280px;
	padding: 0px;
	margin: 0px;
	clear: both;
}
#NavigationOben   {
	list-style-type: none;
	background-image: url(../images/HeaderInfoLeiste.png);
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 15px;
}
#NavigationOben li   {
	display: block;
	float: left;
	background-image: url(../images/Stern-15x15.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 10px;
	padding-left: 20px;
	margin-right: 10px;
}
#AdminPanel {
	position: absolute;
}
#AdminPanel ul{
	list-style-type: none;
	background-image: url(../images/HeaderInfoLeiste.png);
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	top: 167px;
	left: 200px;
	width: 980px;
}
#AdminPanel li {
	display: block;
	background-image: url(../images/Stern-15x15.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 10px;
	padding-left: 20px;
	margin-right: 10px;
	float: left;
}
#NavigationLinks {
	width: 200px;
	background-color: #CCC;
	margin-top: 49px;
	float: left;
}
#NavigationLinks ul{
	width: 200px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	overflow: hidden;
}
#NavigationLinks ul li {
	background-image: url(../images/Button1.png);
}
#NavigationLinks ul li a {
	margin-left: 15px;
	background-image: url(../images/Stern-15x15.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 20px;
	line-height: 25px;
}
#NavigationLinks ul ul li a {
	margin-left: 25px;
	background-image: url(../images/Stern-15x15.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 20px;
	line-height: 25px;
}
.NavigationLinksTrennlinie {
	height: 1px;
}
#Logo {
	background-image: url(../images/Megara%20Logo%20340x220.png);
	background-repeat: no-repeat;
	height: 220px;
	width: 340px;
	margin-top: -140px;
	margin-left: 440px;
	position: absolute;
}
#iPhone {
	background-image: url(../userfiles/image/iPhone-Kassensystem1.png);
	background-repeat: no-repeat;
	height: 397px;
	width: 200px;
	float: left;
	clear: both;
	margin-top: -210px;
	margin-left: 950px;
	position: absolute;
}
#iPhoneBildschirm {
	background-repeat: no-repeat;
	height: 228px;
	width: 152px;
	margin-top: -148px;
	margin-left: 974px;
	position: absolute;
}
#Inhalt {
	width: 750px;
	margin-top: 205px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	float: left;
	background-color: #FFF;
}
#SeitenleisteRechts {
	width: 200px;
	float: right;
	margin-top: 205px;
	margin-right: 10px;
	padding: 0px;
}
#Fooder {
	background-color: #FFF;
	height: 40px;
	width: 800px;
	margin-left: 200px;
}
#FooderBild {
	background-image: url(../images/Fooder.jpg);
	height: 70px;
	width: 800px;
	position: absolute;
	margin-top: -30px;
}
#FooderTextBereich {
	width: 800px;
	text-align: center;
	background-image: url(../images/Transparent-Alpha60.png2);
	margin-top: 0px;
	height: 58px;
	padding-top: 12px;
	color: #FFF;
}
.clr {
	clear: both;
}

