@charset "UTF-8";
html,body{
	margin:		0px;
	padding:	0px;
	
	background:black url('/img/pozadi.gif') repeat;
	font-family:"Trebuchet MS", sans-serif;
	font-size:small;

	text-align:center;
	height:100%;
}
a{
	text-decoration:none;
}
ul{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	line-height:24px;
}

form{
	margin-bottom:0px;
}
hr{
	border-width:1px;
}
.alert {
	font-family:Georgia, "Trebuchet MS", sans-serif;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
	height:50px;
	width:90%;
	margin:20pt auto;
	color:red;
	padding:10px;

}
.akce{
	background:red;
	display:block;
	font-weight:bold;
	float:left;
	width:50px;
	text-align:center;
	padding:3px;
	margin:2px;
	color:white;
}
.novinka{
	background:#FDCC3E;
	font-weight:bold;
	display:block;
	float:left;
	width:50px;
	text-align:center;
	padding:3px;
	margin:2px;
	color:black;
}
.sleva{
	background:#1C5DC6;
	font-weight:bold;
	display:block;
	float:left;
	width:50px;
	text-align:center;
	padding:3px;
	margin:2px;
	color:white;
}
/*
h1,h2,h3,h4,h5{
	font-family:"Trebuchet MS", sans-serif;
	background-color:#FDCC3E;
	color:white;
}
*/
#allPageWidth{
	margin:20px auto;
	width:820px;
	/*border: 2px solid white;*/
	text-align:left;
	height:100%;
	padding-top: 174px;
}
#trade {
	position: absolute;
	top: 20px;
}
#header{
	position: absolute;
	top: 46px;
	height:148px;
	width:820px;
	background: url('/img/header_top.png') left bottom repeat-x;
}
#mainCol{
	background:white;
}
#footer{
	text-align:center;
	font-size:10px;
	height:50px;
	
	color:white;
	background:url('/img/footer_background.png') left top repeat-x;
	
}
/* CISTIC!VOE! */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	overflow: hidden;
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{
	display: inline-block;
	/*height:100%;*/
}

.clearfix-header{
	display: list-item;
	/*height:100%;*/
}

