﻿@font-face {
    font-family: simplo;
    src: url(http://pure-beauty.cz/test_fonts/epo/epoclassic-lig-webfont.eot);
    src: local('☺'), url(http://pure-beauty.cz/test_fonts/epo/epoclassic-lig-webfont.eot?#iefix) 
         format('embedded-opentype'),
		 		  url(http://pure-beauty.cz/test_fonts/epo/epoclassic-lig-webfont.woff)format('woff'),
         url(http://pure-beauty.cz/test_fonts/epo/epoclassic-lig-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: Quanto;
    src: url(http://pure-beauty.cz/test_fonts/quando/quando-regular-webfont.eot);
    src: local('☺'), url(http://pure-beauty.cz/test_fonts/quando/quando-regular-webfont.eot?#iefix) 
         format('embedded-opentype'),
		 		  url(http://pure-beauty.cz/test_fonts/quando/quando-regular-webfont.woff)format('woff'),
         url(http://pure-beauty.cz/test_fonts/quando/quando-regular-webfont.ttf) format('truetype');
		  font-weight: normal;
    font-style: normal;
	}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 100%;
	text-align: center;
	background-image: url(../graphic/page.png);
	overflow-y: scroll;
}	
a img { 
	border: none;
}
.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	text-align: left;
}

.header {
	height: 119px;
	width: 1000px;
	text-align: center;
	display: block;
	font-size: 36px;
	color: #8B8B8B;
	font-weight: bold;
	font-family: 'Quando', serif;
	border-radius: 5px 5px 20px 20px;
	background-color: #D6D6D6;
}
.content {
	width: 800px;
	float: left;
	background-color: #F5F5F1;
	
	text-align: left;
	color: #8B8B8B;
	font-size: 11px;
	line-height: 20px;
	font-weight: lighter;
	font-family: 'Quando', serif;
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 30px;
	padding-left: 100px;
}
/* ~~ Zápatí ~~ */
.footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;/* Umožňuje řádné vyčištění rozvržení (parametr hasLayout) v prohlížeči IE6. */
	clear: both; /* Díky této vlastnosti čištění může třída .container určit, kde sloupce končí, a poté je obsáhnout. */
}

/* ~~ Různé třídy plovoucích elementů, vymazání elementů ~~ */
.fltrt {  /* Tuto třídu můžete použít k umístění plovoucího elementu v pravé části stránky. Plovoucí element se musí nacházet před elementem, vedle kterého má být na stránce umístěn. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Tuto třídu můžete použít k umístění plovoucího elementu v levé části stránky. Plovoucí element se musí nacházet před elementem, vedle kterého má být na stránce umístěn. */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.nadpis1 {
	font-size: 17px;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: normal;
	color: #666;
	text-transform: none;
}
.nadpis2 {
	font-size: 14px;
	font-family: 'Quando', serif;
	font-weight: normal;
	color: #000;
	text-transform: none;
	font-variant: small-caps;
}
.popisek {
	font-size: 10px;
	font-family: 'Quando', serif;
	font-weight: normal;
	color: #666;
	text-transform: none;
}
.obrazek_okraj {
	padding-right: 15px;
}
