BODY {
	background : FFFF66;
	font-family: tahoma;
}
.or {
	/* oranzovy pruh od zhora dolu */
	background-color : FF9933;
	width : 200px;
	height : 100%;
	position : absolute;
	left : 20px;
	top : 0px;
}
.logo {
   /* Logo Zimmlock */
	color : White;
	font-size : 32px;
	position: relative;
	left: 30px;
	top: 5px;
}
.r {
	/* Horni index*/
	vertical-align : super;
	font-size : 50%;
}
.ora {
	/* Maly hnedy prouzek vlevo*/
	position: absolute;
	left: 0 px;
	top: 55 px;
	z-index : 1;
}
.zlu {
	/* Zluty pruh pres hnedy */
	position: absolute;
	left: 24 px;
	top: 55 px;
	z-index : 2;
}
.or2 {
/* Hnedy prouzek do prava*/
	position: absolute;
	top:55 px;
	left: 220 px;
}
.tit {
	/* Nabidka: Titulni strana*/
	position: relative;
	left: 25 px;
	top: 55 px;
	font-size : 14 px;
	background : White;
	width: 1 px;
	color : Black;
	padding-left : 5 ;
	padding-right: 5;
	white-space : nowrap;
}
.pop {
	/* Nabidka: Popis*/
	position: relative;
	left: 25 px;
	top: 60 px;
	font-size : 14 px;
	background : White;
	width: 1 px;
	color : Black;
	padding-left : 5 ;
	padding-right: 5;
	white-space : nowrap;
	
}
.roz {
	/* Nabidka: Rozmery*/
	position: relative;
	left: 25 px;
	top: 65 px;
	font-size : 14 px;
	background : White;
	width: 1 px;
	color : Black;
	padding-left : 5 ;
	padding-right: 5;
}
.mon {
	/* Nabidka: Montaz*/
	position: relative;
	left: 25 px;
	top: 70 px;
	font-size : 14 px;
	background : White;
	width: 1 px;
	color : Black;
	padding-left : 5 ;
	padding-right: 5;
}
.vyk {
	/* Nabidka: Vykresy*/
	position: relative;
	left: 25 px;
	top: 75 px;
	font-size : 14 px;
	background : White;
	width: 1 px;
	color : Black;
	padding-left : 5 ;
	padding-right: 5;
}
.fot {
	/* Nabidka: Foto*/
	position: relative;
	left: 25 px;
	top: 80 px;
	font-size : 14 px;
	background : White;
	width: 1 px;
	color : Black;
	padding-left : 5 ;
	padding-right: 5;
}
.kon {
	/* Nabidka: Kontakty*/
	position: relative;
	left: 25 px;
	top: 85 px;
	font-size : 14 px;
	background : White;
	width: 1 px;
	color : Black;
	padding-left : 5 ;
	padding-right: 5;
}
.zlu2 {
	/* Zluty pruh pres hnedy dole*/
	position: absolute;
	left: 23 px;
	top: 275 px;
	z-index : 2;
}	
.ora2 {
	/* Maly hnedy prouzek vlevo dole*/
	position: absolute;
	left: 0 px;
	top: 275 px;
	z-index : 1;
}
.frame {
	/* Frame */
	height : 500 px;
	width : 770 px;
	position: absolute;
	left: 230 px;
	top: 65 px;
	border-width : 0;
	border-color : #FFFF66;
	background : #ffff66;
}
.vlajky {
	/* Umisteni kontejneru pro vlajky */
	position: absolute;
	left: 35 px;
	top: 295 px;
}
.vlcz {
/*Umisteni ceske vlajky  */
	position: relative;
	left: 7 px;
	top: 0 px;
	background-color: #ff9933;
}
.vlde {
/*Umisteni nemecke vlajky  */
	position: relative;
	left: 11 px;
	top: 0 px;
}
.vlen {
/*Umisteni anglice vlajky  */
	position: relative;
	left: 14 px;
	top: 0 px;
}
.vlfr {
/*Umisteni francouzske vlajky  */
	position: relative;
	left: 17 px;
	top: 0 px;
}
.mail {
/* umisteni obalky na kontakt */
	position: absolute;
	left: 230 px;
	top: 5 px;
}
a {
	color: Black;	
	text-decoration: none;
}
a:hover {
	color: white;
	background-color: #6495ED;
}


