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

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background: url(../images/inhaltback.jpg) repeat;
	background-position: center top;
	font-family: arial;
}

#intro {
	border: gray dashed 1px;
	width: 800px;
	height: 620px;
	margin-left: 250px;
	margin-top: 50px;
}

html,body {
	border: red solid 0px;
}

* html body {
	border: red solid 0px;
	text-align: center;
}

#navigation {
	border: red solid 0px;
	position: relative;
	width: 900px;
	height: 675px;
	margin: auto;
}

* html #navigation {
	text-align: left;
}

#inhalt {
	border: green solid 0px;
	position: relative;
	width: 855px;
	margin: auto;
	margin-top: -400px;
}

* html #inhalt {
	text-align: left;
}

#inhaltShop {
	border: green solid 0px;
	position: relative;
	width: 935px;
	margin: auto;
	margin-top: -400px;
}

* html #inhaltShop {
	text-align: left;
	width: 900px;
}

#linksFixed {
	position: fixed;
	border: 0px red solid;
	width: 150px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	margin-left: 5px;
	margin-top: 1%;
}

#facebookFixed {
	position: fixed;
	border: 0px red solid;
	width: 99%;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	margin-right: 1%;
	margin-top: 1%;
	text-align: right;
}

.facebookImg{
	border-width: 0px;
	width: 88px;
}

#nextAction {
	background: url('../images/action.gif') no-repeat;
	width: 140px;
	height: 140px;
	text-align: center;
	padding-top: 30px;
}

#lookAt {
	background: url('../images/lookAt.gif') no-repeat;
	background-position: 20px 0px;
	width: 140px;
	height: 60px;
}

#comeSoon {
	background: url('../images/comeSoon.gif') no-repeat;
	background-position: 20px 0px;
	width: 140px;
	height: 60px;
}
