/* barvy */
.t_black {
	color: #000;	
}

.t_darkgrey {
	color: #333;	
}

.t_grey {
	color: #999;	
}

.t_lightgrey {
	color: #ccc;	
}

.t_white {
	color: #fff;	
}

.t_green {
	color: #2b8743;	
}

.t_lightgreen {
	color: #5ea730;	
}

.b_black {
	background-color: #000;	
}

.b_lightgrey {
	background-color: #ddd;	
}

.b_white {
	background-color: #fff;	
}


/* fonty */
@font-face {
	font-family: 'Futura';
	src: url('../fonts/futurame-webfont.eot');
	src: local('Futura'), local('FuturaBTCEMedium'), url('../fonts/futurame-webfont.ttf') format('truetype'), url('../fonts/futurame-webfont.svg#webfontcNJmLSx6') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* zakladni elementiky */
h2 {
	margin: 16px 0px 8px 0px;
	
	font-family: "Futura", "Arial", "Helvetica", sans-serif;
	font-size: 1.6em;
	
	color: #2b3740;
}

h2.kollektion {
	font-size: 1.8em;
}

h3 {
	margin: 16px 0px 8px 0px;
	
	font-size: 1.2em;
	
	color: #000;
}

h4 {
	margin: 12px 0px 6px 0px;
	
	font-size: 1.0em;
	
	color: #000;
}

a {
	text-decoration: underline;
	
	color: #e25000;
}

a:hover {
	text-decoration: underline;
	
	color: #6089a8;
}

a:focus, a:active {
	outline: none;
}

a img { 
    border: 0;
}

p {
	margin: 2em 0px 2em 0px;
	line-height: 1.6em;
}

table {
	font-size: 10pt;	
}

td {
	vertical-align: top;
}

.thumbs a {
	float: left;
	display: block;
	
	width: 130px;
	height: 130px;
	
	text-align: center;
	vertical-align: middle;
	
	background-position: center center;
	background-repeat: no-repeat;
}

.thumbs a span {
	display: block;
	
	width: 130px;
	height: 130px;	
}

.thumbs a:hover span {
	background-image: url("../images/layout/circle.png");	
}


