/* htp landingpage zur "Doppel-Flatrate" Aktion */

body, html {
	height: 100,1%;
	background-color: #e2f4fc;
	font-family: verdana, arial, helvetica, sans-serif;
	}
* {
	margin: 0;
	padding: 0;
	}	
#wrapper {
	margin: 20px auto 0 auto;
	width: 720px;
	height: 414px;
	background: url(../images/bg.jpg) top left no-repeat;
	position: relative;
	}
span {
	display: none;
	}
a.logo {
	display: block;
	position: absolute;
	top: 31px;
	left: 521px;
	width: 160px;
	height: 60px;
	}	
a.smallButton {
	position: absolute;
	display: block;
	width: 150px;
	height: 35px;
	top:353px;
	left:530px;
	
	/*background: url(../images/jetzt_bestellen.gif) top left no-repeat;*/
	}	
	
div.zusatz {
	color: #7a9dac;
	font-weight: normal;
	position: absolute;
	font-size: 10px;
	width: 629px;
	margin: auto auto;
	top: 410px;
	}		
div.zusatz p {
	padding: 5px 0 15px 80px;
	line-height: 11px;
	}
	
#geschenhkcontainer {
	width: 200px;
	height: 410px;
	position: absolute;
	top: 0px;
	left: 210px;
}

a.furtherinfo {
	display: block;
	background-color: transparent;
	width: 300px;
	height: 30px;
	position: absolute;
	top: 355px;
	left: 40px;
	text-decoration: none;
	}
	
a.furtherinfo span {
	display: none;
	}

