/* obecne */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: "Verdana","Helvetica","Arial","ArialCe","Sans-serif";
	font-size: 10px;
	color: #961428;
	background: #ffe0b9 url(../pictures/pozadi.gif);
}

a {
	color: #961428;
	text-decoration: none;	
}

a:hover {
	color: #666699;
}

/* logo */

#topLogo {
	background: url(../img/logo.gif) no-repeat;
	width: 393px;
	height: 45px;
}

#topLogo h1 {
	display: none;
}


/* levy sloupec */

#leftCol {
	float: left;
	text-align: center;
	color: #CA7A70;
	font-size: 8px;
	width: 300px;
	margin: 25px 0 0 5px;
	letter-spacing: 0.1em;	
}

#menuBtns a {
	display: block;
	width: 88px;
	height: 55px;
	margin: 0px auto;
}

#menuBtnCZ { background-image: url(../img/bcesky.gif); }
#menuBtnCZ:active { background-image: url(../img/bdcesky.gif); }
#menuBtnDE { background-image: url(../img/bdeutsch.gif); }
#menuBtnDE:active { background-image: url(../img/bddeutsch.gif); }
#menuBtnEN { background-image: url(../img/benglish.gif); }
#menuBtnEN:active { background-image: url(../img/bdenglish.gif); }
#menuBtnIT { background-image: url(../img/bitaliano.gif); }
#menuBtnIT:active { background-image: url(../img/bditaliano.gif); }

#leftColFooter {
	width: 300px;
	position: absolute;
	bottom: 2em;
	left: 0;
}

#leftCol a {
	color: #CA7A70;
}


/* pravy sloupec */

#rightCol {
	float: right;
}

#indexLogo {
	position: absolute;
	top: 30%;
	right: 30%;
	text-align: center;
	width: 35em;
}

h2 {
	font-family: "Verdana","Helvetica","Arial","ArialCe","Sans-serif";
	font-size: 15px;
}

#indexImg {
	position: absolute;
	right: 0;
	bottom: 0;
}
