* {
	padding: 0;
	margin: 0;
	border: none;

}

body {
  font: 80% Verdana, Sans-serif;
  text-align: center;
	color: black;
	background: #D1E8FD url('obr/pozadi.gif') repeat-x;
}

#telo {
  width: 900px; margin: auto;
 text-align: left;
}


#vlajky {
	float: right;
	padding: 5px 3px 0 0;
}

a {
 color: black;
}
	
	#header{
	position:relative;
	margin-top:6px; margin-bottom: 25px;
	float:left;
	width:900px;
	height:214px;
}


.pics { float:left;height: 214px; width: 900px; padding:0; margin:0; overflow: hidden; background:white}
.pics img { height: 214px; width: 900px}
	
#ovladac {
	position:absolute;
	right:25px;
	top:165px;
	z-index:10;
}

h1 {
 font-size: 16px;
}

p  { padding-top: 10px
}


