body {
	font-family: Arial;
	font-weight: bold;
	background: URL("images/pozadi.jpg") repeat-x;
	padding: 0px;
	margin: 0px;
	background-color: #d6d7da;
	color: #999999;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

img.keramika {
	position: relative;
	top: -35px;
}

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 170px;
	width: 950px;
	margin: 0px auto;	
}

#footer {position: relative;
	margin-top: -205px; /* negative value of footer height */
	height: 100px;
	clear:both;} 

h1.nadpis {
	text-align: center;
	font-size: 40px;
	font-weight: lighter;
}

h1.keramika {
	text-align: center;
	font-size: 100px;
	font-weight: bold;
}

h1.invisible {
	overflow: hidden;
	position: absolute;
	height: 0em;
	width: 0em;
}

h2.invisible {
	overflow: hidden;
	position: absolute;
	height: 0em;
	width: 0em;
}

div.menu {
	position: relative;
	top: 110px;
	left: -3px;
	width: 528px;
	margin: 0 auto;	
}

div.menu_en {
	position: relative;
	top: 110px;
	left: 5px;
	width: 515px;
	margin: 0 auto;	
}

div.telo {
	text-align: center;
}

ul {
	text-align: center;
	list-style: none;
}

ul.locale {
	position: relative;
	top: -50px;
}

li.menu_left{
	display: inline-block;
    float: left;
	letter-spacing: 0px;
}

li.menu_middle{
	display: inline-block;
	letter-spacing: 0px;
}

li.menu_right{
	display: inline-block;
    float: right;
	letter-spacing: 0px;
}

li.locale {
	display: inline-block;
	margin: 0px 10px;
	position: relative;
}


a.menu {
	width: 90px;
	height: 30px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

a.locale {
	width: 40px;
	height: 40px;
	background-color: #999999;
	color: white;
	vertical-align: middle;
	display: table-cell;
	text-decoration: none;
}

li.menu a.active,a:hover {
	background-color: #bfc0c2;
	color: white;
}

li.locale a:hover {
	background-color: #a9947f;
}