html, body, .outerWrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

html, .outerWrapper {
  overflow: hidden;
}

body {
  overflow: auto;
  background-color:#ffffff;
}

.button{
	background-image:url(http://www.martinarogy.com/styling/inc/img/form/send.gif);
	background-repeat:no-repeat;
	border-color:#ffffff;
	background-color:#FFFFFF;
	border-width:0px;
	border-style:solid;
	width:45px;
	height:22px;
}

.button_subscibe{
	background-image:url(http://www.martinarogy.com/styling/inc/img/form/subscribe.gif);
	background-repeat:no-repeat;
	border-color:#000000;
	border-width:thin;
	border-style:solid;
	width:68px;
	height:22px;
}

.innerWrapper {
  width: 1100px;
  height: 200px;
  text-align: left;
  vertical-align: top;
}


A:link {
	text-decoration:none;
	color: #9D8E66;
}

A:visited {
	text-decoration: none;
	color: #9D8E66;
}

A:active {
	text-decoration: none;
	color: #9D8E66;
}

A:hover {
	text-decoration: underline;
	color: #9D8E66;
}

.font12 {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:lighter;
	letter-spacing:0.0em;
}

.font12rot {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	letter-spacing: 0.0em;
}

.font12Block {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:lighter;
	text-align:justify;
	letter-spacing:0.0em;
}

.font12bold {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing:0.0em;
}

.font12boldH {
	font-family: Arial;
	font-size: 12px;
	color: #B1A76E;
	font-weight: bold;
	letter-spacing:0.0em;
}

.font16bold {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing:0.0em;
}

td.scroll {
	width: 435px;
	height: 385px;
	padding:10px;
	font-family: Arial;
	font-size: 12px;
	line-height:1.5;
	letter-spacing:0.1em;
	color: #ffffff;
	background-color: #000000;
	scrollbar-base-color: #9D8E66;
	scrollbar-3d-light-color: #827452;
	scrollbar-arrow-color: #827452;
	scrollbar-darkshadow-color: #9D8E66;
	scrollbar-face-color: #9D8E66;
	scrollbar-highlight-color: #827452;
	scrollbar-shadow-color: #827452;
	scrollbar-track-color: #CFBF89;
}
.aufzaehlung {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:lighter;
	letter-spacing:0.0em;
	list-style-type: lower-alpha;
}
.form {
	background-image:url(http://www.martinarogy.com/styling/inc/img/form/formBG.gif);
	background-repeat:no-repeat;
	border-color:#ffffff;
	border-width:thin;
	border-style:solid;
	width:210px;
	height:20px;
	padding: 5px;
}
.formArea {
	background-image:url(http://www.martinarogy.com/styling/inc/img/form/formArea.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border-color:#ffffff;
	border-width:0px;
	border-style:solid;
	width:295px;
	height:130px;
	padding: 15px;
	overflow:hidden;
}

<!-- gallery -->

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#fade-example-1 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 487px;
	height: 460px;
	visibility: hidden;
}

li img {
	display: block;
	border: 0px solid #fff;
}
.lifix {
	display: block;
	border: 0px solid #fff;
	background-image: url(inc/img/blank/.gif);
	color:#FFFFFF;
    background-repeat: no-repeat;
    background-position: 0 .5em;
}
.caption {
	clear: both;
	padding: 1em;
	background-color: #fff;
	color:#000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.gallery {
	position: relative;
	border:0px solid #ffffff;
	padding:1em;
	margin-bottom: 1em;
	width: 487px;
	height: 50px;
}

.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}
#fade-example-1-next {
	right: 8%;
	top: 71%;
}
#fade-example-1-previous {
	left: 6%;
	top: 71%;
}
<!-- gallery  ende-->