body {
  background-color: #ffffff;
  color: #000000;
}
div#hlavicka {
	display: block;
	width: 600px;
	margin: 100px auto 50px;
	background-image: url("img/logo.png");
	background-position: left 15px;
	background-repeat: no-repeat;
	padding-left: 70px;
}

h1.hlavicka {
	font-family: arial, verdana, helvetica;
	font-size: 70px;
	color: #000000;
	font-variant: small-caps;
	margin: 0px;
	font-weight: bold;
}

p.hlavicka {
	font-family: arial, verdana, helvetica;
        font-size: 30px;
        color: #000000;
	margin: 0px;
}
p.info {
	min-height: 50px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-top: 7px;
}

#v6ok {
	background-image: url("img/v6_ok.png");
}
#v4ok {
	background-image: url("img/v4_ok.png");
}
#v4no {
	background-image: url("img/v4_fail.png");
}
#dsinfo {
	background-image: url("//ds.nebezi.cz/pref.png");
}
#prefv6only {
	background-image: url("img/pref_v6only.png");
}
#ipinfo {
	background-image: url("img/info.png");
	display: none;
}
#obalka {
	background-image: url("img/obalka.png");
}
#reverse {
	display: none;
}
.hidden {
	display: none;
}

img {
	border-style: none;
}

div#obsah {
	width: 700px;
}

div#paticka {
	font-size: 16px;
	text-align: center;
	width: 600px;
	margin: 100px auto;
	border-top: solid #555555 1px;
	clear: both;
}
div.boxik {
	background: #dddddd;
        margin: 10px;
        border: 5px solid #c0c0c0;
        padding: 5px;
        width: 300px;
	height: 200px;
        float: left;
}
a.flag {
	color: transparent;
  position: absolute;
  right: 150px;
  top: 90px;
	background-image: url('img/flags.png');
	display: inline-block;
	width: 20px;
	height: 15px;
}
#cs {
	background-position: 0px -15px;
}
#cs:hover {
	background-position: 0px 0px;
}
#en {
	background-position: 20px -15px;
}
#en:hover {
	background-position: 20px 0px;
}
