body {
	background: url('obrazky/pozadie_sede.png') #1c2228;
	margin: 73px 0px 0px 0px;
	font: 14px Verdana;
	min-width: 960px;
}

h4, h5, h6 {
	text-align: center;
	color: #0a294b;
	font-family: Arial;
	text-shadow: 3px 3px 7px #666666;
}
h3{
    font-size: 1.7em;
    color: #0a294b;
	font-family: Arial;
	text-shadow: 3px 3px 7px #666666;
}

h2 {
	font-size: 1.8em;
	color: #0a294b;
	font-family: Arial;
	text-shadow: 3px 3px 7px #666666;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	color: white;
	text-align: center;
	text-shadow: 2px 2px 1px #0a294b;
}

#logo {
	background: url('obrazky/logo.png') no-repeat;
	width: 250px;
	height: 60px;
	float: left;
	margin: 7px 0px 0px 20px;
}

#logo h1 {	
	margin: 14px 0px 0px 10px;
}

nav ul {
	margin: 0px;
	list-style-type: none;
}

nav ul li {
	float: left;
	padding: 0px 25px;
	margin: 0 5px;
	font-size: 17px;
	height: 73px;
	line-height: 4.3em;	
}

nav ul li:hover, .aktivne {
	background: #ffbb00;
	box-shadow: 0px 0px 5px black;
}

nav a {
	color: white;
	text-decoration: none;
}

.centrovany  {
	text-align: center;
}

#centrovac {
	margin: 0px auto;
	width: 960px;
}

header {
	height: 73px;
	position: fixed;
	top: 0px;
	background: url('obrazky/pozadie_sede.png') #1c2228;
	width: 100%;
}

article {
	background: url('obrazky/pozadie.png') #009aca;
	padding: 30px 0px;
}

article header {
	width: 250px;
	float: left;  
	position: static;
	background: none;
}

article section {
	width: 666px;
	float: left; 
	background: white;
	border: 2px solid #006797;
	box-shadow: 2px 2px 7px #1c2228;
	padding: 20px;
}

footer {
	height: 40px;
	color: white;
    margin: 20px 0 0 30px;
}

footer a {
	color: 	#ffbb00;
	text-decoration: none;
}

.cistic {
	clear: both;
}

.vlavo {
	float: left;
}

#znalosti  td {
	width: 33%;
	padding: 10px;
	vertical-align: top;
	border: 1px solid gray;
}

#znalosti {
	border-collapse: collapse;
}

#referencie img {
	border: 1px solid gray;
	padding: 6px;
	box-shadow: 3px 3px 6px #999999;
	margin-right: 6px;
}