@charset 'utf-8';
/**
 * Default Output
 *
 * Styles for all output devices.
 *
 * @package superposter
 * @link http://www.superposter.de/
 * @version 1.0
 * @license WTFPL 2.0, http://sam.zoy.org/wtfpl/
 * @copyright Copyleft (c) 2010, Marc Görtz
 * @author Marc Görtz
 * @media all
 */

/* @group Font Declarations */
@font-face {
	font-family: 'Aller Light';
	src: url('../fonts/aller-light.eot');
	src: local('☺'), url('../fonts/aller-light.woff') format('woff'), url('../fonts/aller-light.ttf') format('truetype'), url('../fonts/aller.svg#light') format('svg');
}
/* @end */

@media all {
/* @group Reset
 * @package YUI
 * @link http://developer.yahoo.com/yui/3/cssreset/
 * @version 3.1.1 (47)
 * @license BSD License, http://developer.yahoo.com/yui/license.html
 * @copyright (c) 2010, Yahoo! Inc. All rights reserved.
 */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/* @end */

/* @group Structure */
html , body {
	font: 12px/1.4 FreeSans, Arial, sans-serif;
	color: #777;
	background: #e7e7e7 url('../media/hintergrund.png') repeat top left;
	text-shadow: 1px 1px 0 #fff;
	text-rendering: optimizeLegibility;
}
body {
	padding: 0 0 50px;
}
/* @end */

/* @group Logo */
h1 {
	padding: 50px 70px;
}
img {
	vertical-align: bottom;
}
/* @end */

/* @group Superposter Box */
#□ {
	position: relative;
	padding: 110px 120px 0 70px;
	color: #fff;
	background: transparent url('../media/superposter.png') no-repeat top left;
	width: 320px;
	height: 325px;
	font: 20px/1 'Aller Light', FreeSans, Arial, sans-serif;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .15);
	text-transform: uppercase;
}
#□ p.first ,
#□ p:first-child {
	font-size: 36px;
	margin: 0 0 50px;
}
#□ p.first span ,
#□ p:first-child span {
	position: absolute;
	top: 85px;
	left: 250px;
	z-index: 1000;
	width: 60px;
	height: 30px;
	color: #fff;
	background: transparent url('../media/schwer.png') no-repeat top left;
	text-indent: -1000em;
	overflow: hidden;
}
#□ small {
	position: absolute;
	right: 50px;
	bottom: 70px;
	z-index: 1000;
	width: 25px;
	height: 20px;
	color: #fff;
	background: transparent url('../media/klickfreundlich.png') no-repeat top left;
}
#□ small a {
	display: block;
	width: 25px;
	height: 20px;
	text-indent: -1000em;
	overflow: hidden;
}
/* @end */

/* @group Footer */
.vcard {
	float: left;
	display: inline;
	margin: 0 20px 0 70px;
	width: 220px;
}
a:link , a:visited {
	color: #555;
	background: transparent;
	text-decoration: none;
	transition: color .2s linear;
	-moz-transition: color .2s linear;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
}
a:hover , a:focus , a:active {
	color: #111;
	background: transparent;
	text-decoration: none;
}
/* @end */

}