@charset "UTF-8";

/* Alle Rechte © 2010 Felix Wandler */
 
 
 /*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Fontfabric
 * License URL: http://www.fontspring.com/fflicense/fontfabric
 *
 *
 */

@font-face
 	{
	font-family: 'UniSansBookRegular';
	src: url('fonts/Uni_Sans_Book-webfont.eot');
	src: local('☺'), url('fonts/Uni_Sans_Book-webfont.woff') format('woff'), url('fonts/Uni_Sans_Book-webfont.ttf') format('truetype'), url('fonts/Uni_Sans_Book-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face
	{
	font-family: 'UniSansBookItalicItalic';
	src: url('fonts/Uni_Sans_BookItalic-webfont.eot');
	src: local('☺'), url('fonts/Uni_Sans_BookItalic-webfont.woff') format('woff'), url('fonts/Uni_Sans_BookItalic-webfont.ttf') format('truetype'), url('fonts/Uni_Sans_BookItalic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face
	{
	font-family: 'UniSansRegularRegular';
	src: url('fonts/Uni_Sans_Regular-webfont.eot');
	src: local('☺'), url('fonts/Uni_Sans_Regular-webfont.woff') format('woff'), url('fonts/Uni_Sans_Regular-webfont.ttf') format('truetype'), url('fonts/Uni_Sans_Regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face
	{
	font-family: 'UniSansSemiBoldRegular';
	src: url('fonts/Uni_Sans_Semi_Bold-webfont.eot');
	src: local('☺'), url('fonts/Uni_Sans_Semi_Bold-webfont.woff') format('woff'), url('fonts/Uni_Sans_Semi_Bold-webfont.ttf') format('truetype'), url('fonts/Uni_Sans_Semi_Bold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'UniSansSemiBoldItalicItalic';
	src: url('fonts/Uni_Sans_SemiBoldItalic-webfont.eot');
	src: local('☺'), url('fonts/Uni_Sans_SemiBoldItalic-webfont.woff') format('woff'), url('fonts/Uni_Sans_SemiBoldItalic-webfont.ttf') format('truetype'), url('fonts/Uni_Sans_SemiBoldItalic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

 /* Styling */


body
	{
	font-family: "UniSansBookRegular", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 18px;
	background: #FFFFFF;
	margin: 60px;
	padding: 0;
	text-align: center;
	color: #87888a;
	line-height: 22px;
	text-rendering: optimizeLegibility;
	}

#container
	{ 
	width: 640px;
	margin: 0px auto;
	text-align: left;
	background: url(polaroid.png) no-repeat;
	background-position: right 90px;
	}
	
h1
	{
	font-size: 24px;
	font-weight: normal;
	}

a:link, a:visited { text-decoration: none; color: #5faa24; }
a:hover, a:active { text-decoration: underline; color: #5faa24; }
