* 				{ margin:0; padding:0; } 
html, body		{ height:100%; width:100%; }

body 			{
				background: #be5070;			
				color:#42291c;
				font-family:"PT Sans", Arial, sans-serif;
				font-size:13px;
				font-weight:400;
				line-height:1.4em; }

.left			{ float:left; }	
.right			{ float:right; }
.clear			{ clear:both; }
.center			{ text-align:center; }

.shadow			{ -webkit-box-shadow:0px 0px 10px 0px #000000; box-shadow:0px 0px 10px 0px #000000; }

img				{ border:none; }
a				{ color:#be5070; outline:none; text-decoration:none; }
a:hover			{ text-decoration:underline; }
p, td			{ font-size:13px; line-height:20px; }

.wrapper		{ width:960px; margin:0 auto; position:relative; }
.leckerschnut	{ position:absolute; top:0; right:50px; }
.logo			{ height:157px; padding:130px 0 0 0; margin:0 auto; position:relative; width:270px; }

.social			{ margin:0 auto; position:relative; width:187px; }
.content 		{ background:url(../images/layout/bg/bg70.png); margin:30px auto;  padding:30px; position:relative; width:500px; }

.fancybox-custom .fancybox-skin { box-shadow: 0 0 50px #222;}