@import url("layout.css");
body, th, td {
	font-family: Arial, Verdana,Helvetica, sans-serif;
	color:#5a757e;
	font-size:0.8em;
	line-height:1.4em;
	text-align:center;
}

#intro{
	margin:100px auto 60px;
	width:660px;
	height:560px;
}

#intro p{
	margin:20px auto;
	width:200px;
	height:40px;
	padding:0px;
}

a.verze{
	float:left;
	display:block;
	height:24px;
	width:36px;
	padding:0px;
	margin:0px 0px 0px 10px;
}

a.verze span{
	display:none;
}

a.verze#cs{
	background:top left url(../graph/flags/cs.jpg) no-repeat;
}

a:hover.verze#cs{
	background:bottom left url(../graph/flags/cs.jpg) no-repeat;
}

a.verze#en{
	background:top left url(../graph/flags/en.jpg) no-repeat;
}

a:hover.verze#en{
	background:bottom left url(../graph/flags/en.jpg) no-repeat;
}

a.verze#de{
	background:top left url(../graph/flags/de.jpg) no-repeat;
}

a:hover.verze#de{
	background:bottom left url(../graph/flags/de.jpg) no-repeat;
}

a.verze#sk{
	background:top left url(../graph/flags/sk.jpg) no-repeat;
}

a:hover.verze#sk{
	background:bottom left url(../graph/flags/sk.jpg) no-repeat;
}