/*		css für ftlink.de für kleine displays von uli 3. dezember 2007							*/
/*		http://www.themaninblue.com/experiment/ResolutionLayout/									*/

body {
	overflow-x: hidden;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	}
  
#wrapper {
	width: 480px;
  	}

#header {
	width: 480px;
	margin: 0;
	padding: 0;
	clear: both;
	}

#container {
	margin: 15px 0 0 0;
	padding: 0;
  	}

#side-a {
	float: left;
	width: 460px;
	background: url("../img/fermate.jpg") transparent no-repeat top right;
	text-align: right;
	margin: 0 0 0 0;
	padding: 34px 0 0 0;
}

#side-b {
	float: right;
	width: 300px;
	padding: 33px 20px 20px 0;
	text-align: right;
	}

#content { 
	float: left;
	width: 440px;
	padding: 0 20px 0 20px;
	}

#footer {
	clear: both;
	margin: 0 0 0 236px;
	padding: 0;
	}

h1 {
	font-weight:100;
	font-size: 1em;
	font-family:georgia, times, serif;
	color: #000;
	text-align: right;
	text-transform: uppercase;
	position: relative;	
	width: 480px;
	height: 388px;
	margin: 0;
	overflow: hidden;
	}
	
h1 span {
	position: absolute;
	top: 0;
	left: 84px;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: #fff url(../img/ftl.jpg) no-repeat;
	}

