html, body, div, table, td, span, img, a {
	border: none;
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
  background-image: url(../_gfx/global/background.jpg);
  background-attachment:fixed;
}

#inhalt {
	position: absolute;
	height: 100%;
	width: 1000px;
	margin: 0px 0px 0px -515px;
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: visible;
}

#content {
	position: absolute;
	left: 25px;
	top: 191px;
	width: 720px;
	border: none;
	margin: 0px;
	padding-left: 2px;
	visibility: visible;
	overflow: visible;
}

#extrabox01 {
	position:absolute;
	left:744px;
	top:237px;
	width:256px;
	height:270px;
	background-image:url(../_gfx/global/extrabox01.gif);
	background-repeat:no-repeat;
	padding: 23px 0px 0px 17px;
}

#extrabox02 {
	position:absolute;
	left:744px;
	top:569px;
	width:256px;
	height:270px;
	background-image:url(../_gfx/global/extrabox02.gif);
	background-repeat:no-repeat;
	padding: 23px 0px 0px 17px;
}

.extrabox-inhalt {
	position: relative;
	top: 1px;
	left: 8px;
	width: 143px;
	height: 43px;
	overflow: hidden;
	margin-bottom: 15px;
}