@font-face {
    font-family: 'QuicksandLight';
    src: url('font/Quicksand_Light-webfont.eot');
    src: url('font/Quicksand_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Quicksand_Light-webfont.woff') format('woff'),
         url('font/Quicksand_Light-webfont.ttf') format('truetype'),
         url('font/Quicksand_Light-webfont.svg#QuicksandLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandLightOblique';
    src: url('font/Quicksand_Light_Oblique-webfont.eot');
    src: url('font/Quicksand_Light_Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Quicksand_Light_Oblique-webfont.woff') format('woff'),
         url('font/Quicksand_Light_Oblique-webfont.ttf') format('truetype'),
         url('font/Quicksand_Light_Oblique-webfont.svg#QuicksandLightOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBook';
    src: url('font/Quicksand_Book-webfont.eot');
    src: url('font/Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Quicksand_Book-webfont.woff') format('woff'),
         url('font/Quicksand_Book-webfont.ttf') format('truetype'),
         url('font/Quicksand_Book-webfont.svg#QuicksandBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBookOblique';
    src: url('font/Quicksand_Book_Oblique-webfont.eot');
    src: url('font/Quicksand_Book_Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Quicksand_Book_Oblique-webfont.woff') format('woff'),
         url('font/Quicksand_Book_Oblique-webfont.ttf') format('truetype'),
         url('font/Quicksand_Book_Oblique-webfont.svg#QuicksandBookOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBold';
    src: url('font/Quicksand_Bold-webfont.eot');
    src: url('font/Quicksand_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Quicksand_Bold-webfont.woff') format('woff'),
         url('font/Quicksand_Bold-webfont.ttf') format('truetype'),
         url('font/Quicksand_Bold-webfont.svg#QuicksandBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBoldOblique';
    src: url('font/Quicksand_Bold_Oblique-webfont.eot');
    src: url('font/Quicksand_Bold_Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Quicksand_Bold_Oblique-webfont.woff') format('woff'),
         url('font/Quicksand_Bold_Oblique-webfont.ttf') format('truetype'),
         url('font/Quicksand_Bold_Oblique-webfont.svg#QuicksandBoldOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandDash';
    src: url('font/Quicksand_Dash-webfont.eot');
    src: url('font/Quicksand_Dash-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Quicksand_Dash-webfont.woff') format('woff'),
         url('font/Quicksand_Dash-webfont.ttf') format('truetype'),
         url('font/Quicksand_Dash-webfont.svg#QuicksandDash') format('svg');
    font-weight: normal;
    font-style: normal;

}





body {
	margin: 0px;
	padding: 0px;
}

.wrapper {

}

#content {
	width: 890px;
	margin: 20px auto;
	padding: 0px;
}

.left {
	width: 600px;
	float: left;
}

.right {
	float: right;
    margin: 12px 0;
    padding: 0;
    width: 220px;
}


.film {
	padding: 30px 0;
	margin: 0px;
}

p {
	font: 26pt/18pt 'QuicksandBold', Arial, sans-serif;
}

p.kontakt {
	font: 16pt/18pt 'QuicksandBold', Arial, sans-serif;
	text-align: left;
}

p.small {
	font: 9pt/12pt 'QuicksandBook', Arial, sans-serif;
}

.grey {
	color: #777;
}