/*--------------------------------------------------
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/bg3.png);
	background-repeat: repeat;
}
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 {
	display: block;
	position: relative;
	float: right;
	margin-top:-36px;
	width:388px;
	height:302px;
	background-image:url(../img/mice.png);
}
@media (max-width: 1420px) {
#bird {
	display: none;
}
#cover {
	background-image:url(../img/cover03.png) !important;
	width: 895px !important;
	border: none !important;
}
     /* mobile Geräte */ }
#header {
	width: 840px;
	height: 560px;
	margin-left:0px;
	margin-top: 0px;
	z-index: 1000;
}
#cover {
	position: relative;
	margin-top: 20px;
	margin-left: 0px;
	width: 840px;
	height: 302px;
	background-image:url(../img/cover03.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	border: 1px solid white;
}
#arrowleft {
	position: absolute;
	width:40px;
	height:40px;
	margin-left:10px;
	margin-top:160px;
}
#arrowright {
	position: absolute;
	width:40px;
	height:40px;
	margin-left:790px;
	margin-top:160px;
}
#nav {
	position: relative;
	margin-left:80px;
	width: 840px;
	height:100px;
	font-family: 'Raleway', sans-serif;
}
.this {
	position: absolute;
	margin-top:19px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #ff4608;
}
#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: 840px;
	margin-top: -130px;
	padding: 20px;
	height: 800px;
	color: #FFF;
	background-color: #53358F;
	border: 1px solid #FFF;
}
.brace {
	position:relative;
	float: left;
	height:140px;
	width: 23px;
	background-image:url(../img/brace01.png);
	margin-right: 20px;
}
.covertext {
	position:relative;
	float: right;
	width: 100%;
	text-align:justify;
	font-family: "adobe-caslon-pro",serif;
	font-size: 18px;
	color: #F9FBFA;
	line-height: 130%;
	padding-bottom: 20px;
	border-bottom: 1px solid #442b75;
}
.button {
	padding-top: 1px;
	padding-bottom: 1px;
	padding: 8px;
	color: #FFF;
	background: #442B75; /* Old browsers */
	border: 1px solid #422973;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform:uppercase;
}
.links {
	position:relative;
	float: left;
	width:250px;
	height: auto;
	color: #F9FBFA;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	margin-top:20px;
	padding: 10px;
	padding-left: 0px !important;
	padding-right: 20px !important;
	text-align:justify;
	clear: both;
	line-height:140%;
	border-right: 1px solid #442b75;
}
.mitte {
	position:relative;
	float: left;
	width:260px;
	height: auto;
	color: #F9FBFA;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	margin-left:10px;
	margin-top:20px;
	padding: 10px;
	padding-left:8px;
	padding-right:8px;
	text-align:justify;
	line-height:140%;
}
.rechts {
	position:relative;
	float: right;
	width:270px;
	height: auto;
	color: #F9FBFA;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	margin-left:8px;
	border-left: 1px solid #442b75;
	margin-top:20px;
	padding: 10px;
	padding-left: 18px;
	padding-right: 0px !important;
	text-align:justify;
	clear: right;
	line-height:140%;
}
h3 {
	font-family: "adobe-caslon-pro",serif;
	font-size: 18px;
	color: #F9FBFA;
	margin-bottom:10px;
	margin-top: -10px;
}
#footer {
	position: relative;
	margin:auto;
	margin-top:20px;
	width:  840px;
	height: 11px;
	background-image:url(../img/footer_three.png);
	background-position: center;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	padding-top: 30px;
	padding-left: 0px;
	color: #53358F;
}
/* LINK STYLES */
a.c {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration:none;
}
a.c:hover {
	text-decoration:underline;
	color: #FFF;
}
a.arrowle {
	display: block;
	width: 40px;
	height:40px;
	background-image:url(../img/arrow_left.png);
}
a.arrowle:hover {
	background-image:url(../img/arrow_left_a.png);
}
a.arrowri {
	display: block;
	width: 40px;
	height:40px;
	background-image:url(../img/arrow_right.png);
}
a.arrowri:hover {
	background-image:url(../img/arrow_right_a.png);
}
a.e {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: #53358F;
	text-decoration:none;
}
a.e:hover {
	text-decoration:underline;
	color: #53358F;
}