.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1; /* pro IE6 a IE7 */
}


a:link, a:visited {
	color: #ff0000;
	text-decoration: none;
}

/*a:hover {
	color: #ff0000;
	text-decoration: none;
	background-color: #f0f0f0; 
}*/

h1 {

}

h2 {

}


body > header {
}

body {
	background-color: #dce6f2; 
	color: #000000;
	font-family: Arial, Helvetica, Verdana;
}

.vycentruj-globalne {
	width: 950px;
	margin: 0 auto;
}

.blok-hlavicka {
	position: relative;
	background-color: #000000;
	color: #FF0000;
	height: 60px;
	z-index: 10;
	overflow: visible;
}

.blok-text {
	position: relative;
	background-color: #ffffff;
	background-image: url("../img/background-credential.png");
	background-repeat: no-repeat;
	min-height: 537px;
	color: #000000;
	z-index: 1;
	overflow: visible;
}


.blok-paticka {
	position: relative;
	background-color: #ffffff;
	background-image: url("../img/footer-credential.png");
	background-repeat: no-repeat;
	min-height: 200px;
	color: #000000;
}

/* HLAVICKA s navigaci */
.logo {
	position: absolute;
	top: 10px;
	left: 30px;
}
/*nav {
	float: right;
	margin-right: 0px;
	padding-top: 17px;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	display: inline-block;
	*display: inline; 
	margin-right: 30px;
	font-size: 22px;
}
nav a:link, a:visited {
	color: #ff0000;
	text-decoration: none;
	background-color: #101010;
	padding: 5px 10px;
}
nav a:hover {
	background-color: #404040;
	padding: 5px 10px;
}

.menu {
	color: #ff0000;
	text-decoration: none;
	background-color: #101010;
	padding: 5px 10px;
}
.menu:hover {
	background-color: #404040;
	padding: 5px 10px;
}*/

#menu1 {
	position: absolute;
	top: -7px;
	right: 30px;
}

#menu1 a {    
	color: #ff0000;  
/*	font-size: 22px; */
	text-decoration:none; 
	/*text-transform:uppercase; */
	/*font-family:Arial, Helvetica, sans-serif; */
}

#menu1 ul li ul {
	display: none;
}

#menu1 ul li {
	float:left;
	list-style:none;
	width:200px;
	height:30px;
	background:#101010;
	text-align:center;
	padding-top:12px;
	border-right:2px solid black;
	font-size: 22px;
}

#menu1 ul li:hover {
	background: #404040;
	text-align:center;
}

#menu1 ul ul {
	margin-top:2px;
}

#menu1 ul li ul li {
	margin-left:-40px;
}

#menu1 ul li:hover > ul {display:block;}
#menu1 ul li ul li {
	background: #101010;
	font-size: 18px; 
}
#menu1 ul li ul li:hover {
	background: #404040;
	font-size: 18px; 
}


/* OKNO s textem (Hlavní text) */
.news {
	color: #ffffff;
	text-decoration: none;
	background-color: #ff0000;
	padding: 10px 10px;
	position: absolute;
	top: 50px;
	left: 90px;
}
.news:hover {
	color: #000000;
}

.moto {
	position: absolute;
	top: 120px;
	left: 90px;
	color: #808080;
	text-decoration: none;
	font-style: italic;
	font-family: Arial, Helvetica, Verdana;
}
.theme-pic {
	float: right;
	margin-top: 30px;
	margin-right: 50px;
/*	position: absolute;
	top: 20px;
	right: 20px;*/
}
.okno-text {
/*	position: absolute;
	top: 250px;*/
	margin: 0 90px;
	clear: both;
}
.nadpis-text {
	font-weight: bold;
	font-size: 28px;
	position: absolute;
	top: 290px;
	left: 90px;
}
.popis-text {
	color: #aaaaaa;
}

/* PATICKA adresa a kontakty */
.kontakt {
	position: absolute;
	bottom: 20px;
	left: 40px;
	color: #808080;
	font-size: 12px;
}
.adresa {
	position: absolute;
	bottom: 20px;
	right: 40px;
	color: #FF0000;
	font-size: 12px;
}
.goodbye {
	position: absolute;
	top: 20px;
	right: 90px;
}
