/*--------------------------------------------------
Tino Flautino

website:	tinoflautino.ch

author: 	yrnuid.de { your new identity }
			Webentwicklung, Print & Public Relations

			Benjamin Mossop
			PR Berater (DAPR)
			Mediengestalter (IHK)

			Am Treptower Park 24
			12435 Berlin
			Germany

			M:+49 151 70181858
--------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
html {
	height: 100%; /* wichtig */
  	background: url(../img/bg5.jpg) no-repeat center center fixed; 
 	-webkit-background-size: cover;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
#picload {
    position: absolute;
    top: -500px;
    margin: -500px;
    width: 50px;
    height: 50px;
    border: none;
    display: none;
}
h1 {
	font-family: "adobe-caslon-pro",serif;
	font-style: italic;
	font-weight: 400;
	color: #FFFFFF;
}
#wrapper {
	position:relative;
	margin:auto;
	width: 840px;
	height: auto;
}
#bird {
	position: relative;
	float: left;
	margin-top:80px;
	margin-left:60px;
	width:388px;
	height:176px;
	background-image:url(../img/carpet.png);
}
#header {
	width: 840px;
	height: 260px;
	margin-left:0px;
	margin-top: 0px;
	background-position: bottom right;
	background-repeat:no-repeat;
}
#nav {
	position: relative;
	margin-left:80px;
	width: 840px;
	height:100px;
	font-family: 'Raleway', sans-serif;
}
.this {
	position: absolute;
	margin-top:18px;
	letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #EDF3F3;
}
#products {
	position: relative;
	margin:auto;
	margin-top:-200px;
	margin-left:20px;
	width: 840px;
	height: 240px;
	z-index: 100;
}
.product {
	position: relative;
	float: left;
	width: 240px;
	height: 230px;
	background-color: #FFF;
	border: 1px solid #333333;
	padding-top:10px;
	padding-left:4px;
}
.product a {
  	transition: height 1s ease-in-out, background-color 0.5s;
}
.product a:hover {
	height: 140px;		
   transition: height 1s ease-in-out, background-color 0.5s;
}
	
#introtext {
	position: relative;
	margin: auto;
	width: 880px;
	margin-left: -20px;
	margin-top: -140px;
	padding: 20px;
	height: 1240px;
	color: #FFF;
	border: 1px solid #FFF;
	background: rgba(121, 120, 93, 0.8);
}
.links {
	position: relative;
	float:left;
	height: auto;
	width:200px;
}
.links img {
	margin-bottom:20px;
}
.rechts {
	position: relative;
	float:left;
	margin-left:20px;
	height: auto;
	width:610px;
	border: 1px solid red;
}
#footer {
	position: relative;
	margin:auto;
	margin-top:20px;
	margin-left:-20px;
	width:  880px;
	height: 11px;
	background-image:url(../img/footer.png);
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	padding-top: 30px;
	padding-left: 0px;
	color: #565247;
}
a.c {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration:none;
}
a.c:hover {
	text-decoration:underline;
	color: #FFF;
}

a.e {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: #565247;
	text-decoration:none;
}
a.e:hover {
	text-decoration:underline;
	color: #565247;
}